Skip to content

Commit 3002826

Browse files
fix(ui): sync MCP_PACKAGE_KNOWN_LATEST_VERSION with npm dist-tags.latest
Stale again since @loopover/mcp published 3.2.1 (this exact class of drift already hit and got fixed once this session, #7115) -- blocked an unrelated auto-generated release PR's (#7133) CI. The durable fix (auto-sync this after every mcp publish, instead of a human noticing red CI on an unrelated PR) is a separate follow-up.
1 parent 237530a commit 3002826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/loopover-ui/src/lib/mcp-package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const MCP_PACKAGE_REGISTRY_URL = `https://registry.npmjs.org/${MCP_PACKAG
88
export const MCP_PACKAGE_NPM_URL = `https://www.npmjs.com/package/${MCP_PACKAGE_NAME}`;
99
// Tracks the latest PUBLISHED release: ui:version-audit requires this to equal npm dist-tags.latest, so it is
1010
// bumped to a new version only AFTER that version publishes (never ahead of npm).
11-
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "3.1.1";
11+
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "3.2.1";
1212
export const MCP_MINIMUM_SUPPORTED_VERSION = "0.5.0";
1313

1414
export type NpmPackageMetadata = {

0 commit comments

Comments
 (0)