We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OxSci-AI/oxsci-mcp-scaffold'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•271 B
"""
MCP Tools Package
Import all your tool modules here to ensure they are registered with @oma_tool.
Example:
from . import example_tool # noqa: F401
from . import another_tool # noqa: F401
"""
# Import your tools here
# from . import my_tool # noqa: F401