> ## Documentation Index
> Fetch the complete documentation index at: https://ekacare-fix-ts-sdk-github-npm-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Latest updates and improvements to the Eka Developer Platform.

import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
  label="April 8, 2026"
  description="Week of April 6–8"
  tags={["Feature"]}
  rss={{
title: "Eka Developer Platform — Week of April 6–8, 2026",
description: "• New Patient Directory APIs — Retrieve a patient profile by username and update EMR user profiles, expanding programmatic control over patient records.\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## New features

  * **New Patient Directory APIs** — Two new endpoints are now available in the Patient Directory: retrieve a patient profile by username, and update an EMR user profile (name, contact details, blood group, salutation, and custom fields). [View docs](/api-reference/doc-tool/patient-directory-apis/retrieve-patient-by-username)
</Update>

<Update
  label="April 5, 2026"
  description="Week of March 31 – April 5"
  tags={["Feature", "Update", "Fix"]}
  rss={{
title: "Eka Developer Platform — Week of March 31 – April 5, 2026",
description: "• ABHA login and profile tools in MCP SDK — Agents can now initiate ABHA login, verify OTP, select a profile, and retrieve the ABHA card.\n\n• MCP Server documentation restructured — Separate Remote MCP and Local MCP SDK guides with per-client setup instructions.\n\n• _meta field support in doctor discovery and availability tools — The MCP SDK now passes _meta context to doctor_discovery and doctor_availability tools.\n\n• More ophthalmology tables in prescription PDFs — Pachymetry, Amsler grid, and contact lens examination tables are now included.\n\n• MedAssist iOS background session handling — Chat sessions now stay connected when switching apps.\n\n• Bug fix: MedAssist iOS error handling — Error messages are now surfaced clearly instead of failing silently.\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## New features

  * **ABHA login and profile tools in MCP SDK** — The Eka MCP SDK now includes tools for ABHA login and profile management. Agents can initiate login via mobile, Aadhaar, ABHA number, or PHR address, verify OTP, select from multiple ABHA profiles, and retrieve the ABHA card — all within an agent conversation. [View docs](/ai-tools/mcp-server/supported-tools)

  ## Updates

  * **MCP Server documentation restructured** — The MCP Server docs have been reorganized into separate [Remote MCP](/ai-tools/mcp-server/remote-mcp) and [Local MCP SDK](/ai-tools/mcp-server/local-mcp) guides, with per-client setup instructions and a comparison table, making it easier to choose the right deployment model and get connected faster. [View docs](/ai-tools/mcp-server/introduction)

  * **`_meta` field support in doctor discovery and availability tools** — The Eka MCP SDK now forwards `_meta` context from tool calls to the `doctor_discovery` and `doctor_availability` tools. This lets MCP clients pass additional metadata (such as UI hints or session context) when searching for doctors or checking appointment availability. [View docs](/ai-tools/mcp-server/supported-tools)

  * **More ophthalmology tables in prescription PDFs** — Prescription PDFs now include pachymetry, Amsler grid, and contact lens examination tables, expanding the range of eye-care data printed alongside the rest of the prescription. [View docs](/integrations/core-emr/prescription)

  * **MedAssist iOS background session handling** — MedAssist chat sessions on iOS now gracefully handle app backgrounding. When you switch away and return, the session reconnects automatically so conversations are not lost mid-interaction.

  ## Bug fixes

  * **MedAssist iOS error handling** — Fixed an issue where WebSocket errors during a MedAssist chat session could fail silently. Errors such as session timeouts and connection drops are now surfaced with clear messages, and the chat UI recovers gracefully.
</Update>

<Update
  label="March 30, 2026"
  description="Week of March 30"
  tags={["Feature", "Update"]}
  rss={{
title: "Eka Developer Platform — March 30, 2026",
description: "• Ophthalmology tables in prescription PDFs — Prescription PDFs now include ophthalmology examination tables. https://developer.eka.care/integrations/core-emr/prescription\n\n• Eka MCP Server on Smithery — Now listed on Smithery, making it easier to discover, install, and connect. https://developer.eka.care/ai-tools/mcp-server/introduction\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## New features

  * **Ophthalmology tables in prescription PDFs** — Prescription PDFs now include ophthalmology examination tables, so eye-care data captured during a visit is printed alongside the rest of the prescription. [View docs](/integrations/core-emr/prescription)

  ## Updates

  * **Eka MCP Server on Smithery** — The Eka MCP Server is now listed on [Smithery](https://smithery.ai), making it easier for developers to discover, install, and connect the server to any MCP-compatible AI client. [View docs](/ai-tools/mcp-server/introduction)
</Update>

<Update
  label="March 29, 2026"
  description="Week of March 29"
  tags={["Feature", "Update"]}
  rss={{
title: "Eka Developer Platform — March 29, 2026",
description: "• IPD billing PDF generation — Clinics can now generate IPD billing documents as PDFs with patient details, itemized bills, and pricing summary. https://developer.eka.care/integrations/core-emr/payments\n\n• Medical Records Android SDK — Record grid items now support conditional visibility for contextual actions.\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## New features

  * **IPD billing PDF generation** — Clinics can now generate inpatient department (IPD) billing documents as PDFs. The generated PDF includes patient details, admission information, an itemized bills and receipts table, and a pricing summary with discounts. [View docs](/integrations/core-emr/payments)

  ## Updates

  * **Medical Records Android SDK** — Record grid items now support conditional visibility for contextual actions, giving integrators more control over the options displayed on each medical record card.
</Update>

<Update
  label="March 28, 2026"
  description="Week of March 28"
  tags={["Feature", "Update"]}
  rss={{
title: "Eka Developer Platform — March 28, 2026",
description: "• Patient benefits tool in MCP Server — A new get_patient_benefits tool lets agents retrieve available offers and benefits for a specific patient. https://developer.eka.care/ai-tools/mcp-server/supported-tools\n\n• Email authentication in MCP Server — Authentication elicitation now supports email as a verification method. https://developer.eka.care/ai-tools/mcp-server/authentication\n\n• MedAssist iOS chat improvements — Updated suggestion chips, improved message bubbles, and better file upload handling.\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## New features

  * **Patient benefits tool in MCP Server** — A new `get_patient_benefits` tool is available in the Eka MCP Server, letting agents retrieve available offers and benefits for a specific patient. [View docs](/ai-tools/mcp-server/supported-tools)

  ## Updates

  * **Email authentication in MCP Server** — Authentication elicitation now supports email as a verification method in addition to mobile number, giving users more flexibility during in-agent authentication flows. [View docs](/ai-tools/mcp-server/authentication)

  * **MedAssist iOS chat improvements** — The MedAssist chat experience on iOS now includes updated suggestion chips, improved message bubbles, and better file upload handling.
</Update>

<Update
  label="March 27, 2026"
  description="Week of March 27"
  tags={["Update", "Fix"]}
  rss={{
title: "Eka Developer Platform — March 27, 2026",
description: "• OPD slip improvements — OPD slips now display price and patient (PT) attributes.\n\n• Pagify SDK — Improved iframe cleanup logic so embedded views are properly removed when a job completes.\n\n• EkaScribe iOS SDK — Updated session ID generation for improved reliability.\n\n• Bug fix: MedAssist web widget — Fixed OTP verification failing silently or returning incorrect error messages.\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## Updates

  * **OPD slip improvements** — OPD slips now display price and patient (PT) attributes, giving clinic staff more complete information at a glance.

  * **Pagify SDK** — Improved iframe cleanup logic so embedded views are properly removed when a job completes, whether or not a container ID is specified.

  * **EkaScribe iOS SDK** — Updated session ID generation for improved reliability and removed an unused dependency.

  ## Bug fixes

  * **MedAssist web widget** — Fixed an issue where OTP verification could fail silently or return incorrect error messages. The verification flow now properly handles edge cases including callback requests and missing patient records.
</Update>

<Update
  label="March 26, 2026"
  description="Week of March 20–26"
  tags={["Feature", "Update", "Fix"]}
  rss={{
title: "Eka Developer Platform — Week of March 20–26, 2026",
description: "• Vaccination reminder webhooks — Webhook events when vaccination reminders are triggered. https://developer.eka.care/api-reference/doc-tool/post_webhooks/vaccination-reminder-webhook\n\n• Appointment reminder webhooks — New endpoints for appointment reminders, follow-up reminders, and instant variants. https://developer.eka.care/api-reference/doc-tool/post_webhooks/appointment-reminder-webhook\n\n• Follow-up appointment confirmation API — Confirm follow-up appointments programmatically. https://developer.eka.care/api-reference/doc-tool/appointment-api/confirm-follow-up-appointment\n\n• Appointment rescheduling via MCP Server — Reschedule appointments through the Eka MCP Server.\n\n• ABDM milestone flows — M1–M4 guides for ABHA creation, login, profile management, and health data exchange. https://developer.eka.care/api-reference/user-app/abdm-connect/flows/m1\n\n• Doctor Profile API — Get Doctor Profile now includes a salutation field. https://developer.eka.care/api-reference/doc-tool/doctor-and-clinic-api/get-doctor-profile\n\n• Echo Agent Kit — Added _meta field support and elicitation improvements. https://developer.eka.care/ai-tools/agent-kit/tools\n\n• EkaScribe Android SDK v4.0.4 — Architecture V2, Java support, session cancellation, idempotent state management. https://developer.eka.care/api-reference/health-ai/ekascribe/SDKs/android-sdk\n\n• Authentication elicitation in MCP Server — Tools can now prompt for credentials during execution. https://developer.eka.care/ai-tools/mcp-server/authentication\n\n• EkaScribe JS SDK — Improved error tracking, header handling, and ES6 build support. https://developer.eka.care/api-reference/health-ai/ekascribe/SDKs/TS-sdk\n\n• Bug fix: EkaVoiceToRx — Fixed transcription ordering and unresponsive stop button.\n\n• Bug fix: Medical Records (iOS) — Fixed silent failure on record deletion.\n\nRead more: https://developer.eka.care/changelog"
}}
>
  ## New features

  * **Vaccination reminder webhooks** — Receive webhook events when vaccination reminders are triggered for patients. [View docs](/api-reference/doc-tool/post_webhooks/vaccination-reminder-webhook)

  * **Appointment reminder webhooks** — New webhook endpoints for appointment reminders, follow-up reminders, and their instant variants. [View docs](/api-reference/doc-tool/post_webhooks/appointment-reminder-webhook)

  * **Follow-up appointment confirmation API** — Confirm follow-up appointments programmatically using the new endpoint. [View docs](/api-reference/doc-tool/appointment-api/confirm-follow-up-appointment)

  * **Appointment rescheduling via MCP Server** — You can now reschedule appointments through the Eka MCP Server.

  * **ABDM milestone flows** — Structured milestone guides (M1–M4) for ABDM integration, covering ABHA creation, login, profile management, and health data exchange. [View docs](/api-reference/user-app/abdm-connect/flows/m1)

  ## Updates

  * **Doctor Profile API** — The Get Doctor Profile response now includes a `salutation` field. [View docs](/api-reference/doc-tool/doctor-and-clinic-api/get-doctor-profile)

  * **Echo Agent Kit** — Added `_meta` field support per the MCP specification for passing tool call metadata. Elicitation support now includes status tracking, messaging, and handling of multiple tool elicitations. [View docs](/ai-tools/agent-kit/tools)

  * **EkaScribe Android SDK v4.0.4** — Architecture V2 with Java sample app support, session cancellation, and improved state management with idempotent operations. [View docs](/api-reference/health-ai/ekascribe/SDKs/android-sdk)

  * **Authentication elicitation in MCP Server** — MCP Server tools now support authentication elicitation, allowing tools to prompt for credentials during execution. [View docs](/ai-tools/mcp-server/authentication)

  * **EkaScribe JS SDK** — Improved error tracking, header handling, and ES6 build support. [View docs](/api-reference/health-ai/ekascribe/SDKs/TS-sdk)

  ## Bug fixes

  * **EkaVoiceToRx** — Fixed an issue where transcription results could appear in the wrong order, and resolved a bug where the stop button was unresponsive during active sessions.

  * **Medical Records (iOS)** — Fixed an issue where deleting a record could fail silently.
</Update>
