Skip to content

Commit eb88601

Browse files
committed
fix(ui): sync MCP_PACKAGE_KNOWN_LATEST_VERSION with npm dist-tags.latest
Stale since @loopover/mcp published 3.1.1 -- ui:version-audit (already CI-enforced) caught the drift; this is the mechanical `npm run ui:version-audit:sync` fix.
1 parent 29a4ab6 commit eb88601

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 = "0.9.0";
11+
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "3.1.1";
1212
export const MCP_MINIMUM_SUPPORTED_VERSION = "0.5.0";
1313

1414
export type NpmPackageMetadata = {

0 commit comments

Comments
 (0)