Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- app.py +1 -1
- app_simplified.py +1 -1
app.py
CHANGED
|
@@ -25,7 +25,7 @@ MCP_TOOLS = [
|
|
| 25 |
|
| 26 |
# ========== MCP 服务配置 ==========
|
| 27 |
MCP_SERVICES = {
|
| 28 |
-
"financial": {"url": "https://
|
| 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://
|
| 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",
|