16 lines
259 B
TOML
16 lines
259 B
TOML
[project]
|
|
name = "mcp-nlp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"mcp[cli]>=1.26.0",
|
|
]
|
|
|
|
[tool.uv.workspace]
|
|
members = [
|
|
"mcp-wyvern-castle",
|
|
]
|