Files
docs/mcp/openapi-first/nav.json
Vishesh 'ironeagle' Bangotra 0c25cbb19f feat: unify docs portal and MCP servers into one config-driven service
- add config.yml as single source of truth for collected repos/categories
- add collect.py CLI to pull lib/api/wiki site builds and mcp bundles from
  source repos and regenerate nginx.conf + _index/index.html
- port mcp runtime (main.py/core.py/config.py): nginx + health + FastMCP
  servers started from config.yml
- docker: python:3.13-slim + nginx, expose 8000-8006 + 9000 (html portal)
- drone: publish html (6007:9000) and MCP ports 8000-8006
- move mongo-ops docs to wiki/, add auth-server (api) and hexa (lib)
- refresh lib site builds (lib/ prefix) and collect mcp bundles
2026-09-11 15:14:51 +05:30

130 lines
3.9 KiB
JSON

[
{
"module": "openapi_first",
"resource": "doc://modules/openapi_first"
},
{
"module": "openapi_first.app",
"resource": "doc://modules/openapi_first.app"
},
{
"module": "openapi_first.binder",
"resource": "doc://modules/openapi_first.binder"
},
{
"module": "openapi_first.cli",
"resource": "doc://modules/openapi_first.cli"
},
{
"module": "openapi_first.client",
"resource": "doc://modules/openapi_first.client"
},
{
"module": "openapi_first.codegen",
"resource": "doc://modules/openapi_first.codegen"
},
{
"module": "openapi_first.codegen_routes",
"resource": "doc://modules/openapi_first.codegen_routes"
},
{
"module": "openapi_first.errors",
"resource": "doc://modules/openapi_first.errors"
},
{
"module": "openapi_first.loader",
"resource": "doc://modules/openapi_first.loader"
},
{
"module": "openapi_first.security",
"resource": "doc://modules/openapi_first.security"
},
{
"module": "openapi_first.templates",
"resource": "doc://modules/openapi_first.templates"
},
{
"module": "openapi_first.templates.crud_app",
"resource": "doc://modules/openapi_first.templates.crud_app"
},
{
"module": "openapi_first.templates.crud_app.data",
"resource": "doc://modules/openapi_first.templates.crud_app.data"
},
{
"module": "openapi_first.templates.crud_app.main",
"resource": "doc://modules/openapi_first.templates.crud_app.main"
},
{
"module": "openapi_first.templates.crud_app.routes",
"resource": "doc://modules/openapi_first.templates.crud_app.routes"
},
{
"module": "openapi_first.templates.crud_app.test_crud_app",
"resource": "doc://modules/openapi_first.templates.crud_app.test_crud_app"
},
{
"module": "openapi_first.templates.health_app",
"resource": "doc://modules/openapi_first.templates.health_app"
},
{
"module": "openapi_first.templates.health_app.main",
"resource": "doc://modules/openapi_first.templates.health_app.main"
},
{
"module": "openapi_first.templates.health_app.routes",
"resource": "doc://modules/openapi_first.templates.health_app.routes"
},
{
"module": "openapi_first.templates.model_app",
"resource": "doc://modules/openapi_first.templates.model_app"
},
{
"module": "openapi_first.templates.model_app.data",
"resource": "doc://modules/openapi_first.templates.model_app.data"
},
{
"module": "openapi_first.templates.model_app.main",
"resource": "doc://modules/openapi_first.templates.model_app.main"
},
{
"module": "openapi_first.templates.model_app.models",
"resource": "doc://modules/openapi_first.templates.model_app.models"
},
{
"module": "openapi_first.templates.model_app.routes",
"resource": "doc://modules/openapi_first.templates.model_app.routes"
},
{
"module": "openapi_first.templates.model_app.test_model_app",
"resource": "doc://modules/openapi_first.templates.model_app.test_model_app"
},
{
"module": "openapi_first.templates.vet_app",
"resource": "doc://modules/openapi_first.templates.vet_app"
},
{
"module": "openapi_first.templates.vet_app.data",
"resource": "doc://modules/openapi_first.templates.vet_app.data"
},
{
"module": "openapi_first.templates.vet_app.main",
"resource": "doc://modules/openapi_first.templates.vet_app.main"
},
{
"module": "openapi_first.templates.vet_app.models",
"resource": "doc://modules/openapi_first.templates.vet_app.models"
},
{
"module": "openapi_first.templates.vet_app.routes",
"resource": "doc://modules/openapi_first.templates.vet_app.routes"
},
{
"module": "openapi_first.templates.vet_app.sse",
"resource": "doc://modules/openapi_first.templates.vet_app.sse"
},
{
"module": "openapi_first.templates.vet_app.test_vet_app",
"resource": "doc://modules/openapi_first.templates.vet_app.test_vet_app"
}
]