From 2deddd3fe2fb444fbbd8a6e05b04c5bff7772c09 Mon Sep 17 00:00:00 2001 From: Aditya Chhabra Date: Wed, 25 Feb 2026 13:24:19 +0000 Subject: [PATCH] chore(changelog): add MCP adapter entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5cd119a5..106c2d550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +- Added MCP adapter runtime (`MCPToolAdapter`) to connect to external MCP servers via stdio, + SSE, and streamable-http transports. Supports full connection lifecycle (connect with timeout, + reconnect, disconnect), tool discovery, input-validated invocation, and bulk registration into + `ToolRegistry` with `source="mcp"` and `checkpointable=False`. Includes Behave unit tests, + Robot integration test, ASV benchmarks, and `docs/reference/mcp_adapter.md`. - Expanded CONTRIBUTING.md with detailed guidance on the issue creation process, label system, ticket lifecycle, pull request requirements, and review/merge process. - Added commit scope, quality, and message format guidelines to CONTRIBUTING.md.