UNPKG

@toponextech/smartembed-mcp-server

Version:

MCP server for intelligent embedded development with PlatformIO - AI-powered project creation, error diagnosis, and device detection

6 lines 164 B
/** * SmartEmbed Project Creation Tool */ import { Tool } from './types.js'; export declare const projectCreationTool: Tool; //# sourceMappingURL=project.d.ts.map