realtime-avatar-mcp 0.5.2 → 0.5.4

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/server.d.ts CHANGED
@@ -5,7 +5,7 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
5
5
  * `test/server.test.ts` asserts the two stay equal; the equivalent constant in
6
6
  * `realtime-avatar` had that guard and this one did not, which is how it drifted.
7
7
  */
8
- export declare const MCP_VERSION = "0.5.2";
8
+ export declare const MCP_VERSION = "0.5.4";
9
9
  /**
10
10
  * The Realtime Avatar MCP server.
11
11
  *
package/dist/server.js CHANGED
@@ -10,7 +10,7 @@ import { RealtimeAvatar, isQueued } from "realtime-avatar";
10
10
  * `test/server.test.ts` asserts the two stay equal; the equivalent constant in
11
11
  * `realtime-avatar` had that guard and this one did not, which is how it drifted.
12
12
  */
13
- export const MCP_VERSION = "0.5.2";
13
+ export const MCP_VERSION = "0.5.4";
14
14
  const MICROS_PER_CREDIT = 1_000_000;
15
15
  /** Extension -> asset kind, so a caller does not have to restate what the filename says. */
16
16
  const KIND_BY_EXT = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realtime-avatar-mcp",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "MCP server for Realtime Avatar — let a coding agent read your avatars, balance and bill directly.",
5
5
  "license": "MIT",
6
6
  "author": "The Influence Company",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@modelcontextprotocol/sdk": "^1.30.0",
58
- "realtime-avatar": "0.5.2",
58
+ "realtime-avatar": "0.5.4",
59
59
  "zod": "^4.4.3"
60
60
  }
61
61
  }