MCPcopy
hub / github.com/21st-dev/magic-mcp / RefineUiResponse

Interface RefineUiResponse

src/tools/refine-ui.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11`;
12
13interface RefineUiResponse {
14 text: string;
15}
16
17export class RefineUiTool extends BaseTool {
18 name = REFINE_UI_TOOL_NAME;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected