docs: add scope3 package to CLI installation instructions#22
Merged
Conversation
Highlights the recommended scope3 package for shorter npx commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Makes the client fail loudly when the API doesn't return structuredContent, helping catch API specification violations that need upstream fixes. Changes: - Remove fallback JSON parsing from text content - Throw descriptive error when structuredContent is missing - Include debug details (tool name, content type, preview) in error - Update tests to verify strict validation This ensures we catch and report any API endpoints that aren't following the Scope3 MCP specification correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
When the MCP API returns both content.text (human message) and structuredContent
(structured data), the CLI now displays both:
1. Human-readable message in cyan
2. Blank line
3. Structured data in table/list format
In JSON mode, includes _message field with the text.
Changes:
- Client extracts text message from content and includes as _message
- CLI detects _message and displays it before structured data
- Updated tests to verify message handling
- 84 tests passing
Example output:
Found 1 agent:
1. Yahoo Staging Sales Agent
[table with structured data follows]
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
EmmaLouise2018
approved these changes
Nov 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds documentation for the recommended
scope3package for shorter CLI commands.This is a documentation-only change to highlight the convenience package for users.
Example:
Instead of: