Initial commit: Monarch MCP Custom SSE server
This commit is contained in:
33
pyproject.toml
Normal file
33
pyproject.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "monarch-mcp-custom"
|
||||
version = "0.1.0"
|
||||
description = "Custom Monarch Money MCP Server with SSE support"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
authors = [
|
||||
{ name = "opencode" }
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"mcp[cli]>=1.0.0",
|
||||
"monarchmoney>=0.1.15",
|
||||
"gql>=3.4,<4.0",
|
||||
"python-dotenv>=1.0.0",
|
||||
"pydantic>=2.0.0",
|
||||
"starlette>=0.35.0",
|
||||
"uvicorn>=0.27.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
monarch-mcp-custom = "monarch_mcp_custom.server:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user