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, });