We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/6551Team/opennews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""Import all tool modules to register their @mcp.tool() decorators.
Each module is self-contained and atomic — no inter-tool dependencies.
"""
from opennews_mcp.tools import discovery # noqa: F401
from opennews_mcp.tools import news # noqa: F401
from opennews_mcp.tools import realtime # noqa: F401