gopeak 2.3.7 → 2.3.8

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.
package/package.json CHANGED
@@ -1,107 +1,106 @@
1
- {
2
- "name": "gopeak",
3
- "version": "2.3.7",
4
- "mcpName": "io.github.HaD0Yun/gopeak",
5
- "description": "GoPeak — MCP server for trusted Godot 4 workflows with compact/dynamic tool profiles, setup-gated LSP/DAP/runtime integrations, and migration-safe legacy compatibility.",
6
- "type": "module",
7
- "main": "./build/index.js",
8
- "bin": {
9
- "gopeak": "build/cli.js",
10
- "godot-mcp": "build/cli.js"
11
- },
12
- "files": [
13
- "build",
14
- "scripts/postinstall.mjs",
15
- "README.md",
16
- "LICENSE"
17
- ],
18
- "scripts": {
19
- "build": "tsc && node scripts/build-visualizer.js && node scripts/build.js",
20
- "typecheck": "tsc --noEmit",
21
- "test": "npm run test:ci",
22
- "smoke": "npm run test:ci",
23
- "test:smoke": "node scripts/smoke-test.mjs",
24
- "test:integration": "node test-bridge.mjs",
25
- "test:dynamic-groups": "node test-dynamic-groups.mjs",
26
- "test:docs": "node test-readme-localization-consistency.mjs && node test-docs-package-policy.mjs",
27
- "test:regressions": "node test-regressions.mjs",
28
- "test:ci": "npm run test:smoke && npm run test:regressions",
29
- "ci": "npm run build && npm run typecheck && npm run test:ci",
30
- "prepare": "npm run build",
31
- "postinstall": "node scripts/postinstall.mjs",
32
- "watch": "tsc --watch",
33
- "inspector": "npx @modelcontextprotocol/inspector build/index.js",
34
- "pack": "npm pack --dry-run",
35
- "version:bump": "node scripts/bump-version.mjs",
36
- "test:setup": "npm run build && node test-setup-hooks.mjs && node test-metadata-consistency.mjs && node test-packaging-consistency.mjs",
37
- "test:metadata": "npm run build && node test-metadata-consistency.mjs",
38
- "test:packaging": "npm run build && node test-packaging-consistency.mjs",
39
- "test:docs-policy": "node test-docs-package-policy.mjs"
40
- },
41
- "engines": {
42
- "node": ">=18"
43
- },
44
- "dependencies": {
45
- "@modelcontextprotocol/sdk": "^1.27.1",
46
- "axios": "^1.13.6",
47
- "fs-extra": "^11.2.0",
48
- "ws": "^8.18.0"
49
- },
50
- "devDependencies": {
51
- "@types/node": "^20.11.24",
52
- "@types/ws": "^8.5.12",
53
- "esbuild": "^0.24.2",
54
- "typescript": "^5.3.3"
55
- },
56
- "overrides": {
57
- "@hono/node-server": "^1.19.11",
58
- "hono": "^4.12.18",
59
- "path-to-regexp": "8.4.1"
60
- },
61
- "license": "MIT",
62
- "repository": {
63
- "type": "git",
64
- "url": "git+https://github.com/HaD0Yun/Gopeak-godot-mcp.git"
65
- },
66
- "homepage": "https://github.com/HaD0Yun/Gopeak-godot-mcp#readme",
67
- "bugs": {
68
- "url": "https://github.com/HaD0Yun/Gopeak-godot-mcp/issues"
69
- },
70
- "author": {
71
- "name": "HaD0Yun",
72
- "url": "https://github.com/HaD0Yun"
73
- },
74
- "funding": {
75
- "type": "github",
76
- "url": "https://github.com/sponsors/HaD0Yun"
77
- },
78
- "keywords": [
79
- "gopeak",
80
- "godot",
81
- "godot-engine",
82
- "godot4",
83
- "mcp",
84
- "mcp-server",
85
- "model-context-protocol",
86
- "ai",
87
- "ai-tools",
88
- "ai-integration",
89
- "claude",
90
- "cline",
91
- "opencode",
92
- "cursor",
93
- "game-development",
94
- "gamedev",
95
- "game-engine",
96
- "gdscript",
97
- "language-server",
98
- "lsp",
99
- "dap",
100
- "debug-adapter-protocol",
101
- "screenshot",
102
- "input-injection",
103
- "auto-reload",
104
- "developer-tools",
105
- "typescript"
106
- ]
107
- }
1
+ {
2
+ "name": "gopeak",
3
+ "version": "2.3.8",
4
+ "mcpName": "io.github.HaD0Yun/gopeak",
5
+ "description": "GoPeak — MCP server for trusted Godot 4 workflows with compact/dynamic tool profiles, setup-gated LSP/DAP/runtime integrations, and migration-safe legacy compatibility.",
6
+ "type": "module",
7
+ "main": "./build/index.js",
8
+ "bin": {
9
+ "gopeak": "build/cli.js",
10
+ "godot-mcp": "build/cli.js"
11
+ },
12
+ "files": [
13
+ "build",
14
+ "scripts/postinstall.mjs",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsc && node scripts/build-visualizer.js && node scripts/build.js",
20
+ "typecheck": "tsc --noEmit",
21
+ "test": "npm run test:ci",
22
+ "smoke": "npm run test:ci",
23
+ "test:smoke": "node scripts/smoke-test.mjs",
24
+ "test:integration": "node test-bridge.mjs",
25
+ "test:dynamic-groups": "node test-dynamic-groups.mjs",
26
+ "test:docs": "node test-readme-localization-consistency.mjs && node test-docs-package-policy.mjs",
27
+ "test:regressions": "node test-regressions.mjs",
28
+ "test:ci": "npm run test:smoke && npm run test:regressions",
29
+ "ci": "npm run build && npm run typecheck && npm run test:ci",
30
+ "prepare": "npm run build",
31
+ "postinstall": "node scripts/postinstall.mjs",
32
+ "watch": "tsc --watch",
33
+ "inspector": "npx @modelcontextprotocol/inspector build/index.js",
34
+ "pack": "npm pack --dry-run",
35
+ "version:bump": "node scripts/bump-version.mjs",
36
+ "test:setup": "npm run build && node test-setup-hooks.mjs && node test-metadata-consistency.mjs && node test-packaging-consistency.mjs",
37
+ "test:metadata": "npm run build && node test-metadata-consistency.mjs",
38
+ "test:packaging": "npm run build && node test-packaging-consistency.mjs",
39
+ "test:docs-policy": "node test-docs-package-policy.mjs"
40
+ },
41
+ "engines": {
42
+ "node": ">=18"
43
+ },
44
+ "dependencies": {
45
+ "@modelcontextprotocol/sdk": "^1.27.1",
46
+ "fs-extra": "^11.2.0",
47
+ "ws": "^8.18.0"
48
+ },
49
+ "devDependencies": {
50
+ "@types/node": "^20.11.24",
51
+ "@types/ws": "^8.5.12",
52
+ "esbuild": "^0.24.2",
53
+ "typescript": "^5.3.3"
54
+ },
55
+ "overrides": {
56
+ "@hono/node-server": "^1.19.11",
57
+ "hono": "^4.12.18",
58
+ "path-to-regexp": "8.4.1"
59
+ },
60
+ "license": "MIT",
61
+ "repository": {
62
+ "type": "git",
63
+ "url": "git+https://github.com/HaD0Yun/Gopeak-godot-mcp.git"
64
+ },
65
+ "homepage": "https://github.com/HaD0Yun/Gopeak-godot-mcp#readme",
66
+ "bugs": {
67
+ "url": "https://github.com/HaD0Yun/Gopeak-godot-mcp/issues"
68
+ },
69
+ "author": {
70
+ "name": "HaD0Yun",
71
+ "url": "https://github.com/HaD0Yun"
72
+ },
73
+ "funding": {
74
+ "type": "github",
75
+ "url": "https://github.com/sponsors/HaD0Yun"
76
+ },
77
+ "keywords": [
78
+ "gopeak",
79
+ "godot",
80
+ "godot-engine",
81
+ "godot4",
82
+ "mcp",
83
+ "mcp-server",
84
+ "model-context-protocol",
85
+ "ai",
86
+ "ai-tools",
87
+ "ai-integration",
88
+ "claude",
89
+ "cline",
90
+ "opencode",
91
+ "cursor",
92
+ "game-development",
93
+ "gamedev",
94
+ "game-engine",
95
+ "gdscript",
96
+ "language-server",
97
+ "lsp",
98
+ "dap",
99
+ "debug-adapter-protocol",
100
+ "screenshot",
101
+ "input-injection",
102
+ "auto-reload",
103
+ "developer-tools",
104
+ "typescript"
105
+ ]
106
+ }
@@ -1,29 +1,29 @@
1
- #!/usr/bin/env node
2
- import { existsSync } from 'node:fs';
3
- import { dirname, join } from 'node:path';
4
- import { fileURLToPath } from 'node:url';
5
- import { execFileSync } from 'node:child_process';
6
-
7
- const OPT_IN_VALUES = new Set(['1', 'true', 'yes', 'on']);
8
- const shouldInstallHooks = OPT_IN_VALUES.has(String(process.env.GOPEAK_SETUP_HOOKS || '').trim().toLowerCase());
9
-
10
- if (!shouldInstallHooks) {
11
- process.exit(0);
12
- }
13
-
14
- const __filename = fileURLToPath(import.meta.url);
15
- const __dirname = dirname(__filename);
16
- const cliPath = join(__dirname, '..', 'build', 'cli.js');
17
-
18
- if (!existsSync(cliPath)) {
19
- process.exit(0);
20
- }
21
-
22
- try {
23
- execFileSync(process.execPath, [cliPath, 'setup', '--silent'], {
24
- stdio: 'ignore',
25
- env: process.env,
26
- });
27
- } catch {
28
- process.exit(0);
29
- }
1
+ #!/usr/bin/env node
2
+ import { existsSync } from 'node:fs';
3
+ import { dirname, join } from 'node:path';
4
+ import { fileURLToPath } from 'node:url';
5
+ import { execFileSync } from 'node:child_process';
6
+
7
+ const OPT_IN_VALUES = new Set(['1', 'true', 'yes', 'on']);
8
+ const shouldInstallHooks = OPT_IN_VALUES.has(String(process.env.GOPEAK_SETUP_HOOKS || '').trim().toLowerCase());
9
+
10
+ if (!shouldInstallHooks) {
11
+ process.exit(0);
12
+ }
13
+
14
+ const __filename = fileURLToPath(import.meta.url);
15
+ const __dirname = dirname(__filename);
16
+ const cliPath = join(__dirname, '..', 'build', 'cli.js');
17
+
18
+ if (!existsSync(cliPath)) {
19
+ process.exit(0);
20
+ }
21
+
22
+ try {
23
+ execFileSync(process.execPath, [cliPath, 'setup', '--silent'], {
24
+ stdio: 'ignore',
25
+ env: process.env,
26
+ });
27
+ } catch {
28
+ process.exit(0);
29
+ }