We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kcbabo/everything-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•250 B
"""Core framework for my-mcp MCP server.
This package provides the dynamic tool loading system that automatically
discovers and registers tools from the src/tools/ directory.
"""
from .server import DynamicMCPServer
__all__ = ["DynamicMCPServer"]