Spaces:
Sleeping
Sleeping
David Prince
fix: add all missing local module stubs (remote_mcp_registry, mcp_auth, mcp_transport, etc)
cce8120 | --- /dev/fd/63 2026-08-03 23:43:35.835892029 +0000 | |
| +++ /dev/fd/62 2026-08-03 23:43:35.835892029 +0000 | |
| @@ -1,4 +1 @@ | |
| -98: {"name": "generate_api", "description": "Generate backend API endpoints"}, | |
| -111: if tool_name == "generate_api": | |
| -224:def generate_api_endpoint(endpoint_path: str, method: str = "GET", description: str = ""): | |
| -225: return builder_service.generate_api(endpoint_path, method, description) | |
| +42: def generate_api(self, endpoint_path: str, method: str, description: str) -> Dict[str, Any]: | |