gm-codex 2.0.9 → 2.0.11

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/.mcp.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "$schema": "https://schemas.modelcontextprotocol.io/0.1.0/mcp.json",
3
3
  "mcpServers": {
4
4
  "dev": {
5
- "command": "bunx",
5
+ "command": "bun x",
6
6
  "args": [
7
7
  "mcp-gm@latest"
8
8
  ],
9
9
  "timeout": 360000
10
10
  },
11
11
  "code-search": {
12
- "command": "bunx",
12
+ "command": "bun x",
13
13
  "args": [
14
14
  "codebasesearch@latest"
15
15
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
@@ -9,14 +9,14 @@
9
9
  "homepage": "https://github.com/AnEntrypoint/gm",
10
10
  "mcpServers": {
11
11
  "dev": {
12
- "command": "bunx",
12
+ "command": "bun x",
13
13
  "args": [
14
14
  "mcp-gm@latest"
15
15
  ],
16
16
  "timeout": 360000
17
17
  },
18
18
  "code-search": {
19
- "command": "bunx",
19
+ "command": "bun x",
20
20
  "args": [
21
21
  "codebasesearch@latest"
22
22
  ],