JC321 commited on
Commit
64e551d
·
verified ·
1 Parent(s): 5690a9d

Upload mcp_server.py

Browse files
Files changed (1) hide show
  1. 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": 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
  },
 
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
  },