@gethmy/mcp 2.9.3 → 2.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gethmy/mcp",
3
- "version": "2.9.3",
3
+ "version": "2.9.4",
4
4
  "description": "MCP server for Harmony Kanban board - enables AI coding agents to manage your boards",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/src/api-client.ts CHANGED
@@ -735,6 +735,7 @@ export class HarmonyApiClient {
735
735
  cacheCreationInputTokens?: number;
736
736
  cacheReadInputTokens?: number;
737
737
  modelName?: string;
738
+ numTurns?: number;
738
739
  recentActions?: { action: string; ts: string }[];
739
740
  failureReason?:
740
741
  | "verification"
@@ -768,6 +769,7 @@ export class HarmonyApiClient {
768
769
  cacheCreationInputTokens?: number;
769
770
  cacheReadInputTokens?: number;
770
771
  modelName?: string;
772
+ numTurns?: number;
771
773
  failureReason?:
772
774
  | "verification"
773
775
  | "review"