@lovinka/vitrinka 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/mcp.js +1 -1
  2. package/package.json +1 -1
package/dist/mcp.js CHANGED
@@ -33,7 +33,7 @@ const TOKEN = readToken();
33
33
  // this side uses the MCP semantics (treatEmptyAsUnset=false).
34
34
  const OPERATOR = actorHeaderValue(readOperator(false));
35
35
  const PROTOCOL_VERSION = '2025-06-18';
36
- const SERVER_INFO = { name: 'vitrinka', version: '1.1.0' };
36
+ const SERVER_INFO = { name: 'vitrinka', version: '1.1.1' };
37
37
  // ---------- HTTP helper ----------
38
38
  const rawApi = makeApi({ baseUrl: BASE_URL, token: TOKEN, operator: OPERATOR });
39
39
  // Thin shim so the existing call sites keep their (method, path, body, opts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovinka/vitrinka",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "vitrinka CLI + MCP server — capture and publish artifact sets, drive the annotation-board work queue from any MCP-aware AI.",
5
5
  "type": "module",
6
6
  "bin": {