We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/KiCAD-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Design prompts for KiCAD MCP server
*
* These prompts guide the LLM in providing assistance with general PCB design tasks
* in KiCAD.
*/
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
* Register design prompts with the MCP server
*
* @param server MCP server instance
*/
export declare function registerDesignPrompts(server: McpServer): void;