diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..1673aa2 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,18 @@ +{ + "mcpServers": { + "context7": { + "command": "npx", + "args": [ + "-y", + "@upstash/context7-mcp@2.2.4" + ] + }, + "sonarqube": { + "type": "http", + "url": "http://localhost:8090/mcp", + "headers": { + "Authorization": "Bearer ${SONARQUBE_TOKEN}" + } + } + } +}