@8btc/finance-assistant-mcp 0.0.5 → 0.0.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -2760,7 +2760,7 @@ const toolHandler = async (args) => {
2760
2760
  ],
2761
2761
  _meta: {
2762
2762
  description: "Successfully!",
2763
- spec: { type: "generate_finance_pdf", ...args }
2763
+ spec: { type: "generate_finance_pdf" }
2764
2764
  }
2765
2765
  };
2766
2766
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/finance-assistant-mcp",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "财经agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",