Python: Introducing Local MCP Servers (#389)

* mcp parts

* mcp parts 2

* removed structured output in favor of handling in chatresponse, mcp as AITool and running samples

* updated naming

* fixed test
This commit is contained in:
Eduard van Valkenburg
2025-08-13 09:48:22 +00:00
committed by GitHub
parent 80b0920e58
commit ad3d8171bf
20 changed files with 1970 additions and 298 deletions
+1
View File
@@ -29,6 +29,7 @@ dependencies = [
"typing-extensions>=4.14.0",
"opentelemetry-api ~= 1.24",
"opentelemetry-sdk ~= 1.24",
"mcp>=1.12",
]
[project.optional-dependencies]