Feat: mcp server (#7084)

### What problem does this PR solve?

Add MCP support with a client example.

Issue link: #4344

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-04-21 09:43:20 +08:00
committed by GitHub
parent 9b956ac1a9
commit 68b9dae6c0
7 changed files with 403 additions and 3 deletions

View File

@ -198,6 +198,7 @@ COPY agent agent
COPY graphrag graphrag
COPY agentic_reasoning agentic_reasoning
COPY pyproject.toml uv.lock ./
COPY mcp mcp
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
COPY docker/entrypoint.sh ./