From 1954d85b06e02047dba01d16909fdbdf41fa8a10 Mon Sep 17 00:00:00 2001 From: Victor Velazquez Date: Thu, 3 Sep 2026 19:20:01 +0200 Subject: [PATCH] chore: release v2.2.0 Bumps package.json, the lockfile, and the McpServer version in src/index.ts. Contents are the three defects the v2.1.0 commerce example surfaced: a page structure stamp no longer erases the canvas genre, export takes the same fullPage option screenshot has, and the eyebrow tell no longer counts a type role's default tracking. Plus the checkout example itself in the README. Minor rather than patch because export gained a documented option. The evaluator change is strictly narrowing and moved no score: corpus firing 1 before and after, benchmark unchanged at 72/98/82. --- package-lock.json | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b0eace..ef4ba64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "framesmith", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "framesmith", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.96.0", diff --git a/package.json b/package.json index 7f19227..31828b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framesmith", - "version": "2.1.0", + "version": "2.2.0", "description": "MCP server that gives any AI assistant a visual design canvas", "type": "module", "bin": { diff --git a/src/index.ts b/src/index.ts index 6964a99..f72daf1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -88,7 +88,7 @@ Gotchas (current sharp edges): const server = new McpServer({ name: 'framesmith', - version: '2.1.0', + version: '2.2.0', }, { instructions: INSTRUCTIONS, });