chore(relay): add relay MCP server to project Claude config

This commit is contained in:
adlee-was-taken
2026-05-02 17:18:47 -04:00
parent ed9fcbe6ba
commit df58b0dda1

View File

@@ -1,4 +1,10 @@
{ {
"mcpServers": {
"relay": {
"type": "sse",
"url": "http://localhost:7331/sse"
}
},
"enabledPlugins": { "enabledPlugins": {
"superpowers@claude-plugins-official": true "superpowers@claude-plugins-official": true
} }