Loading...
{
"mcpServers": {
"code-to-tree": { "command": "C:\\path\\to\\code-to-tree.exe" }
}
}code-to-treeConverts source code into an Abstract Syntax Tree (AST) representation.
The tool only reads code and generates an AST, with no write or execute operations.
The code-to-tree server is relatively safe as it primarily performs read-only operations on code snippets. However, it's important to ensure that the input code is properly formatted and to monitor resource usage to prevent potential denial-of-service attacks. The risk is low as it doesn't directly interact with sensitive data or systems.