diff --git a/.roo/mcp.json b/.roo/mcp.json new file mode 100644 index 0000000..ae1e5f9 --- /dev/null +++ b/.roo/mcp.json @@ -0,0 +1,18 @@ +{ + "mcpServers": { + "context7": { + "command": "npx", + "args": [ + "-y", + "@upstash/context7-mcp" + ], + "env": { + "DEFAULT_MINIMUM_TOKENS": "" + }, + "alwaysAllow": [ + "resolve-library-id", + "get-library-docs" + ] + } + } +} \ No newline at end of file