@8btc/finance-assistant-mcp 0.0.46 → 0.0.47
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 +13 -13
- 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.47";
|
|
49
49
|
const pkgJSON = {
|
|
50
50
|
version
|
|
51
51
|
};
|
|
@@ -1366,8 +1366,8 @@ const top_news = zod.z.array(
|
|
|
1366
1366
|
const newsSchema = {
|
|
1367
1367
|
report_type: zod.z.enum(["market", "industry", "stock"]),
|
|
1368
1368
|
report_time: zod.z.string().describe("报告时间"),
|
|
1369
|
-
data_period_start: zod.z.string().
|
|
1370
|
-
data_period_end: zod.z.string().
|
|
1369
|
+
data_period_start: zod.z.string().describe("数据开始时间"),
|
|
1370
|
+
data_period_end: zod.z.string().describe("数据结束时间}"),
|
|
1371
1371
|
overview: zod.z.string().describe("总体描述,大模型总结"),
|
|
1372
1372
|
opportunities_and_risks: zod.z.string().describe("机会与风险,大模型总结"),
|
|
1373
1373
|
focus_points: zod.z.string().describe("关注点,大模型总结"),
|
|
@@ -2756,12 +2756,12 @@ const fundamentalSchema = {
|
|
|
2756
2756
|
code: zod.z.string().describe("股票代码"),
|
|
2757
2757
|
market: zod.z.string().describe("市场"),
|
|
2758
2758
|
name: zod.z.string().describe("上市公司名称"),
|
|
2759
|
+
data_period_start: zod.z.string().describe("数据周期起始点"),
|
|
2760
|
+
data_period_end: zod.z.string().describe("数据周期结束点}"),
|
|
2759
2761
|
industry: zod.z.string().describe("行业"),
|
|
2760
2762
|
curr_price: zod.z.number().describe("当前股价"),
|
|
2761
2763
|
curr_change: zod.z.number().describe("涨跌额"),
|
|
2762
2764
|
curr_pct_chg: zod.z.number().optional().describe("涨跌幅度"),
|
|
2763
|
-
data_period_start: zod.z.string().optional().describe("数据周期起始点"),
|
|
2764
|
-
data_period_end: zod.z.string().optional().describe("数据周期结束点}"),
|
|
2765
2765
|
core_thesis: zod.z.string().describe("核心观点"),
|
|
2766
2766
|
core_thesis_desc: zod.z.string().describe("核心观点阐述"),
|
|
2767
2767
|
roe: zod.z.number().describe("ROE指标"),
|
|
@@ -3996,8 +3996,8 @@ const kline_daily$1 = zod.z.array(
|
|
|
3996
3996
|
);
|
|
3997
3997
|
const marketTrendSchema = {
|
|
3998
3998
|
report_time: zod.z.string().describe("报告时间"),
|
|
3999
|
-
data_period_start: zod.z.string().
|
|
4000
|
-
data_period_end: zod.z.string().
|
|
3999
|
+
data_period_start: zod.z.string().describe("数据开始时间"),
|
|
4000
|
+
data_period_end: zod.z.string().describe("数据结束时间"),
|
|
4001
4001
|
core_comment: zod.z.string().describe("核心综述"),
|
|
4002
4002
|
important_indices: zod.z.array(
|
|
4003
4003
|
zod.z.object({
|
|
@@ -5260,8 +5260,8 @@ const industry_list = zod.z.array(
|
|
|
5260
5260
|
);
|
|
5261
5261
|
const portfolioSchema = {
|
|
5262
5262
|
generation_time: zod.z.string().describe("生成时间"),
|
|
5263
|
-
data_period_start: zod.z.string().
|
|
5264
|
-
data_period_end: zod.z.string().
|
|
5263
|
+
data_period_start: zod.z.string().describe("数据周期起始点"),
|
|
5264
|
+
data_period_end: zod.z.string().describe("数据周期结束点}"),
|
|
5265
5265
|
expected_cash: zod.z.number().describe("预期投资金额"),
|
|
5266
5266
|
fact_cash: zod.z.number().describe("实际投资金额"),
|
|
5267
5267
|
pick_list,
|
|
@@ -6276,8 +6276,8 @@ const renderEnd$1 = (data) => {
|
|
|
6276
6276
|
};
|
|
6277
6277
|
const stockForecastSchema = {
|
|
6278
6278
|
generation_time: zod.z.string().describe("生成时间"),
|
|
6279
|
-
data_period_start: zod.z.string().
|
|
6280
|
-
data_period_end: zod.z.string().
|
|
6279
|
+
data_period_start: zod.z.string().describe("数据周期起始点"),
|
|
6280
|
+
data_period_end: zod.z.string().describe("数据周期结束点}"),
|
|
6281
6281
|
code: zod.z.string().describe("股票代码"),
|
|
6282
6282
|
market: zod.z.string().describe("市场"),
|
|
6283
6283
|
name: zod.z.string().describe("上市公司名称"),
|
|
@@ -9021,8 +9021,8 @@ const techIndicatorSchema = {
|
|
|
9021
9021
|
curr_price: zod.z.number().describe("当前股价"),
|
|
9022
9022
|
curr_change: zod.z.number().describe("涨跌额"),
|
|
9023
9023
|
curr_pct_chg: zod.z.number().optional().describe("涨跌幅度"),
|
|
9024
|
-
data_period_start: zod.z.string().
|
|
9025
|
-
data_period_end: zod.z.string().
|
|
9024
|
+
data_period_start: zod.z.string().describe("数据周期起始点"),
|
|
9025
|
+
data_period_end: zod.z.string().describe("数据周期结束点}"),
|
|
9026
9026
|
report_notes: reportNotes,
|
|
9027
9027
|
kline_indicator,
|
|
9028
9028
|
trend_indicator,
|