Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.0] - 2026-05-06
Added
- Interactive Map tool — displays a live MapLibre GL JS vector-tile map directly inside the conversation via MCP Apps. Supports five display types:
location,routing,isochrone,round_trip, andsearch_results - MCP Apps resource registration with Content Security Policy configuration for MagicLane and MapLibre CDN domains
[1.1.1] - 2026-03-30
Changed
- Added
readOnlyHintandopenWorldHintannotations to all tools for better agent integration - Added a
releasescript to automate the release process
Fixed
- Ensure consistent version information across distributed artifacts
[1.1.0] - 2026-03-11
Added
- Round Trip Planning tool
- Reverse Geocoding tool
- Static Map Rendering tool
- Geofence Management tool
Changed
- Extends routing parameters to include vehicle specifications
[1.0.1] - 2025-12-17
Fixed
- Remove postinstall build script to prevent install failures for consumers
[1.0.0] - 2025-12-14
- Initial release of MagicLane MCP Server:
- Complete implementation of various geospatial tools
- Comprehensive test framework with shared utilities
- Schema validation with Zod
- TypeScript strict mode compliance