From 1745749cd2745c94c3f852e9c02dfde19d8d9c20 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Fri, 28 Mar 2025 20:53:41 +0100 Subject: Fix ruff errors and warnings in hello_world service --- .mcp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mcp.json (limited to '.mcp.json') 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 -- cgit v1.2.3