From b3a96cab1e9fec5dd0f4126115e479484c343428 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 9 Nov 2025 20:22:15 -0800 Subject: [PATCH] changes --- .gitignore | 1 + .roo/mcp.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .roo/mcp.json 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