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 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-01-31 13:49:07 +00:00
parent c1e19889d4
commit 153f3d049f

8
.mcp.json Normal file
View File

@ -0,0 +1,8 @@
{
"mcpServers": {
"tidewave": {
"type": "http",
"url": "http://127.0.0.1:4000/tidewave/mcp"
}
}
}