Skip to content

fix: pin mcp shim to matching core#1012

Merged
wbugitlab1 merged 3 commits into
mainfrom
issue/267-pin-mcp-core-version
Jun 19, 2026
Merged

fix: pin mcp shim to matching core#1012
wbugitlab1 merged 3 commits into
mainfrom
issue/267-pin-mcp-core-version

Conversation

@wbugitlab1

Copy link
Copy Markdown
Owner

Summary

  • change @agentmemory/mcp to use workspace:* for the core dependency so pnpm packs an exact matching dependency
  • bump coordinated release/version surfaces to 0.9.28 because 0.9.27 is already published with bad MCP metadata
  • update contract tests and release docs so future MCP shim releases keep exact core alignment

Fixes #267.

Verification

  • corepack pnpm exec vitest run test/quality-gates.test.ts test/plugin-surface-contract.test.ts
  • corepack pnpm exec vitest run test/quality-gates.test.ts test/plugin-surface-contract.test.ts test/consistency.test.ts test/export-import.test.ts test/deploy-version-contract.test.ts test/copilot-plugin.test.ts test/codex-plugin.test.ts test/factory-plugin.test.ts
  • MCP pack tarball inspection printed 0.9.28 and 0.9.28
  • corepack pnpm test
  • git diff --check
  • osv-scanner scan source .
  • semgrep scan --config p/default --error --metrics=off .
  • gitleaks protect --staged --redact

Notes

  • origin/main was fetched before PR creation and remained at base SHA eacce17ea273b2d07ab120d910f3685d8f42cc48.
  • No base merge was needed because the branch is already based on current origin/main.

@wbugitlab1 wbugitlab1 merged commit 72572b2 into main Jun 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@agentmemory/mcp does not pin the matching core version, allowing fixed MCP behavior to regress

1 participant