fix: add missing fastmcp dependency
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 16s

This commit is contained in:
Ben
2025-12-24 02:09:01 +00:00
parent 8ca4eae736
commit 14db8e67b3
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ classifiers = [
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.0.0",
"fastmcp>=0.4.1",
"monarchmoney>=0.1.15",
"gql>=3.4,<4.0",
"python-dotenv>=1.0.0",

View File

@@ -1,4 +1,5 @@
mcp[cli]>=1.0.0
fastmcp>=0.4.1
monarchmoney>=0.1.15
gql>=3.4,<4.0
python-dotenv>=1.0.0