UNPKG

@kalimahapps/vue-icons

Version:

70,000+ SVG icons of popular icon sets that you can add seamlessly to vue projects

6 lines (5 loc) 224 B
#!/usr/bin/env node import { mcpServer } from './index.js'; import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'; const transport = new StdioServerTransport(); await mcpServer.connect(transport);