chore(changelog): add MCP adapter entry

This commit is contained in:
2026-02-25 13:24:19 +00:00
parent ee82d6101e
commit 2deddd3fe2
+5
View File
@@ -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.