Antoine Chaffin commited on
Commit
b8db62e
·
1 Parent(s): bf43eb1

Add remote server MCP config

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -38,3 +38,19 @@ The tool can easily be tweaked to index and search any dataset. For example, by
38
 
39
  https://youtu.be/WJx0XgYIlvA
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  https://youtu.be/WJx0XgYIlvA
40
 
41
+
42
+
43
+ If you want to use this repository as a remote MCP server, you can use this config:
44
+ ```
45
+ {
46
+ "mcpServers": {
47
+ "MCPyLate": {
48
+ "command": "npx",
49
+ "args": [
50
+ "mcp-remote",
51
+ "https://agents-mcp-hackathon-mcpylate.hf.space/gradio_api/mcp/sse"
52
+ ]
53
+ }
54
+ }
55
+ }
56
+ ```