> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# v1.2.0

> MCP Server & Analytics - Introducing local MCP support for development and testing, along with new document retrieval capabilities

<Update label="Version 1.2.0" description="Released August 7, 2025">
  ### Document Retrieval

  #### Get Documents by ID

  * New endpoint to retrieve specific documents from text-based namespaces
  * Endpoint: POST /namespaces/{namespace}/documents/get
  * Request Format: Send array of document IDs in request body
  * Flexible Access: Retrieve up to 100 documents in a single API call

  ### Local Development

  #### Local MCP Support

  * Run Moorcheh's Model Context Protocol locally for development and testing
  * Offline Development: Test and develop integrations without internet connectivity
  * Local Environment: Full feature parity with cloud environment for testing
</Update>
