@8btc/finance-assistant-mcp 0.0.68 → 0.0.69

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.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -2
  2. 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.68";
48
+ const version = "0.0.69";
49
49
  const pkgJSON = {
50
50
  version
51
51
  };
@@ -2772,7 +2772,7 @@ const fundamentalSchema = {
2772
2772
  gp_margin_review: z.z.string(),
2773
2773
  revenue_review: z.z.string(),
2774
2774
  balance_review: z.z.string().describe("财务结构点评"),
2775
- cash_flow_ratio_review: z.z.number().describe("现金流点评"),
2775
+ cash_flow_ratio_review: z.z.string().describe("现金流点评"),
2776
2776
  peg_review: z.z.string().describe("peg 点评"),
2777
2777
  industry_trends_commentary: z.z.string().describe("行业趋势展望"),
2778
2778
  pe_list: z.z.array(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/finance-assistant-mcp",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "财经agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",