gm-copilot-cli 2.0.10 → 2.0.12

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
  ],
@@ -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: AnEntrypoint
6
6
  repository: https://github.com/AnEntrypoint/gm-copilot-cli
package/manifest.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: gm
2
- version: 2.0.9
2
+ version: 2.0.11
3
3
  description: Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks
4
4
  author: AnEntrypoint
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-copilot-cli",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/tools.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
  "tools": [
6
6
  {
@@ -113,14 +113,14 @@
113
113
  ],
114
114
  "mcp_servers": {
115
115
  "dev": {
116
- "command": "bunx",
116
+ "command": "bun x",
117
117
  "args": [
118
118
  "mcp-gm@latest"
119
119
  ],
120
120
  "timeout": 360000
121
121
  },
122
122
  "code-search": {
123
- "command": "bunx",
123
+ "command": "bun x",
124
124
  "args": [
125
125
  "codebasesearch@latest"
126
126
  ],