mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
add mcp dep
This commit is contained in:
parent
bc7901e3bd
commit
d92e69b9ee
2 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,7 @@ unit = [
|
|||
"aiosqlite",
|
||||
"aiohttp",
|
||||
"pypdf",
|
||||
"mcp",
|
||||
"chardet",
|
||||
"qdrant-client",
|
||||
"opentelemetry-exporter-otlp-proto-http",
|
||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -1544,6 +1544,7 @@ unit = [
|
|||
{ name = "aiohttp" },
|
||||
{ name = "aiosqlite" },
|
||||
{ name = "chardet" },
|
||||
{ name = "mcp" },
|
||||
{ name = "openai" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http" },
|
||||
{ name = "pypdf" },
|
||||
|
@ -1576,6 +1577,7 @@ requires-dist = [
|
|||
{ name = "llama-stack-client", specifier = ">=0.2.7" },
|
||||
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.2.7" },
|
||||
{ name = "mcp", marker = "extra == 'test'" },
|
||||
{ name = "mcp", marker = "extra == 'unit'" },
|
||||
{ name = "myst-parser", marker = "extra == 'docs'" },
|
||||
{ name = "nbval", marker = "extra == 'dev'" },
|
||||
{ name = "openai", specifier = ">=1.66" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue