Search the documentation
40 pages for severity.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
mid-conversation-effort-example
Claude Developer Platform · in the page
build-with-claude/mid-conversation-effort-example
…and output)", }, "severity": {"type": "string", "enum": ["high", "medium", "low", "info"]}, }, "required…
prompting-claude-opus-4-8
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-opus-4-8
…y regression. When a review prompt says things like "only report high-severity issues," "be conservative," or "don't nitpick," Claude Opus 4.8 may follow that instruction more faithfully than earlier…
prompting-claude-opus-5
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-opus-5
…ore thorough pass later. If your review prompt says "only report high-severity issues" or "be conservative," the model may follow that instruction literally and report less; ask it to report everythin…
prompting-claude-sonnet-5
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-sonnet-5
…y regression. When a review prompt says things like "only report high-severity issues," "be conservative," or "don't nitpick," Claude Sonnet 5 may follow that instruction more faithfully than earlier…
Modifying system prompts
Claude Code CLI · in the page
agent-sdk/modifying-system-prompts
…perate Acme's internal triage workflow. Label issues by component and severity.", excludeDynamicSections: true } } })) { // ... } ``` ```python Python theme={null} imp…
Orchestrate teams of Claude Code sessions
Claude Code CLI · in the page
agent-teams
…pp uses JWT tokens stored in httpOnly cookies. Report any issues with severity ratings." ``` ### Choose an appropriate team size There's no hard limit on the number of teammates, but practical const…
Share session output as artifacts
Claude Code CLI · in the page
artifacts
…R. Render the diff with margin annotations and color-code findings by severity. ``` ### Compare alternatives Ask for several variants on one page so you can evaluate them against each other. This wo…
Claude Code changelog
Claude Code CLI · in the page
changelog
…a fixed finding's thread open when the new review also filed a lower-severity note under it * \[Code Review] Fixed rare reviews ending with "Code review encountered an error" when GitHub or an inte…
Channels reference
Claude Code CLI · in the page
channels-reference
…channel>` tag for routing context like chat ID, sender name, or alert severity. Keys must be identifiers: letters, digits, and underscores only. Keys containing hyphens or other characters are silentl…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…skill directory for the full review checklist. Report findings with severity ratings and remediation steps.` }, { id: 'skill-checklist', label: 'checklist.md'…
Scan your codebase for vulnerabilities
Claude Code CLI · in the page
claude-security
…h each finding's ID, such as `F1`, plus its impact, exploit scenario, severity, confidence, and recommendation * **`CLAUDE-SECURITY-RESULTS.jsonl`**: the same findings in machine-readable form, one JS…
Code Review
Claude Code CLI · in the page
code-review
…s, broken edge cases, and subtle regressions. Findings are tagged by severity and don't approve or block your PR, so existing review workflows stay intact. You can tune what Claude flags by adding a…
Self-hosted environments reference
Claude Code CLI · in the page
self-hosted-environments-reference
…ed_runner_last_poll_age_seconds > 60 for: 2m labels: {severity: warning} annotations: summary: "Runner {{ $labels.pod }} has not polled in >60s" - alert: Claude…
Use Claude for Word
Claude Documentation · in the page
office-agents/word
…read and summarize what they changed. Ask Claude to group changes by severity or flag the ones worth pushing back on. Example prompts: * "Summarize what the other side changed and flag anything tha…
SDK Tiering System
Model Context Protocol · in the page
community/sdk-tiers
…----------- | | `P0` | Critical: core functionality failures or high-severity security | | `P1` | Significant bug affecting many users | | `P2` | Moderate issues, valuabl…
SEP Guidelines
Model Context Protocol · in the page
community/sep-guidelines
…ckward incompatibilities must describe these incompatibilities, their severity, and how to deal with them. ### 7. Reference Implementation Must be completed before the SEP reaches "Final" status, bu…
Build an MCP server
Model Context Protocol · in the page
docs/2024-11-05/develop/build-server
…"event", "Unknown")} Area: {props.get("areaDesc", "Unknown")} Severity: {props.get("severity", "Unknown")} Description: {props.get("description", "No description available")} Instructi…
Debugging
Model Context Protocol · in the page
docs/2024-11-05/tools/debugging
…successfully", }); ``` </CodeGroup> MCP defines eight [RFC 5424 severity levels](/specification/2024-11-05/server/utilities/logging#log-levels) (`debug` through `emergency`). Clients can adjust…
Build an MCP server
Model Context Protocol · in the page
docs/2025-03-26/develop/build-server
…"event", "Unknown")} Area: {props.get("areaDesc", "Unknown")} Severity: {props.get("severity", "Unknown")} Description: {props.get("description", "No description available")} Instructi…
Debugging
Model Context Protocol · in the page
docs/2025-03-26/tools/debugging
…successfully", }); ``` </CodeGroup> MCP defines eight [RFC 5424 severity levels](/specification/2025-03-26/server/utilities/logging#log-levels) (`debug` through `emergency`). Clients can adjust…
Build an MCP server
Model Context Protocol · in the page
docs/2025-06-18/develop/build-server
…"event", "Unknown")} Area: {props.get("areaDesc", "Unknown")} Severity: {props.get("severity", "Unknown")} Description: {props.get("description", "No description available")} Instructi…
Debugging
Model Context Protocol · in the page
docs/2025-06-18/tools/debugging
…successfully", }); ``` </CodeGroup> MCP defines eight [RFC 5424 severity levels](/specification/2025-06-18/server/utilities/logging#log-levels) (`debug` through `emergency`). Clients can adjust…
Build an MCP server
Model Context Protocol · in the page
docs/2025-11-25/develop/build-server
…"event", "Unknown")} Area: {props.get("areaDesc", "Unknown")} Severity: {props.get("severity", "Unknown")} Description: {props.get("description", "No description available")} Instructi…
Debugging
Model Context Protocol · in the page
docs/2025-11-25/tools/debugging
…successfully", }); ``` </CodeGroup> MCP defines eight [RFC 5424 severity levels](/specification/2025-11-25/server/utilities/logging#log-levels) (`debug` through `emergency`). Clients can adjust…
Build an MCP server
Model Context Protocol · in the page
docs/2026-07-28/develop/build-server
…"event", "Unknown")} Area: {props.get("areaDesc", "Unknown")} Severity: {props.get("severity", "Unknown")} Description: {props.get("description", "No description available")} Instructi…
Debugging
Model Context Protocol · in the page
docs/2026-07-28/tools/debugging
…successfully", }); ``` </CodeGroup> MCP defines eight [RFC 5424 severity levels](/specification/latest/server/utilities/logging#log-levels) (`debug` through `emergency`). Clients opt in to log m…
Build an MCP server
Model Context Protocol · in the page
docs/draft/develop/build-server
…"event", "Unknown")} Area: {props.get("areaDesc", "Unknown")} Severity: {props.get("severity", "Unknown")} Description: {props.get("description", "No description available")} Instructi…
Debugging
Model Context Protocol · in the page
docs/draft/tools/debugging
…successfully", }); ``` </CodeGroup> MCP defines eight [RFC 5424 severity levels](/specification/latest/server/utilities/logging#log-levels) (`debug` through `emergency`). Clients opt in to log m…
SEP-1302: Formalize Working Groups and Interest Groups in MCP Governance
Model Context Protocol · in the page
seps/1302-formalize-working-groups-and-interest-groups-in-mc
…s must include a section describing these incompatibilities and their severity. The SEP must explain how the author proposes to deal with these incompatibilities.* There is no major change suggested…
SEP-2577: Deprecate Roots, Sampling, and Logging
Model Context Protocol · in the page
seps/2577-deprecate-roots-sampling-and-logging
…el. * **Low value relative to complexity**: Adding log message types, severity levels, and the `logging/setLevel` request to the core specification increases the implementation surface for all cli…
Logging
Model Context Protocol · in the page
specification/2024-11-05/server/utilities/logging
…ing minimum log levels, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data. ## User Interaction Model Implementations are free…
Logging
Model Context Protocol · in the page
specification/2025-03-26/server/utilities/logging
…ing minimum log levels, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data. ## User Interaction Model Implementations are free…
Schema Reference
Model Context Protocol · in the page
specification/2025-06-18/schema
…mergency"</span></div> <div class="tsd-comment tsd-typography"><p>The severity of a log message.</p> <p>These map to syslog message severities, as specified in RFC-5424: <a href="https://datatracker.i…
Logging
Model Context Protocol · in the page
specification/2025-06-18/server/utilities/logging
…ing minimum log levels, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data. ## User Interaction Model Implementations are free…
Schema Reference
Model Context Protocol · in the page
specification/2025-11-25/schema
…mergency"</span></div> <div class="tsd-comment tsd-typography"><p>The severity of a log message.</p> <p>These map to syslog message severities, as specified in RFC-5424: <a href="https://datatracker.i…
Logging
Model Context Protocol · in the page
specification/2025-11-25/server/utilities/logging
…ing minimum log levels, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data. ## User Interaction Model Implementations are free…
Schema Reference
Model Context Protocol · in the page
specification/2026-07-28/schema
…mergency"</span></div> <div class="tsd-comment tsd-typography"><p>The severity of a log message.</p> <p>These map to syslog message severities, as specified in RFC-5424: <a href="https://datatracker.i…
Logging
Model Context Protocol · in the page
specification/2026-07-28/server/utilities/logging
…er-request via `_meta`, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data. ## User Interaction Model Implementations are free…
Schema Reference
Model Context Protocol · in the page
specification/draft/schema
…mergency"</span></div> <div class="tsd-comment tsd-typography"><p>The severity of a log message.</p> <p>These map to syslog message severities, as specified in RFC-5424: <a href="https://datatracker.i…
Logging
Model Context Protocol · in the page
specification/draft/server/utilities/logging
…er-request via `_meta`, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data. ## User Interaction Model Implementations are free…