chore(V2): scheletro src/cerbero_mcp + tests/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
AdrianoDev
2026-04-30 18:02:22 +02:00
parent 8fd182e295
commit 8df64b5176
7 changed files with 10 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
"""Entrypoint cerbero-mcp."""
from __future__ import annotations
def main() -> None:
raise NotImplementedError("server da implementare nelle phase successive")
if __name__ == "__main__":
main()
View File
View File
View File
View File
View File