MCPcopy
hub / github.com/github/spec-kit / get

Method get

src/specify_cli/workflows/catalog.py:719–721  ·  view source on GitHub ↗

Get metadata for an installed step.

(self, step_id: str)

Source from the content-addressed store, hash-verified

717 return False
718
719 def get(self, step_id: str) -> dict[str, Any] | None:
720 """Get metadata for an installed step."""
721 return self.data["steps"].get(step_id)
722
723 def list(self) -> dict[str, dict[str, Any]]:
724 """Return all installed steps."""

Callers 15

workflow_step_removeFunction · 0.95
workflow_step_infoFunction · 0.95
test_add_and_getMethod · 0.95
_build_reportFunction · 0.45
_adjust_script_pathsMethod · 0.45
render_yaml_commandMethod · 0.45
render_skill_commandMethod · 0.45
apply_argument_hintMethod · 0.45

Calls

no outgoing calls