Skip to content

v1.1.0 - STDIO Transport & Claude Desktop Support

Choose a tag to compare

@genego-io genego-io released this 10 Oct 12:28
· 24 commits to main since this release

v1.1.0 - Claude Desktop Support 🎉

This release adds native Claude Desktop integration with STDIO transport, making it incredibly easy to use this MCP server directly in Claude Desktop.

🚀 What's New

Claude Desktop Support

  • STDIO transport (default) - Direct integration with Claude Desktop
  • Dual transport architecture - Choose STDIO or SSE via command-line
  • One-command installation - mcp install main.py
  • Absolute path resolution - Works from any working directory

Installation Made Easy

# Clone and install
git clone https://github.com/agentic-ops/real-estate-mcp.git
cd real-estate-mcp
python -m venv .venv
.venv\Scripts\activate  # Windows
pip install -r requirements.txt
mcp install main.py