@kasarlabs/opus-mcp 0.1.0 → 0.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.
@@ -147,7 +147,7 @@ export declare const healthSchema: z.ZodObject<{
147
147
  value: bigint;
148
148
  formatted: string;
149
149
  };
150
- threshold: {
150
+ debt: {
151
151
  value: bigint;
152
152
  formatted: string;
153
153
  };
@@ -155,7 +155,7 @@ export declare const healthSchema: z.ZodObject<{
155
155
  value: bigint;
156
156
  formatted: string;
157
157
  };
158
- debt: {
158
+ threshold: {
159
159
  value: bigint;
160
160
  formatted: string;
161
161
  };
@@ -163,13 +163,13 @@ export declare const healthSchema: z.ZodObject<{
163
163
  value: {
164
164
  val: bigint;
165
165
  };
166
- threshold: {
166
+ debt: {
167
167
  val: bigint;
168
168
  };
169
169
  ltv: {
170
170
  val: bigint;
171
171
  };
172
- debt: {
172
+ threshold: {
173
173
  val: bigint;
174
174
  };
175
175
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kasarlabs/opus-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "build"
17
17
  ],
18
18
  "dependencies": {
19
- "@kasarlabs/ask-starknet-core": "0.1.0",
19
+ "@kasarlabs/ask-starknet-core": "0.1.1",
20
20
  "@langchain/core": "^0.3.42",
21
21
  "@modelcontextprotocol/sdk": "^1.11.2",
22
22
  "dotenv": "^16.4.7",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "2239ec60f8e369abd318807cecd22fe97c0ab917"
43
+ "gitHead": "4212f968456c2a170aac99306a899ae43458e23c"
44
44
  }