We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schlpbch/aareguru-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_server.py•265 B
"""Standalone entry point for FastMCP CLI tools.
This file provides a clean entry point for fastmcp dev/inspect commands
by using absolute imports instead of relative imports.
"""
from aareguru_mcp.server import mcp
# Re-export for FastMCP CLI
__all__ = ["mcp"]