feat: init the repo

This commit is contained in:
Pratik Bhadane
2026-03-23 23:34:28 +05:30
commit 7a5a220dfe
344 changed files with 75728 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Entry point so the MCP server can be run as ``python -m ferro_ta.mcp``."""
from ferro_ta.mcp import run_server
if __name__ == "__main__":
run_server() # pragma: no cover