chore: Move tools into separate modules

This commit is contained in:
Chris Coutinho
2025-07-27 14:11:02 +02:00
parent b8191c134a
commit 1e19061ee0
8 changed files with 361 additions and 351 deletions
-3
View File
@@ -13,9 +13,6 @@ dependencies = [
"pillow (>=11.2.1,<12.0.0)"
]
[project.scripts]
nc-mcp-server = "nextcloud_mcp_server.server:run"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_test_loop_scope = "session"