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)