@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 +1 -1
- package/src/api-client.ts +2 -0
package/package.json
CHANGED
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"
|