UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 337 B
#!/usr/bin/env node /** * Eufemia Docs MCP Server — stdio entry point. * * Used by editor integrations (Cursor, Claude Code, the VSCode MCP config, * etc.). The HTTP entry lives in `./mcp-http-server.ts`, and the runtime- * agnostic core lives in `./mcp-docs-server.ts` so it can also run on * Cloudflare Workers. */ export {};