prepare MCP 0.1.1 release - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be873c3031
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "@prerenderbuddy/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", |
There was a problem hiding this comment.
Keep the advertised server version aligned
When clients connect to the published 0.1.1 package, MCP initialization still reports serverInfo.version as 0.1.0 because src/server.js:8 remains hard-coded to the old version. The change in test/server.test.js only updates the test client's identity, so it neither fixes nor detects this mismatch; update the server identity or derive it from the package version.
Useful? React with 👍 / 👎.
What changed
0.1.1Why
Version
0.1.0bootstrapped the new npm package. This release validates the protected GitHub OIDC workflow and publishes the promotable package with npm provenance.Validation