There was an error while loading. Please reload this page.
1 parent 81f28ca commit 4769bceCopy full SHA for 4769bce
1 file changed
apps/loopover-ui/src/lib/mcp-package.ts
@@ -8,7 +8,7 @@ export const MCP_PACKAGE_REGISTRY_URL = `https://registry.npmjs.org/${MCP_PACKAG
8
export const MCP_PACKAGE_NPM_URL = `https://www.npmjs.com/package/${MCP_PACKAGE_NAME}`;
9
// Tracks the latest PUBLISHED release: ui:version-audit requires this to equal npm dist-tags.latest, so it is
10
// bumped to a new version only AFTER that version publishes (never ahead of npm).
11
-export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "3.14.0";
+export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "3.17.0";
12
export const MCP_MINIMUM_SUPPORTED_VERSION = "0.5.0";
13
14
export type NpmPackageMetadata = {
0 commit comments