kshitijthakkar commited on
Commit
e43b91e
·
1 Parent(s): 1d46a37

test: Switch from docker SDK to gradio SDK 6.0.0 to verify MCP pin fix

Browse files

HuggingFace team confirmed that the MCP version pinning issue affecting
Gradio SDK spaces with MCP is resolved. Testing the fix by:

Changes:
- sdk: docker → gradio
- Added sdk_version: 6.0.0
- Removed app_port (not needed for gradio SDK)

Keeping Dockerfile in place for easy rollback if needed. This is a quick
test to confirm the fix works and provide feedback to the Gradio team.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,8 +3,8 @@ title: TraceMind MCP Server
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
6
- sdk: docker
7
- app_port: 7860
8
  pinned: true
9
  license: agpl-3.0
10
  short_description: MCP server for agent evaluation with Gemini 2.5 Flash
 
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 6.0.0
8
  pinned: true
9
  license: agpl-3.0
10
  short_description: MCP server for agent evaluation with Gemini 2.5 Flash