Enables interactive map navigation with real-time route planning and WebSocket communication for Amap (Gaode Maps) via a FastAPI and fastmcp-based interface.
This tool provides an interactive map navigation solution for Amap (Gaode Maps), built on FastAPI and leveraging the fastmcp protocol. It facilitates real-time route planning for various modes like driving, cycling, and walking, accessible through an intuitive web page. The system ensures secure and independent multi-user interaction through session-based management and real-time WebSocket communication, allowing navigation commands to be sent and displayed instantly on the map. It's designed primarily for learning and development testing purposes.