[project]
name = "ntropy-mcp"
version = "0.1.0"
description = "MCP server for enriching banking data using the Ntropy API"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [ "mcp>=1.3.0", "requests"]
[[project.authors]]
email = "ilia@ntropy.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
ntropy-mcp = "ntropy_mcp:main"