mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 19:43:13 +00:00
10 lines
177 B
TOML
10 lines
177 B
TOML
[project]
|
|
name = "redmine-mcp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"mcp>=1.26.0",
|
|
]
|