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

@ -126,6 +126,7 @@ dependencies = [
"trio>=0.29.0",
"langfuse>=2.60.0",
"debugpy>=1.8.13",
"mcp>=1.6.0",
]
[project.optional-dependencies]