@8btc/finance-assistant-mcp 0.0.63 → 0.0.64
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/dist/index.cjs +1 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ function _interopNamespaceDefault(e) {
|
|
|
45
45
|
}
|
|
46
46
|
const echarts__namespace = /* @__PURE__ */ _interopNamespaceDefault(echarts);
|
|
47
47
|
const d3__namespace = /* @__PURE__ */ _interopNamespaceDefault(d3);
|
|
48
|
-
const version = "0.0.
|
|
48
|
+
const version = "0.0.64";
|
|
49
49
|
const pkgJSON = {
|
|
50
50
|
version
|
|
51
51
|
};
|
|
@@ -4202,13 +4202,6 @@ const tool$3 = {
|
|
|
4202
4202
|
};
|
|
4203
4203
|
const toolHandler$3 = async (args) => {
|
|
4204
4204
|
try {
|
|
4205
|
-
const result = z.object(marketTrendSchema).safeParse(args);
|
|
4206
|
-
if (!result.success) {
|
|
4207
|
-
throw new types_js.McpError(
|
|
4208
|
-
types_js.ErrorCode.InvalidParams,
|
|
4209
|
-
`Invalid parameters: ${result.error.message}`
|
|
4210
|
-
);
|
|
4211
|
-
}
|
|
4212
4205
|
logger.info(`start: ${(/* @__PURE__ */ new Date()).getTime()}`);
|
|
4213
4206
|
logger.info(args);
|
|
4214
4207
|
const kline_daily2 = await getJsonDataIfExists(
|