rugmuncher-backend / backend /_check_mcp.py
Netcup Server
ops: commit netcup-specific docs, config, and M3 Bayesian reputation on netcup mainline
846b6be
Raw
History Blame Contribute Delete
150 Bytes
from app.api.v1.mcp import router
print("MCP router loaded:", len(router.routes), "routes")
for r in router.routes:
print(" ", r.methods, r.path)