@godpowers/mcp 2.7.0 → 3.0.1

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  - [DECISION] `@godpowers/mcp` is the first-party read-only MCP companion package for Godpowers.
4
4
  - [DECISION] The main `godpowers` package stays dependency-free at runtime, and the MCP SDK dependency lives only in this companion package.
5
- - [DECISION] Version 2.7.0 exposes five tools: `status`, `next`, `gate_check`, `lint_artifact`, and `trace_requirement`.
6
- - [DECISION] Mutation tools are intentionally absent through the 3.0.0 release.
5
+ - [DECISION] Version 3.0.1 exposes five tools: `status`, `next`, `gate_check`, `lint_artifact`, and `trace_requirement`.
6
+ - [DECISION] Mutation tools are intentionally absent through the 3.0.1 release.
7
7
 
8
8
  ## Install
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@godpowers/mcp",
3
- "version": "2.7.0",
3
+ "version": "3.0.1",
4
4
  "description": "Read-only MCP server for Godpowers runtime status, routing, gates, artifact linting, and requirement tracing.",
5
5
  "bin": {
6
6
  "godpowers-mcp": "./bin/godpowers-mcp.js"
@@ -42,7 +42,7 @@
42
42
  "zod": "^4.1.13"
43
43
  },
44
44
  "peerDependencies": {
45
- "godpowers": ">=2.7.0"
45
+ "godpowers": ">=3.0.0"
46
46
  },
47
47
  "peerDependenciesMeta": {
48
48
  "godpowers": {