@kasarlabs/unruggable-mcp 0.1.0 → 0.1.2

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.
@@ -14,14 +14,14 @@ export declare const createMemecoinSchema: z.ZodObject<{
14
14
  salt: z.ZodOptional<z.ZodString>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  symbol: string;
17
- owner: string;
18
17
  name: string;
18
+ owner: string;
19
19
  initialSupply: string;
20
20
  salt?: string | undefined;
21
21
  }, {
22
22
  symbol: string;
23
- owner: string;
24
23
  name: string;
24
+ owner: string;
25
25
  initialSupply: string;
26
26
  salt?: string | undefined;
27
27
  }>;
@@ -78,20 +78,20 @@ export declare const launchOnEkuboSchema: z.ZodObject<{
78
78
  bound: z.ZodString;
79
79
  }, "strip", z.ZodTypeAny, {
80
80
  fee: string;
81
+ bound: string;
81
82
  tickSpacing: string;
82
83
  startingPrice: {
83
84
  mag: string;
84
85
  sign: boolean;
85
86
  };
86
- bound: string;
87
87
  }, {
88
88
  fee: string;
89
+ bound: string;
89
90
  tickSpacing: string;
90
91
  startingPrice: {
91
92
  mag: string;
92
93
  sign: boolean;
93
94
  };
94
- bound: string;
95
95
  }>;
96
96
  }, "strip", z.ZodTypeAny, {
97
97
  launchParams: {
@@ -104,12 +104,12 @@ export declare const launchOnEkuboSchema: z.ZodObject<{
104
104
  };
105
105
  ekuboParams: {
106
106
  fee: string;
107
+ bound: string;
107
108
  tickSpacing: string;
108
109
  startingPrice: {
109
110
  mag: string;
110
111
  sign: boolean;
111
112
  };
112
- bound: string;
113
113
  };
114
114
  }, {
115
115
  launchParams: {
@@ -122,12 +122,12 @@ export declare const launchOnEkuboSchema: z.ZodObject<{
122
122
  };
123
123
  ekuboParams: {
124
124
  fee: string;
125
+ bound: string;
125
126
  tickSpacing: string;
126
127
  startingPrice: {
127
128
  mag: string;
128
129
  sign: boolean;
129
130
  };
130
- bound: string;
131
131
  };
132
132
  }>;
133
133
  export type LaunchOnEkuboParams = z.infer<typeof launchOnEkuboSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kasarlabs/unruggable-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
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.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": "2239ec60f8e369abd318807cecd22fe97c0ab917"
42
+ "gitHead": "967038b13c313def17911c88d85601cb208b8cd6"
43
43
  }