background task

This commit is contained in:
2025-08-11 19:26:40 -07:00
parent cc1523cbb2
commit e9c976619a
15 changed files with 1474 additions and 2 deletions

18
.qwen/settings.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"
]
}
}
}