docs: add connecting-agent-frameworks, tool-catalog-authoring, advisory-mode-debugging tutorials#335
Merged
Merged
Conversation
…ry-mode-debugging tutorials Three day-0/day-1 gap tutorials: - connecting-agent-frameworks: how to wire LangChain, LlamaIndex, and httpx to the gateway with bearer auth and _cmcp metadata handling - tool-catalog-authoring: full catalog.json field reference, definition_hash and catalog_hash computation, schema_validation_mode - advisory-mode-debugging: enforcing/advisory/silent mode differences, would_have_denied signal, audit chain advisory_deny entries, tuning workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n tool-catalog-authoring
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.
Summary
Three tutorials covering day-0/day-1 gaps identified in the tutorial audit:
_cmcpmetadata block,workflow_idpassthrough, handling denied callscatalog.jsonfield reference; howdefinition_hashandcatalog_hashare computed (with reproducible Python snippets);schema_validation_modevalues (redact/strict/log) and when to use each; complete two-tool exampleenforcing/advisory/silentmode differences;would_have_deniedsignal in_cmcp;policy_decision: "advisory_deny"in the audit chain; workflow for moving from advisory to enforcingAll content verified against actual source:
loader.py(definition_hash, catalog_hash computation),config.py(EnforcementMode values),server.py(endpoints, auth,_cmcpfields),chain.py(audit entry fields,advisory_denydecision value).Test plan
mkdocs serverenders all three new pages without errors🤖 Generated with Claude Code