asmaa105 commited on
Commit
d23f7ee
·
verified ·
1 Parent(s): 2f42ca8

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "servers": [
3
+ {
4
+ "name": "Remote MCP Server",
5
+ "transport": {
6
+ "type": "sse",
7
+ "url": "https://asmaa105-mcp-sentiment.hf.space/gradio_api/mcp/sse"
8
+ }
9
+ }
10
+ ]
11
+ }