Ken Huang commited on
Commit
38f5d23
·
1 Parent(s): e856398

Fix: Add gradio[mcp] extra for MCP support

Browse files

The MCP functionality requires the mcp extra to be installed.
Changed from 'gradio>=5.0.0' to 'gradio[mcp]>=5.0.0'

This ensures Gradio has MCP support for the demo agent.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=5.0.0
2
  sentence-transformers>=2.2.0
3
  anthropic>=0.18.0
4
  numpy>=1.24.0
 
1
+ gradio[mcp]>=5.0.0
2
  sentence-transformers>=2.2.0
3
  anthropic>=0.18.0
4
  numpy>=1.24.0