semantic-code-edit-mcp 0.1.0

MCP server for semantic code editing with tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
use crate::state::SemanticEditTools;

mcplease::tools!(
    SemanticEditTools,
    (StageOperation, stage_operation, "stage_operation"),
    (RetargetStaged, retarget_staged, "retarget_staged"),
    (CommitStaged, commit_staged, "commit_staged"),
    (SetContext, set_context, "set_context")
);