"""Resources package for the MCP server."""
from . import coinmarketcap_resource
def register_all_resources(server):
"""
Register all resources with the server.
Args:
server: MCP server instance
"""
coinmarketcap_resource.register_resources(server)
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stevearagonsite/PythonServerMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server