[project]
name = "qonto-mcp-server"
version = "0.1.4"
description = "MCP Server for the Qonto API."
authors = [
{ name = "j-about", email = "142051449+j-about@users.noreply.github.com" }
]
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28,<1.0",
"mcp[cli]>=1.8,<2.0",
]
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/j-about/Qonto-MCP-Server"
Issues = "https://github.com/j-about/Qonto-MCP-Server/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
qonto-mcp-server = "qonto_mcp_server:main"
[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true