MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / getRuntimeRegistration

Function getRuntimeRegistration

src/utils/tool-registry.ts:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209}
210
211export function getRuntimeRegistration(): RuntimeToolInfo | null {
212 if (registryState.tools.size === 0 && registryState.enabledWorkflows.size === 0) {
213 return null;
214 }
215 return snapshotRuntimeRegistration();
216}
217
218export function getRegisteredWorkflows(): string[] {
219 return [...registryState.enabledWorkflows];

Callers 1

getRuntimeToolInfoFunction · 0.90

Calls 1

Tested by

no test coverage detected