Skip to content

Commit 01736b1

Browse files
mergify[bot]leseb
andauthored
chore: bump mcp package version (backport #4287) (#4288)
# What does this PR do? Address GHSA-9h52-p55h-vw2f <hr>This is an automatic backport of pull request #4287 done by [Mergify](https://mergify.com). Signed-off-by: Sébastien Han <[email protected]> Co-authored-by: Sébastien Han <[email protected]>
1 parent 2682916 commit 01736b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama_stack/providers/registry/agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def available_providers() -> list[ProviderSpec]:
2323
"pillow",
2424
"pandas",
2525
"scikit-learn",
26-
"mcp>=1.8.1",
26+
"mcp>=1.23.0",
2727
]
2828
+ kvstore_dependencies(), # TODO make this dynamic based on the kvstore config
2929
module="llama_stack.providers.inline.agents.meta_reference",

llama_stack/providers/registry/tool_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def available_providers() -> list[ProviderSpec]:
8080
provider_type="remote::model-context-protocol",
8181
module="llama_stack.providers.remote.tool_runtime.model_context_protocol",
8282
config_class="llama_stack.providers.remote.tool_runtime.model_context_protocol.config.MCPProviderConfig",
83-
pip_packages=["mcp>=1.8.1"],
83+
pip_packages=["mcp>=1.23.0"],
8484
provider_data_validator="llama_stack.providers.remote.tool_runtime.model_context_protocol.config.MCPProviderDataValidator",
8585
description="Model Context Protocol (MCP) tool for standardized tool calling and context management.",
8686
),

0 commit comments

Comments
 (0)