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
@@ -10,7 +10,7 @@ import json
import logging
from typing import List, Dict
from mcp.server.fastmcp import FastMCP
from .govmap import GovmapClient
from nadlan_mcp.govmap import GovmapClient
# Configure logging
logging.basicConfig(level=logging.INFO)
+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()