Files
QuanTAlib/.roo/mcp.json
T
Miha Kralj 09ffd31a40 Update SVG badges and missing indicators report
- Updated class count in classes.svg from 938 to 1078.
- Adjusted comments percentage in comments.svg from 33.06 to 33.02.
- Revised average cyclomatic complexity in complexity.svg from 2.19 to 2.12.
- Increased source files count in files.svg from 1099 to 1275.
- Updated lines of code in loc.svg from 114549 to 129859.
- Increased methods count in methods.svg from 12035 to 14066.
- Updated public types count in public-api.svg from 1086 to 1225.
- Revised missing indicators report with updated counts and categories, reflecting recent implementations and planned additions.
2026-02-15 21:59:03 -08:00

30 lines
486 B
JSON

{
"mcpServers": {
"dotnet-semantic-mcp": {
"command": "dotnet-semantic-mcp",
"args": [],
"cwd": "${workspaceFolder}",
"alwaysAllow": [
"map",
"scan_list",
"symbol",
"source",
"metrics",
"hierarchy",
"deps",
"attrs",
"diff",
"prepare_change",
"code_security",
"nuget_vulnerabilities",
"refs",
"search",
"explore",
"__unlock_csharp_analysis__",
"understand",
"diag"
],
"disabled": false
}
}
}