10 lines
400 B
Python
10 lines
400 B
Python
# MCP Server Modules
|
|
# ==================
|
|
# x402 gateways run on Cloudflare Workers (7 chains, 45 tools each)
|
|
# The port 8001 local server was shut down - CF Workers handle everything
|
|
# Backend is at /srv/rugmuncher-backend/backend/ (Docker container rmi_backend)
|
|
|
|
# Legacy reference only - do not import for production use
|
|
# from .x402_mcp_server import X402MCPServer, X402ToolManager
|
|
|
|
__all__ = []
|