Skip to content

Releases: david-pivonka/constellation1-mcp-server

v1.1.0 - Server-Side Pagination Support

09 Oct 20:35

Choose a tag to compare

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:

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

09 Oct 20:21

Choose a tag to compare

📚 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

09 Oct 20:16

Choose a tag to compare

🔧 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

09 Oct 20:14

Choose a tag to compare

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-server

Requires Constellation 1 API credentials (CONSTELLATION1_CLIENT_ID and CONSTELLATION1_CLIENT_SECRET).