This commit is contained in:
2025-11-09 20:22:15 -08:00
parent 662be72f6a
commit b3a96cab1e
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View File

@@ -10,3 +10,4 @@ terraform/.terraform/**
__pycache__/** __pycache__/**
**/*.pyc

14
.roo/mcp.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"DEFAULT_MINIMUM_TOKENS": ""
}
}
}
}