@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.
- package/dist/mcp.js +1 -1
- 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.
|
|
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