Refactor govmap

This commit is contained in:
Nitzan Pomerantz
2025-07-13 01:03:15 +03:00
parent a1fa75a878
commit dd6d78b48b
6 changed files with 338 additions and 338 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from typing import Any, Dict, List
# Simple MCP server implementation
class SimpleMCPServer:
def __init__(self):
from nadlan_mcp.main import GovmapClient
from nadlan_mcp.govmap import GovmapClient
self.client = GovmapClient()
self.tools = {
"find_recent_deals_for_address": {