From 44d5e1ec62862e459266ca1e9c86e9ed0f81ca53 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:23:05 -0400 Subject: [PATCH] feat: register godot-correctness-mcp [skip version] Add @tmhs/godot-correctness-mcp to the catalog: an offline static correctness MCP server for Godot 4.x GDScript (tree-sitter linting, cross-version API lookup/diff for 4.4/4.5, and scene/resource/registry validation). 10 MCP tools. Regenerated README, CLAUDE.md, and docs via scripts/sync_from_registry.py. Registration only; no STANDARDS_VERSION change. Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com> --- CLAUDE.md | 3 ++- README.md | 4 +++- docs/index.html | 4 ++-- docs/search-index.json | 2 +- registry.json | 25 +++++++++++++++++++++++++ 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 52d5261..176b4ef 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -91,10 +91,11 @@ Static HTML/CSS/JS. No build step. No external CDN. The `pages.yml` workflow cop | Local AI MCP | MCP Server | 0 | 0 | 16 | | Screencast MCP | MCP Server | 0 | 0 | 25 | | Tailscale MCP | MCP Server | 0 | 0 | 6 | +| Godot Correctness MCP | MCP Server | 0 | 0 | 10 | -**Totals:** 189 skills, 77 rules, 425 MCP tools across 15 repos +**Totals:** 189 skills, 77 rules, 435 MCP tools across 16 repos ## Development Workflow diff --git a/README.md b/README.md index 7f4e6cc..6d06ffc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@
- 15 repos • 189 skills • 77 rules • 425 MCP tools + 16 repos • 189 skills • 77 rules • 435 MCP tools
@@ -68,6 +68,7 @@ flowchart LR | **Local AI MCP** | MCP Server | - | - | 16 | [](https://github.com/TMHSDigital/local-ai-mcp) [](https://tmhsdigital.github.io/local-ai-mcp/) [](https://www.npmjs.com/package/@tmhs/local-ai-mcp) | | **Screencast MCP** | MCP Server | - | - | 25 | [](https://github.com/TMHSDigital/screencast-mcp) [](https://tmhsdigital.github.io/screencast-mcp/) | | **Tailscale MCP** | MCP Server | - | - | 6 | [](https://github.com/TMHSDigital/tailscale-mcp) [](https://tmhsdigital.github.io/tailscale-mcp/) [](https://www.npmjs.com/package/@tmhs/tailscale-mcp) | +| **Godot Correctness MCP** | MCP Server | - | - | 10 | [](https://github.com/TMHSDigital/godot-correctness-mcp) [](https://tmhsdigital.github.io/godot-correctness-mcp/) [](https://www.npmjs.com/package/@tmhs/godot-correctness-mcp) |