Files

23 lines
452 B
TOML
Raw Permalink Normal View History

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "vortex-mcp"
version = "0.1.0"
description = "MCP server for the Vortex Matrix messaging stack"
requires-python = ">=3.11"
dependencies = [
"fastmcp>=2",
"matrix-nio[e2e]>=0.25",
]
[project.scripts]
vortex-mcp = "vortex_mcp.server:main"
[tool.setuptools]
package-dir = { "" = "server" }
[tool.setuptools.packages.find]
where = ["server"]