diff options
Diffstat (limited to '.mcp.json')
| -rw-r--r-- | .mcp.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..48ac4a3 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "local-helloworld": { + "type": "sse", + "url": "http://localhost:8080/sse" + } + } +}
\ No newline at end of file |
