Files
QuanTAlib/.bob/mcp.json
T
2026-02-26 09:59:44 -08:00

30 lines
486 B
JSON

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