Ken Huang
commited on
Commit
·
928260d
1
Parent(s):
cc15d60
Add 'mcp' package to requirements
Browse filesAdds the standalone 'mcp' package needed for Gradio MCP integration.
This ensures the MCP protocol package is available.
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -8,3 +8,4 @@ scikit-learn>=1.3.0
|
|
| 8 |
llama-index>=0.14.0
|
| 9 |
llama-index-llms-anthropic>=0.10.0
|
| 10 |
llama-index-embeddings-huggingface>=0.6.0
|
|
|
|
|
|
| 8 |
llama-index>=0.14.0
|
| 9 |
llama-index-llms-anthropic>=0.10.0
|
| 10 |
llama-index-embeddings-huggingface>=0.6.0
|
| 11 |
+
mcp
|