diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-03-28 20:53:41 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-03-28 20:53:41 +0100 |
| commit | 1745749cd2745c94c3f852e9c02dfde19d8d9c20 (patch) | |
| tree | 8ed13f3de5fac78d804124e27fbcf1b678e83253 /.mcp.json | |
Fix ruff errors and warnings in hello_world service
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 |
