diff --git a/.gitignore b/.gitignore index 643ef06..a5b3e5b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ terraform/.terraform/** __pycache__/** +**/*.pyc diff --git a/.roo/mcp.json b/.roo/mcp.json new file mode 100644 index 0000000..593d07e --- /dev/null +++ b/.roo/mcp.json @@ -0,0 +1,14 @@ +{ + "mcpServers": { + "context7": { + "command": "npx", + "args": [ + "-y", + "@upstash/context7-mcp" + ], + "env": { + "DEFAULT_MINIMUM_TOKENS": "" + } + } + } +} \ No newline at end of file