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:
@@ -46,6 +46,6 @@ COPY media-manager /usr/share/nginx/html/media-manager
|
||||
# --- MCP bundles -----------------------------------------------------------
|
||||
COPY mcp /app/mcp
|
||||
|
||||
EXPOSE 8000 8001 8002 8003 8004 8005 8006 9000
|
||||
EXPOSE 8000 8001 8002 8003 8004 8005 8006 8007 9000
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user