Update activeContext.md and productContext.md with new project information and context

This commit is contained in:
pacnpal
2025-09-19 13:35:53 -04:00
parent 6625fb5ba9
commit cd6403615f
23 changed files with 11224 additions and 133 deletions

18
.roo/mcp.json Normal file
View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"DEFAULT_MINIMUM_TOKENS": ""
},
"alwaysAllow": [
"resolve-library-id",
"get-library-docs"
]
}
}
}