初次提交

This commit is contained in:
lzy
2025-05-09 14:16:33 +08:00
commit 3a50afeec4
56 changed files with 9224 additions and 0 deletions

View 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"]