UNPKG

@mexl/backstage-plugin-mcp-frontend

Version:

Enhanced Backstage frontend plugin for MCP (Model Context Protocol) entity visualization with JSON/Text toggle, syntax highlighting, and VSCode integration

10 lines 184 B
export interface Config { /** Configuration for the MCP plugin */ mcp?: { /** * Whether to enable the MCP plugin * @default true */ enabled?: boolean; }; }