@pdpp/mcp-server 0.1.0-beta.8 → 0.1.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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,10 +21,10 @@ read surface; event-subscription management is not part of the recommended MCP t
21
21
 
22
22
  ## Publication status
23
23
 
24
- Published to npm as [`@pdpp/mcp-server@beta`](https://www.npmjs.com/package/@pdpp/mcp-server).
25
- Follow the [package release policy](../../docs/package-release-policy.md) — use the `@beta`
26
- dist-tag until a stable release is cut. Matches the posture of `@pdpp/cli` and
27
- `@pdpp/local-collector`.
24
+ Published to npm as [`@pdpp/mcp-server`](https://www.npmjs.com/package/@pdpp/mcp-server).
25
+ Follow the [package release policy](../../docs/package-release-policy.md) — a single
26
+ release channel publishes 0.x versions to npm's default `latest` dist-tag.
27
+ Matches the posture of `@pdpp/cli` and `@pdpp/local-collector`.
28
28
 
29
29
  ## Install (local agent harness)
30
30
 
@@ -34,7 +34,7 @@ dist-tag until a stable release is cut. Matches the posture of `@pdpp/cli` and
34
34
  "mcpServers": {
35
35
  "pdpp": {
36
36
  "command": "npx",
37
- "args": ["-y", "@pdpp/mcp-server@beta", "--provider-url", "https://pdpp.example.com"]
37
+ "args": ["-y", "@pdpp/mcp-server", "--provider-url", "https://pdpp.example.com"]
38
38
  }
39
39
  }
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdpp/mcp-server",
3
- "version": "0.1.0-beta.8",
3
+ "version": "0.1.1",
4
4
  "description": "Local stdio MCP adapter for grant-scoped PDPP reads and event-subscription management.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -48,6 +48,6 @@
48
48
  "access": "public",
49
49
  "provenance": false,
50
50
  "registry": "https://registry.npmjs.org/",
51
- "tag": "beta"
51
+ "tag": "latest"
52
52
  }
53
53
  }