For the complete documentation index, see llms.txt. This page is also available as Markdown.

March 22, 2026

Taskade developer changelog — March 22, 2026: MCP SDK Upgraded to ^1.27.1 / mcp-proxy ^6.4.4, Agent Memory Available Across All LLM Models.

Developer highlights. This section tracks API, MCP, SDK, automation, and Taskade Genesis platform changes for developers. For the full product changelog see taskade.com/changelog; for release newsletters see taskade.com/blog/updates.

What's New:

MCP SDK Upgraded to ^1.27.1 / mcp-proxy ^6.4.4

The @modelcontextprotocol/sdk dependency across the Taskade MCP server and related server packages was bumped to ^1.27.1. The mcp-proxy package used by the hosted MCP server was bumped to ^6.4.4. This pull in a patched koa version (host-header injection fix, alert #371) and updated ajv. MCP clients that connect to the hosted or workspace MCP server benefit from these security and compatibility fixes without any client-side configuration change.

Reference: Workspace MCP


Agent Memory Available Across All LLM Models

The Genesis app builder agent (TAA) now persists memory for all configured LLM models, not only Anthropic models. The agent reads and writes memory entries autonomously across conversations. This is relevant for Genesis apps that rely on long-running or multi-session agent interactions, regardless of the model selected in the app configuration.

Reference: Getting Started with Genesis


Context Window Credit Multiplier Introduced

AI credit consumption for large-context requests now uses a ceil(totalTokens / 150k) multiplier. Requests whose total token count exceeds one 150k-token window consume proportionally more credits. The effective threshold was initially shipped at 200k and adjusted to 150k shortly after. API integrators and Genesis apps making high-context agent calls (long document analysis, large knowledge bases) should account for this multiplier in credit budget planning.

Reference: API Guide

Last updated

Was this helpful?