You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: return both message and structured content in MCP responses (#16)
* fix: return both message and structured content in MCP responses
Updated Python SDK to match JavaScript client behavior: MCP responses now return
both the human-readable message (from content array) and structured data (from
structuredContent). Added message field to TaskResult, updated MCP adapter to
extract both fields, and improved CLI output with message display and --json mode
for scripting. All tests pass with new message extraction coverage.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: split long line to meet linting requirements
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments