@n24q02m/better-godot-mcp 1.4.2 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.mjs +1 -1
  2. package/package.json +1 -1
package/bin/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // @n24q02m/better-godot-mcp v1.4.2
2
+ // @n24q02m/better-godot-mcp v1.4.4
3
3
  // Auto-generated CLI bundle - do not edit directly
4
4
 
5
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n24q02m/better-godot-mcp",
3
3
  "mcpName": "io.github.n24q02m/better-godot-mcp",
4
- "version": "1.4.2",
4
+ "version": "1.4.4",
5
5
  "description": "Enhanced MCP server for Godot Engine with composite mega-tools and comprehensive game development tooling.",
6
6
  "type": "module",
7
7
  "main": "build/src/init-server.js",