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

2
mcp/start_server.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
uvicorn mcp_server:app --reload --port 8000