mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-22 14:59:41 +02:00
9 lines
144 B
TOML
9 lines
144 B
TOML
[project]
|
|
name = "mcp-client"
|
|
version = "0.1.0"
|
|
description = "Test MCP client"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"mcp==1.6.0",
|
|
]
|