Releases: david-pivonka/constellation1-mcp-server
Releases · david-pivonka/constellation1-mcp-server
v1.1.0 - Server-Side Pagination Support
Major Enhancement: Server-Side Pagination Support
New Features:
- Added @odata.nextLink support for efficient server-side pagination
- Direct nextLink URL support in reso_query tool
- Enhanced navigation through large datasets
- Security validation for nextLink domains
Usage:
- Initial query: {"entity": "Property", "filter": "...", "top": 50}
- Follow next page: {"nextLink": "https://listings.cdatalabs.com/odata/Property/skiptoken/..."}
Benefits:
- Faster pagination with skip tokens
- Handle millions of records efficiently
- Bypass entity-specific skip limits
- Backwards compatible with existing queries
v1.0.2 - Enhanced Documentation
📚 Documentation Improvements:
- Updated README.md to match Google Maps MCP server style and structure
- Added NPM and license badges for better visibility
- Improved feature descriptions with clear emojis and categories
- Enhanced Quick Start guide with step-by-step setup instructions
- Added detailed MCP client configuration examples for Cursor and Claude Desktop
- Updated usage examples to use proper MCP tool/arguments format
- Added comprehensive error handling and security documentation
- Included MCP Inspector usage instructions for development
✅ Functionality: All core features remain unchanged - the server continues to provide full RESO API access with dynamic metadata parsing and comprehensive real estate data querying capabilities.
v1.0.1 - Fixed Publishing
🔧 Fixes:
- Fixed repository URLs for proper NPM provenance validation
- Ensured all references point to david-pivonka/constellation1-mcp-server
✅ Functionality:
All features from v1.0.0 remain unchanged - full RESO API support with dynamic metadata parsing.
v1.0.0 - Initial Release
Initial release of Constellation 1 MCP Server
🎉 Features:
- Full RESO API support with OAuth2 authentication
- Dynamic metadata parsing (18 entities, 678+ Property fields)
- Two powerful MCP tools: reso_query and reso_help
- Comprehensive OData querying with filtering, expansion, and pagination
- Built-in documentation and field reference system
- TypeScript implementation for type safety and developer experience
�� Tools:
- reso_query - Query real estate data across 9 RESO entities
- reso_help - Interactive help system with examples and field guides
📊 Validated with Live Data:
Successfully tested with 193,112+ active property listings
🚀 Installation:
npm install -g constellation1-mcp-serverRequires Constellation 1 API credentials (CONSTELLATION1_CLIENT_ID and CONSTELLATION1_CLIENT_SECRET).