Skip to main content
Glama
__main__.pyโ€ข373 B
#!/usr/bin/env python3 """ Race MCP Server CLI Entry Point """ import sys import asyncio from race_mcp_server.main import main if __name__ == "__main__": try: asyncio.run(main()) except KeyboardInterrupt: print("\nShutting down Race MCP Server...") sys.exit(0) except Exception as e: print(f"Error: {e}") sys.exit(1)

Latest Blog Posts

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/consolecowboy0/race-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server