24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
{
|
|
"memoryBank": {
|
|
"enabled": true,
|
|
"path": "./docs",
|
|
"maxContextSize": 100000
|
|
},
|
|
"contextSettings": {
|
|
"maxTokens": 100000,
|
|
"cline.maxAutoApprovedRequests": 100,
|
|
"cline.enableMemoryBank": true,
|
|
"cline.includeSnippetsFromMemory": true,
|
|
"cline.contextLength": 10000,
|
|
"cline.autoFormat": true
|
|
},
|
|
"mcpServers": {
|
|
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
|
"command": "python",
|
|
"args": ["-m", "mcp_server_git"],
|
|
"disabled": false,
|
|
"autoApprove": []
|
|
}
|
|
}
|
|
}
|