feat: initial project structure

This commit is contained in:
2026-04-14 07:51:51 +02:00
commit 9fc5a3d68c
15 changed files with 597 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Allow running as: python -m mcp_synology_filestation."""
from mcp_synology_filestation.cli import main
if __name__ == "__main__":
main()