feat: add mcp server to Dograh OSS (#240)

* feat: add mcp server

* update mcp endpoint
This commit is contained in:
Abhishek 2026-04-16 13:03:29 +05:30 committed by GitHub
parent e31b38122e
commit 79bc91b1e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 442 additions and 74 deletions

View file

@ -65,6 +65,10 @@ ENV PYTHONUNBUFFERED=1
COPY ./api ./api
COPY ./scripts/start_services_dev.sh ./scripts/start_services_dev.sh
# Product documentation — read at runtime by the MCP docs tools
# (search_dograh_docs / fetch_dograh_doc) so agents can learn Dograh.
COPY ./docs ./docs
ENV PYTHONPATH=/app
# Disable file logging in Docker - logs go to stdout for docker logs