JC321 commited on
Commit
eab3e15
·
verified ·
1 Parent(s): be3a0ca

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. app_simplified.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ MCP_TOOLS = [
25
 
26
  # ========== MCP 服务配置 ==========
27
  MCP_SERVICES = {
28
- "financial": {"url": "https://huggingface.co/spaces/JC321/EasyReportDataMCP", "type": "fastmcp"},
29
  "market": {"url": "https://jc321-marketandstockmcp.hf.space", "type": "gradio"}
30
  }
31
 
 
25
 
26
  # ========== MCP 服务配置 ==========
27
  MCP_SERVICES = {
28
+ "financial": {"url": "https://jc321-easyreportdatamcp.hf.space/mcp", "type": "fastmcp"},
29
  "market": {"url": "https://jc321-marketandstockmcp.hf.space", "type": "gradio"}
30
  }
31
 
app_simplified.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import InferenceClient
8
  MCP_SERVICES = {
9
  "financial": {
10
  "name": "SEC Financial Reports",
11
- "url": "https://huggingface.co/spaces/JC321/EasyReportDataMCP",
12
  "tools": [
13
  {
14
  "type": "function",
 
8
  MCP_SERVICES = {
9
  "financial": {
10
  "name": "SEC Financial Reports",
11
+ "url": "https://jc321-easyreportdatamcp.hf.space/mcp",
12
  "tools": [
13
  {
14
  "type": "function",