We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arunm8489/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•338 B
"""
App MCP Package
This package is the main application package for the MCP project.
It is kept minimal - avoid printing to stdout here, as MCP servers
communicate via stdin/stdout and any extra output can break the
JSON-RPC protocol.
"""
def main() -> None:
"""Entry point placeholder. Can be extended for CLI usage."""
pass