mirror of
https://github.com/prdlk/vortex.git
synced 2026-08-02 17:31:41 +00:00
feat: unified messaging TUI MVP — Synapse + 7 mautrix bridges + Textual TUI + MCP draft staging
One-command local stack: cp .env.example .env && make up. Idempotent bootstrap renders Synapse + bridge configs from pristine upstream examples, provisions databases, registrations, double puppeting, and the admin user. Textual TUI with bridge manager, in-terminal QR login, and drafts panel. MCP server exposes read tools and a human-gated draft send workflow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user