From fc5d2058c482d7482953d9bef0b274ce698d2150 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Fri, 7 Nov 2025 20:50:16 +0800 Subject: [PATCH] =?UTF-8?q?agent=E5=8A=9F=E8=83=BD=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0MCP=E5=90=8E=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server.py b/mcp_server.py index 61ea6a53..412971e0 100644 --- a/mcp_server.py +++ b/mcp_server.py @@ -44,7 +44,7 @@ class ServiceEndpoints: """API服务端点配置""" NEWS_API = "http://222.128.1.157:21891" # 新闻API ROADSHOW_API = "http://222.128.1.157:19800" # 路演API - CONCEPT_API = "http://localhost:6801" # 概念API(本地) + CONCEPT_API = "http://222.128.1.157:16801" # 概念API(本地) STOCK_ANALYSIS_API = "http://222.128.1.157:8811" # 涨停分析+研报API # HTTP客户端配置