From 153f3d049f75ed14ea1b562466353afa95b5db64 Mon Sep 17 00:00:00 2001 From: jamey Date: Sat, 31 Jan 2026 13:49:07 +0000 Subject: [PATCH] chore: add MCP config for Claude Code + Tidewave integration Enables Claude Code to connect to the Tidewave MCP server for live application introspection during development. Co-Authored-By: Claude Opus 4.5 --- .mcp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..89f69b9 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "tidewave": { + "type": "http", + "url": "http://127.0.0.1:4000/tidewave/mcp" + } + } +} \ No newline at end of file