Files
Eduard van Valkenburg a1f3e536bc Python: Add MCP hosting helpers (#7209)
* Python: Add MCP hosting helpers

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5d6987cd-1b67-4ba1-8b54-3c50da6e7607

* Python: Address MCP hosting review comments

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 5d6987cd-1b67-4ba1-8b54-3c50da6e7607

* renamed to AgentMCPTool
2026-07-21 14:46:46 +00:00

23 lines
759 B
TOML

[project]
name = "agent-framework-hosting-sample-mcp"
version = "0.0.1"
description = "Streamable HTTP MCP server using Agent Framework hosting helpers."
requires-python = ">=3.10"
dependencies = [
"agent-framework-core",
"agent-framework-foundry",
"agent-framework-hosting",
"agent-framework-hosting-mcp",
"azure-identity",
"mcp>=1.27.0,<2",
"starlette>=0.40",
"uvicorn>=0.30",
]
[tool.uv]
package = false
[tool.uv.sources]
agent-framework-hosting = { git = "https://github.com/microsoft/agent-framework.git", branch = "main", subdirectory = "python/packages/hosting" }
agent-framework-hosting-mcp = { git = "https://github.com/microsoft/agent-framework.git", branch = "main", subdirectory = "python/packages/hosting-mcp" }