Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2026-03-20 13:30:53 +02:00
commit b56cc63c84
10 changed files with 918 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[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",
]