File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llama_stack/providers/registry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments