Skip to content

Commit 7e49a5a

Browse files
dsarnoclaude
andcommitted
Update README and plan docs for renamed MCP tool names
Catches remaining references to run_tests, get_test_results, reload_plugin that weren't in source or tests but are user-facing docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0798b6c commit 7e49a5a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ http://127.0.0.1:8000/mcp
6767
| `editor_state` | Read Godot version, project name, current scene, and play state |
6868
| `editor_selection_get` | Read the current editor selection |
6969
| `logs_read` | Read recent MCP log lines from the editor |
70-
| `reload_plugin` | Reload the Godot editor plugin and wait for reconnect |
70+
| `editor_reload_plugin` | Reload the Godot editor plugin and wait for reconnect |
7171

7272
### Scene and Nodes
7373

@@ -87,8 +87,8 @@ http://127.0.0.1:8000/mcp
8787
|------|-------------|
8888
| `project_settings_get` | Read a Godot project setting by key |
8989
| `filesystem_search` | Search project files by name, type, or path |
90-
| `run_tests` | Run GDScript test suites inside the editor |
91-
| `get_test_results` | Read the most recent test results without rerunning |
90+
| `test_run` | Run GDScript test suites inside the editor |
91+
| `test_results_get` | Read the most recent test results without rerunning |
9292

9393
### Client Setup
9494

docs/implementation-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Historical bootstrap material, architecture detail, packaging mechanics, go/no-g
2323
- [x] Phase 1 read surface shipped
2424
- [x] Phase 2 safe write surface shipped
2525
- [x] Core Godot-native config tools shipped: `signal.*`, `autoload.*`, `input_map.*`, `project_settings.set`
26-
- [x] Godot-side test harness and `run_tests` / `get_test_results` shipped
26+
- [x] Godot-side test harness and `test_run` / `test_results_get` shipped
2727
- [x] Readiness gating and undo integration are in place for the current write surface
2828
- [x] Runtime feedback loop: `project.run`/`project.stop`, `editor.screenshot`, `performance.get_monitors`, `logs.clear`
2929
- [ ] Runtime iteration loop is complete enough for AI-driven feel tuning

docs/readme-visual-punchlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Prioritized ideas for assets that would make the landing page feel more polished
1717
## Priority 3
1818

1919
- Multi-session GIF: two Godot editors connected, then active-session switching.
20-
- Test runner GIF: `run_tests` from an MCP client, followed by structured results.
20+
- Test runner GIF: `test_run` from an MCP client, followed by structured results.
2121
- Filesystem search screenshot: example query and paginated results for `filesystem_search`.
2222

2323
## Notes

0 commit comments

Comments
 (0)