Refactor fastmcp

This commit is contained in:
Nitzan Pomerantz
2025-07-13 01:05:16 +03:00
parent dd6d78b48b
commit 4f3b74ceaf
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ This script runs the FastMCP server for accessing Israeli government real estate
"""
if __name__ == "__main__":
from nadlan_mcp.simple_fastmcp_server import mcp
from nadlan_mcp.fastmcp_server import mcp
mcp.run()