[project] name = "finanzas-mcp" version = "0.1.3" description = "Servidor MCP de calculadoras financieras genéricas: ratios, valoración (WACC/DCF/VAN-TIR), diagnóstico (DuPont, Z-Score, F-Score), operación y tributario Chile. Cálculo puro, sin conexiones externas." readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "Luis Cáceres" }] keywords = ["mcp", "finanzas", "finance", "ratios", "wacc", "dcf", "chile", "claude"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: Spanish", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Office/Business :: Financial", ] dependencies = ["mcp>=1.2.0"] [project.scripts] finanzas-mcp = "finanzas_mcp.server:main" [project.urls] Repository = "https://github.com/MITDEVPRO/finanzas-mcp" Issues = "https://github.com/MITDEVPRO/finanzas-mcp/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/finanzas_mcp"] [dependency-groups] dev = ["pytest>=8.0"]