diff --git a/pyproject.toml b/pyproject.toml index 7a63c47..e663738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 41dc186..a5ec78d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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