rugmuncher-backend / app /mcp /__init__.py
cryptorugmunch
merge: chore/cleanup-remove-bloat-and-secrets into main
bde2f3a
Raw
History Blame Contribute Delete
400 Bytes
# 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__ = []