gm-copilot-cli 2.0.24 → 2.0.25

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
@@ -1,19 +1,3 @@
1
1
  {
2
- "$schema": "https://schemas.modelcontextprotocol.io/0.1.0/mcp.json",
3
- "mcpServers": {
4
- "dev": {
5
- "command": "bun x",
6
- "args": [
7
- "mcp-gm@latest"
8
- ],
9
- "timeout": 360000
10
- },
11
- "code-search": {
12
- "command": "bun x",
13
- "args": [
14
- "codebasesearch@latest"
15
- ],
16
- "timeout": 360000
17
- }
18
- }
2
+ "$schema": "https://schemas.modelcontextprotocol.io/0.1.0/mcp.json"
19
3
  }
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: gm
3
- version: 2.0.24
4
- description: Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks
3
+ version: 2.0.25
4
+ description: State machine agent with hooks, skills, and automated git enforcement
5
5
  author: AnEntrypoint
6
6
  repository: https://github.com/AnEntrypoint/gm-copilot-cli
7
7
  license: MIT
package/manifest.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  name: gm
2
- version: 2.0.24
3
- description: Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks
2
+ version: 2.0.25
3
+ description: State machine agent with hooks, skills, and automated git enforcement
4
4
  author: AnEntrypoint
5
5
 
6
6
  repository:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gm-copilot-cli",
3
- "version": "2.0.24",
4
- "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
3
+ "version": "2.0.25",
4
+ "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
7
7
  "main": "cli.js",
package/tools.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.24",
4
- "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
3
+ "version": "2.0.25",
4
+ "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "tools": [
6
6
  {
7
7
  "name": "shell",
@@ -111,20 +111,5 @@
111
111
  }
112
112
  }
113
113
  ],
114
- "mcp_servers": {
115
- "dev": {
116
- "command": "bun x",
117
- "args": [
118
- "mcp-gm@latest"
119
- ],
120
- "timeout": 360000
121
- },
122
- "code-search": {
123
- "command": "bun x",
124
- "args": [
125
- "codebasesearch@latest"
126
- ],
127
- "timeout": 360000
128
- }
129
- }
114
+ "mcp_servers": {}
130
115
  }