Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.13 KB

File metadata and controls

42 lines (27 loc) · 2.13 KB

Breaking-change release notes (template)

Copy the section below into the GitHub Release description when a version includes breaking changes. Replace placeholders in ALL_CAPS or angle brackets.


vX.Y.Z — Breaking changes

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' }.”).

What changed

Change Affected consumers Action
Short title MCP clients / library embedders / operators Concrete step (pin version, update schema, set env var)

Upgrade checklist

  • Pin @will-cppa/pinecone-read-only-mcp@X.Y.Z in package.json, MCP config, and Docker image tags (avoid floating latest until 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.

npm

  • 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.

Links


Maintainers: delete this heading and the instructions above when publishing; keep only the release body. See RELEASING.md.