初次提交
This commit is contained in:
9
sci_mcp/chemistry_mcp/__init__.py
Normal file
9
sci_mcp/chemistry_mcp/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Chemistry MCP Module
|
||||
|
||||
This module provides tools for chemistry-related operations.
|
||||
"""
|
||||
|
||||
from .pubchem_tools import search_advanced_pubchem
|
||||
|
||||
__all__ = ["search_advanced_pubchem"]
|
||||
Reference in New Issue
Block a user