mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
feat: add initial implementation of Finance MCP server with REST API and setup instructions (ref #16)
This commit is contained in:
2
mcp/start_server.sh
Normal file
2
mcp/start_server.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
uvicorn mcp_server:app --reload --port 8000
|
||||
Reference in New Issue
Block a user