simpleshop_theme/.mcp.json
jamey 153f3d049f 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>
2026-01-31 13:49:07 +00:00

8 lines
121 B
JSON

{
"mcpServers": {
"tidewave": {
"type": "http",
"url": "http://127.0.0.1:4000/tidewave/mcp"
}
}
}