Skip to content

Commit b945d74

Browse files
fix(ci): bump MCP_VERSION 0.0.177 → 0.0.178
Cross-repo contract test failed: sigrank-mcp package.json is at 0.0.178 but lib/constants.ts still had 0.0.177. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 1e450c3 commit b945d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const DEMO_BANNER =
124124
* every web reference tracks ONE source (was hardcoded in ≥2 places, went stale
125125
* at 0.9.5 once). Bump this when the MCP package is published.
126126
*/
127-
export const MCP_VERSION = "0.0.177" as const;
127+
export const MCP_VERSION = "0.0.178" as const;
128128

129129
/**
130130
* PLATFORM_COUNT — how many platforms the MCP's adapter registry reads. Mirrors

0 commit comments

Comments
 (0)