MCPcopy Create free account
hub / github.com/SethGammon/Citadel / skippedStep

Function skippedStep

scripts/claude-install.js:82–95  ·  view source on GitHub ↗
({ name, command, args, cwd, detail })

Source from the content-addressed store, hash-verified

80}
81
82function skippedStep({ name, command, args, cwd, detail }) {
83 return {
84 name,
85 command: display(command, args),
86 cwd,
87 required: true,
88 skipped: true,
89 pass: true,
90 status: 0,
91 stdout: detail || '',
92 stderr: '',
93 json: null,
94 };
95}
96
97function failedStep({ name, command, args, cwd, detail }) {
98 return {

Callers 2

marketplaceAddStepFunction · 0.85
pluginInstallStepFunction · 0.85

Calls 1

displayFunction · 0.70

Tested by

no test coverage detected