Files
QuanTAlib/.roo/mcp.json
T
2026-02-10 21:33:16 -08:00

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
}
}
}