docs: collect mongo-ops lib (mkdocstrings) + wiki into separate site subpaths, fix mcp server name, expose port 8007

- mongo-ops now serves /mongo-ops/wiki/ and /mongo-ops/lib/ independently
- add mongo-ops MCP bundle under mcp/mongo-ops
- fix copy-paste mcp server (jwtlib -> mongo_ops) in config.yml
- .drone.yml/Dockerfile: publish port 8007 for mongo-ops MCP
This commit is contained in:
2026-09-14 22:33:34 +05:30
parent 1bfbbebfa3
commit 49a00351bb
158 changed files with 49187 additions and 2 deletions

View File

@@ -177,7 +177,8 @@
<h3>Mongo Ops</h3>
<p>A modular, async MongoDB operations layer for FastAPI microservices. Simplifies CRUD, transactions, and model management.</p>
<div class="card-actions">
<a href="/mongo-ops/" target="_blank">view wiki</a>
<a href="/mongo-ops/wiki/" target="_blank">view wiki</a>
<a href="/mongo-ops/lib/" target="_blank">view lib</a>
</div>
</div>
</div>