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)