Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
741 changes: 61 additions & 680 deletions plugins/codex-security/mcp-app/src/artifact-scan-draft.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugins/codex-security/mcp-app/src/scan-handoff.ts

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export function registerScanDraftTools(
registerCompactTool(server, {
name: "record_codex_security_scan_draft",
title: "Record Codex Security Scan Draft",
description: "Save semantic findings and coverage as an unsealed draft. Use complete:false for progress checkpoints, then complete:true for the final result; keep unvalidated candidates in coverage.deferred.",
description: "Save semantic findings and coverage as an unsealed draft. Each call replaces the current result. Use complete:false while working and complete:true for the final result. Earlier checkpoints are kept for interruption recovery.",
inputSchema: scanDraftInputSchema,
readOnly: false,
handler: async (value, requestContext) => {
Expand Down Expand Up @@ -297,7 +297,7 @@ export function registerCompactWorkerArtifactTools(
registerCompactTool(server, {
name: "record_codex_security_scan_draft",
title: "Record Codex Security Scan Draft",
description: "Save this Standard worker's semantic findings and coverage. Use complete:false for progress checkpoints, then complete:true for its final result; keep unvalidated candidates in coverage.deferred.",
description: "Save this Standard worker's findings and coverage. Each call replaces its current result. Use complete:false while working and complete:true for the final result. Earlier checkpoints are kept for interruption recovery.",
inputSchema: scanDraftInputSchema,
readOnly: false,
handler: async (value) => recordCodexSecurityWorkerScanDraft(
Expand Down
Loading
Loading