feat: add initial implementation of Finance MCP server with REST API and setup instructions (ref #16)

This commit is contained in:
Peter Wood
2025-05-02 23:51:18 -04:00
parent 58e8dbc43c
commit 06dfbf9965
5 changed files with 413 additions and 0 deletions

3
mcp/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
fastapi==0.68.0
uvicorn==0.15.0
pydantic==1.8.2