MCPcopy Index your code
hub / github.com/github/spec-kit / get

Method get

src/specify_cli/workflows/catalog.py:111–113  ·  view source on GitHub ↗

Get metadata for an installed workflow.

(self, workflow_id: str)

Source from the content-addressed store, hash-verified

109 return False
110
111 def get(self, workflow_id: str) -> dict[str, Any] | None:
112 """Get metadata for an installed workflow."""
113 return self.data["workflows"].get(workflow_id)
114
115 def list(self) -> dict[str, dict[str, Any]]:
116 """Return all installed workflows."""

Callers 2

workflow_infoFunction · 0.95
test_add_and_getMethod · 0.95

Calls 1

getMethod · 0.45

Tested by 1

test_add_and_getMethod · 0.76