normalization of methods

This commit is contained in:
Miha Kralj
2026-02-10 21:33:16 -08:00
parent 915d7a007b
commit 6d6259a47d
527 changed files with 10525 additions and 2123 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"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
}
}
}