mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-25 00:04:01 +02:00
10 lines
176 B
TOML
10 lines
176 B
TOML
[project]
|
|
name = "messenger-server"
|
|
version = "0.1.0"
|
|
description = "Test MCP server"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"mcp[cli]==1.6.0",
|
|
]
|