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
10
11
12
13
14
15
16
17
[
  {
    "arguments": {
      "content": "pub fn new_function() -> i32 {\n    println!(\"This is the new implementation\");\n    100\n}",
      "anchor": "pub fn old",
      "end": "42\n}",
      "operation": "replace_range"
    },
    "name": "stage_operation"
  },
  {
    "arguments": {
      "acknowledge": true
    },
    "name": "commit_staged"
  }
]