mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 18:24:31 +00:00
add mcp runtime as default to all providers
This commit is contained in:
parent
9d005154d7
commit
acaa92fa24
49 changed files with 264 additions and 177 deletions
|
|
@ -89,6 +89,9 @@ providers:
|
|||
- provider_id: memory-runtime
|
||||
provider_type: inline::memory-runtime
|
||||
config: {}
|
||||
- provider_id: model-context-protocol
|
||||
provider_type: remote::model-context-protocol
|
||||
config: {}
|
||||
metadata_store:
|
||||
type: sqlite
|
||||
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-quantized-gpu}/registry.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue