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

Function statusFragment

src/runtime/__tests__/tool-invoker.test.ts:50–55  ·  view source on GitHub ↗
(
  level: 'info' | 'warning' | 'error' | 'success',
  message: string,
)

Source from the content-addressed store, hash-verified

48}));
49
50function statusFragment(
51 level: 'info' | 'warning' | 'error' | 'success',
52 message: string,
53): RuntimeStatusFragment {
54 return { kind: 'infrastructure', fragment: 'status', level, message };
55}
56
57function daemonResult(text: string, opts?: Partial<DaemonToolResult>): DaemonToolResult {
58 return {

Callers 2

emitErrorHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected