Skip to content

Commit 5200df6

Browse files
committed
docs: fix v0.1.46 changelog entry to match actual method names
The changelog entry for #620 listed add_mcp_server()/remove_mcp_server(), but the commit actually added reconnect_mcp_server()/toggle_mcp_server()/ stop_task() and the McpStatusResponse type. The commit's own CHANGELOG block had the correct names; this was a transcription error.
1 parent a7fd631 commit 5200df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
### New Features
5656

5757
- **Session history functions**: Added `list_sessions()` and `get_session_messages()` top-level functions for retrieving past session data (#622)
58-
- **MCP control methods**: Added `add_mcp_server()`, `remove_mcp_server()`, and typed `McpServerStatus` for runtime MCP server management (#620)
58+
- **MCP control methods**: Added `reconnect_mcp_server()`, `toggle_mcp_server()`, `stop_task()`, and typed `McpStatusResponse` / `McpServerStatus` for runtime MCP server management (#620)
5959
- **Typed task messages**: Added `TaskStarted`, `TaskProgress`, and `TaskNotification` message subclasses for better type safety when handling task-related events (#621)
6060
- **ResultMessage stop_reason**: Added `stop_reason` field to `ResultMessage` for inspecting why a conversation turn ended (#619)
6161
- **Hook input enhancements**: Added `agent_id` and `agent_type` fields to tool-lifecycle hook inputs (`PreToolUseHookInput`, `PostToolUseHookInput`, `PostToolUseFailureHookInput`) (#628)

0 commit comments

Comments
 (0)