Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/21st-dev/magic-mcp
/ CreateUiResponse
Interface
CreateUiResponse
src/tools/create-ui.ts:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
`;
14
15
interface
CreateUiResponse {
16
text: string;
17
}
18
19
export
class
CreateUiTool extends BaseTool {
20
name = UI_TOOL_NAME;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected