Skip to content

Commit 4969cd8

Browse files
authored
feat: register godot-correctness-mcp [skip version] (#91)
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>
1 parent e5cc7af commit 4969cd8

5 files changed

Lines changed: 33 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ Static HTML/CSS/JS. No build step. No external CDN. The `pages.yml` workflow cop
9191
| Local AI MCP | MCP Server | 0 | 0 | 16 |
9292
| Screencast MCP | MCP Server | 0 | 0 | 25 |
9393
| Tailscale MCP | MCP Server | 0 | 0 | 6 |
94+
| Godot Correctness MCP | MCP Server | 0 | 0 | 10 |
9495
<!-- registry:tools:end -->
9596

9697
<!-- registry:stats:start -->
97-
**Totals:** 189 skills, 77 rules, 425 MCP tools across 15 repos
98+
**Totals:** 189 skills, 77 rules, 435 MCP tools across 16 repos
9899
<!-- registry:stats:end -->
99100

100101
## Development Workflow

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- registry:stats:start -->
3333
<p align="center">
34-
15 repos &nbsp;&bull;&nbsp; 189 skills &nbsp;&bull;&nbsp; 77 rules &nbsp;&bull;&nbsp; 425 MCP tools
34+
16 repos &nbsp;&bull;&nbsp; 189 skills &nbsp;&bull;&nbsp; 77 rules &nbsp;&bull;&nbsp; 435 MCP tools
3535
</p>
3636
<!-- registry:stats:end -->
3737

@@ -68,6 +68,7 @@ flowchart LR
6868
| **Local AI MCP** | MCP Server | - | - | 16 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/local-ai-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/local-ai-mcp/) [![npm](https://img.shields.io/badge/npm-cb3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@tmhs/local-ai-mcp) |
6969
| **Screencast MCP** | MCP Server | - | - | 25 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/screencast-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/screencast-mcp/) |
7070
| **Tailscale MCP** | MCP Server | - | - | 6 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/tailscale-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/tailscale-mcp/) [![npm](https://img.shields.io/badge/npm-cb3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@tmhs/tailscale-mcp) |
71+
| **Godot Correctness MCP** | MCP Server | - | - | 10 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/godot-correctness-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/godot-correctness-mcp/) [![npm](https://img.shields.io/badge/npm-cb3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@tmhs/godot-correctness-mcp) |
7172
<!-- registry:tools:end -->
7273

7374
<details>
@@ -93,6 +94,7 @@ flowchart LR
9394
| **Local AI MCP** | Unified MCP server for managing local model runtimes (Ollama, LM Studio, and more): provider-agnostic discovery, lifecycle, hardware-fit, and delegated inference. |
9495
| **Screencast MCP** | MCP server for Windows screen recording, frame sampling, and minimal ffmpeg edits (capture, watch, trim/concat/convert). |
9596
| **Tailscale MCP** | MCP server for safe programmatic access to the local Tailscale daemon: tailnet discovery, SSH config generation, port sharing via Serve/Funnel, and latency matrices. |
97+
| **Godot Correctness MCP** | Offline static correctness for Godot 4.x GDScript projects: anti-pattern linting via tree-sitter, cross-version API lookup and diff (4.4/4.5), and scene/resource/registry validation. Headless, offline, CI-first. |
9698
<!-- registry:descriptions:end -->
9799

98100
</details>

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)