Spaces:
Runtime error
Runtime error
Upload mcp_server.py
Browse files- mcp_server.py +3 -3
mcp_server.py
CHANGED
|
@@ -207,21 +207,21 @@ async def root():
|
|
| 207 |
"method": "POST",
|
| 208 |
"description": "Smart search - accepts company name OR CIK",
|
| 209 |
"input": {"company_input": "string"},
|
| 210 |
-
"recommended":
|
| 211 |
},
|
| 212 |
"extract_financial_metrics": {
|
| 213 |
"path": "/api/extract_financial_metrics",
|
| 214 |
"method": "POST",
|
| 215 |
"description": "Extract multi-year metrics (annual + quarterly)",
|
| 216 |
"input": {"cik": "string", "years": "integer (1-10)"},
|
| 217 |
-
"recommended":
|
| 218 |
},
|
| 219 |
"get_latest_financial_data": {
|
| 220 |
"path": "/api/get_latest_financial_data",
|
| 221 |
"method": "POST",
|
| 222 |
"description": "Get most recent annual financial data automatically",
|
| 223 |
"input": {"cik": "string"},
|
| 224 |
-
"recommended":
|
| 225 |
}
|
| 226 |
}
|
| 227 |
},
|
|
|
|
| 207 |
"method": "POST",
|
| 208 |
"description": "Smart search - accepts company name OR CIK",
|
| 209 |
"input": {"company_input": "string"},
|
| 210 |
+
"recommended": True
|
| 211 |
},
|
| 212 |
"extract_financial_metrics": {
|
| 213 |
"path": "/api/extract_financial_metrics",
|
| 214 |
"method": "POST",
|
| 215 |
"description": "Extract multi-year metrics (annual + quarterly)",
|
| 216 |
"input": {"cik": "string", "years": "integer (1-10)"},
|
| 217 |
+
"recommended": True
|
| 218 |
},
|
| 219 |
"get_latest_financial_data": {
|
| 220 |
"path": "/api/get_latest_financial_data",
|
| 221 |
"method": "POST",
|
| 222 |
"description": "Get most recent annual financial data automatically",
|
| 223 |
"input": {"cik": "string"},
|
| 224 |
+
"recommended": True
|
| 225 |
}
|
| 226 |
}
|
| 227 |
},
|