Copy the section below into the GitHub Release description when a version includes breaking changes. Replace placeholders in ALL_CAPS or angle brackets.
Summary: One or two sentences describing why this release matters and the main upgrade action (for example “MCP tool errors now use ToolError; update clients that parsed { status: 'error' }.”).
| Change | Affected consumers | Action |
|---|---|---|
| Short title | MCP clients / library embedders / operators | Concrete step (pin version, update schema, set env var) |
| … | … | … |
- Pin
@will-cppa/pinecone-read-only-mcp@X.Y.Zinpackage.json, MCP config, and Docker image tags (avoid floatinglatestuntil validated). - Read CHANGELOG.md for the full list.
- Follow docs/MIGRATION.md for before/after examples.
- Review docs/deprecation-policy.md for ongoing deprecations.
- Run your integration tests against the new version.
- Package:
@will-cppa/pinecone-read-only-mcp - Version:
X.Y.Z - Install:
npm install @will-cppa/pinecone-read-only-mcp@X.Y.Z
If you rely on reproducible builds, pin the exact version rather than a range until you have verified compatibility.
Maintainers: delete this heading and the instructions above when publishing; keep only the release body. See RELEASING.md.