@kasarlabs/transaction-mcp 0.1.2 → 0.1.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/build/schemas/index.d.ts +6 -6
- package/package.json +3 -3
package/build/schemas/index.d.ts
CHANGED
|
@@ -126,19 +126,19 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
|
|
|
126
126
|
EXTERNAL: z.ZodArray<z.ZodAny, "many">;
|
|
127
127
|
L1_HANDLER: z.ZodArray<z.ZodAny, "many">;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
|
-
L1_HANDLER: any[];
|
|
130
129
|
CONSTRUCTOR: any[];
|
|
131
130
|
EXTERNAL: any[];
|
|
132
|
-
}, {
|
|
133
131
|
L1_HANDLER: any[];
|
|
132
|
+
}, {
|
|
134
133
|
CONSTRUCTOR: any[];
|
|
135
134
|
EXTERNAL: any[];
|
|
135
|
+
L1_HANDLER: any[];
|
|
136
136
|
}>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
entry_points_by_type: {
|
|
139
|
-
L1_HANDLER: any[];
|
|
140
139
|
CONSTRUCTOR: any[];
|
|
141
140
|
EXTERNAL: any[];
|
|
141
|
+
L1_HANDLER: any[];
|
|
142
142
|
};
|
|
143
143
|
prime: string;
|
|
144
144
|
compiler_version: string;
|
|
@@ -146,9 +146,9 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
|
|
|
146
146
|
hints: Record<string, any>;
|
|
147
147
|
}, {
|
|
148
148
|
entry_points_by_type: {
|
|
149
|
-
L1_HANDLER: any[];
|
|
150
149
|
CONSTRUCTOR: any[];
|
|
151
150
|
EXTERNAL: any[];
|
|
151
|
+
L1_HANDLER: any[];
|
|
152
152
|
};
|
|
153
153
|
prime: string;
|
|
154
154
|
compiler_version: string;
|
|
@@ -162,9 +162,9 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
|
|
|
162
162
|
classHash?: string | undefined;
|
|
163
163
|
casm?: {
|
|
164
164
|
entry_points_by_type: {
|
|
165
|
-
L1_HANDLER: any[];
|
|
166
165
|
CONSTRUCTOR: any[];
|
|
167
166
|
EXTERNAL: any[];
|
|
167
|
+
L1_HANDLER: any[];
|
|
168
168
|
};
|
|
169
169
|
prime: string;
|
|
170
170
|
compiler_version: string;
|
|
@@ -178,9 +178,9 @@ export declare const simulateDeclareTransactionSchema: z.ZodObject<{
|
|
|
178
178
|
classHash?: string | undefined;
|
|
179
179
|
casm?: {
|
|
180
180
|
entry_points_by_type: {
|
|
181
|
-
L1_HANDLER: any[];
|
|
182
181
|
CONSTRUCTOR: any[];
|
|
183
182
|
EXTERNAL: any[];
|
|
183
|
+
L1_HANDLER: any[];
|
|
184
184
|
};
|
|
185
185
|
prime: string;
|
|
186
186
|
compiler_version: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kasarlabs/transaction-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
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.
|
|
19
|
+
"@kasarlabs/ask-starknet-core": "0.1.2",
|
|
20
20
|
"@langchain/core": "^0.3.42",
|
|
21
21
|
"@modelcontextprotocol/sdk": "^1.11.2",
|
|
22
22
|
"dotenv": "^16.4.7",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "967038b13c313def17911c88d85601cb208b8cd6"
|
|
43
43
|
}
|