fix: add missing fastmcp dependency
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 16s
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 16s
This commit is contained in:
@@ -18,6 +18,7 @@ classifiers = [
|
|||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"mcp[cli]>=1.0.0",
|
"mcp[cli]>=1.0.0",
|
||||||
|
"fastmcp>=0.4.1",
|
||||||
"monarchmoney>=0.1.15",
|
"monarchmoney>=0.1.15",
|
||||||
"gql>=3.4,<4.0",
|
"gql>=3.4,<4.0",
|
||||||
"python-dotenv>=1.0.0",
|
"python-dotenv>=1.0.0",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
mcp[cli]>=1.0.0
|
mcp[cli]>=1.0.0
|
||||||
|
fastmcp>=0.4.1
|
||||||
monarchmoney>=0.1.15
|
monarchmoney>=0.1.15
|
||||||
gql>=3.4,<4.0
|
gql>=3.4,<4.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user