mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
add mcp runtime as default to all providers (#816)
# What does this PR do? This is needed to have the notebook work with MCP
This commit is contained in:
parent
6da3053c0e
commit
3d4c53dfec
49 changed files with 264 additions and 177 deletions
|
@ -39,6 +39,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
"remote::tavily-search",
|
||||
"inline::code-interpreter",
|
||||
"inline::memory-runtime",
|
||||
"remote::model-context-protocol",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue