mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
"mcpServers": {
|
|
"dotnet-semantic-mcp": {
|
|
"command": "dotnet-semantic-mcp",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"alwaysAllow": [
|
|
"ast_map",
|
|
"ast_references",
|
|
"ast_hierarchy",
|
|
"ast_chunk",
|
|
"ast_dependencies",
|
|
"ast_search",
|
|
"ast_details",
|
|
"ast_attributes",
|
|
"ast_diagnostics",
|
|
"diag",
|
|
"map"
|
|
],
|
|
"disabled": false
|
|
}
|
|
}
|
|
} |