Skip to main content
Glama
YuchengMaUTK

Unofficial WCA MCP Server

by YuchengMaUTK
__main__.py439 B
"""Entry point for running the WCA MCP Server.""" import asyncio from .main import mcp def main(): """Main entry point for the WCA MCP Server.""" try: # Run the FastMCP server asyncio.run(mcp.run()) except KeyboardInterrupt: print("\nShutting down WCA MCP Server...") except Exception as e: print(f"Error running WCA MCP Server: {e}") raise if __name__ == "__main__": main()

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/YuchengMaUTK/unofficial-wca-mcp-server'

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