We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hsiangjenli/mcp-markdown-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
main.py•193 B
"""
Main entry point for the MCP server.
Re-exports from server module for backwards compatibility.
"""
from .server import app, mcp, starlette_app
__all__ = ["app", "mcp", "starlette_app"]