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 163 B
/** * SmartEmbed Error Diagnosis Tool */ import { Tool } from './types.js'; export declare const errorDiagnosisTool: Tool; //# sourceMappingURL=diagnose.d.ts.map