gm-codex 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.
Files changed (3) hide show
  1. package/.mcp.json +1 -17
  2. package/package.json +2 -2
  3. package/plugin.json +2 -18
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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gm-codex",
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": "plugin.json",
package/plugin.json CHANGED
@@ -1,27 +1,11 @@
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": {
6
6
  "name": "AnEntrypoint",
7
7
  "url": "https://github.com/AnEntrypoint"
8
8
  },
9
9
  "homepage": "https://github.com/AnEntrypoint/gm",
10
- "mcpServers": {
11
- "dev": {
12
- "command": "bun x",
13
- "args": [
14
- "mcp-gm@latest"
15
- ],
16
- "timeout": 360000
17
- },
18
- "code-search": {
19
- "command": "bun x",
20
- "args": [
21
- "codebasesearch@latest"
22
- ],
23
- "timeout": 360000
24
- }
25
- },
26
10
  "hooks": "./hooks/hooks.json"
27
11
  }