Skip to content

docs: fix v0.1.46 changelog entry to match actual method names#724

Open
sarahdeaton wants to merge 1 commit intomainfrom
claude/audit-agent-sdk-docs
Open

docs: fix v0.1.46 changelog entry to match actual method names#724
sarahdeaton wants to merge 1 commit intomainfrom
claude/audit-agent-sdk-docs

Conversation

@sarahdeaton
Copy link
Copy Markdown
Contributor

The v0.1.46 changelog entry for #620 listed add_mcp_server() / remove_mcp_server(), but commit 28f9b4b 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 when compiling the release notes.

Spotted while syncing the platform docs (anthropics/apps#30314) — the docs had inherited the same incorrect 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.
Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, straightforward changelog typo fix.

Extended reasoning...

Overview

This PR changes a single line in CHANGELOG.md, correcting the v0.1.46 entry for PR #620. The old text listed add_mcp_server() and remove_mcp_server(), which were never the actual method names. The corrected text lists reconnect_mcp_server(), toggle_mcp_server(), stop_task(), and McpStatusResponse — matching what was actually shipped.

Security risks

None. This is a documentation-only change to a changelog file with no code impact.

Level of scrutiny

Minimal scrutiny needed. This is a single-line text correction in a markdown file with no functional implications.

Other factors

The PR description is well-documented, citing the specific commit (28f9b4b) and the downstream docs sync that surfaced the error. No code owners are affected. No tests or builds are impacted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants