Table of Contents

MCP Server Release Notes

Current version: 2.0.0.0

2.0.0.0

  • Fixed : TTMSMCPTool.ToJSON no longer drops explicit false tool annotations (readOnlyHint, destructiveHint, idempotentHint, openWorldHint)
  • Fixed : MCP list pagination (tools, resources, resource templates, prompts) rejects invalid cursors and correctly clamps stale cursors and slices the first page
  • New : Size property and UnregisterResource method added to TTMSMCPResource(s)
  • Fixed : FTools/FResources/FPrompts collections guarded against concurrent registration/removal
  • Fixed : Use-after-free in TTMSMCPWinHTTPServer.DoConnectionError on client disconnect (StreamableHTTP transport on http.sys)