refactor, add modularity

This commit is contained in:
sha
2026-03-20 14:09:28 +02:00
parent b56cc63c84
commit 3a701a5280
13 changed files with 354 additions and 273 deletions
+3 -6
View File
@@ -1,6 +1,3 @@
def main():
print("Hello from redmine-mcp!")
if __name__ == "__main__":
main()
#!/usr/bin/env python3
import runpy
runpy.run_path("server.py", run_name="__main__")