UNPKG

@toponextech/smartembed-mcp-server

Version:

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

7 lines 217 B
/** * SmartEmbed Suggestion Tool * Provides device identification and context-aware suggestions */ import { Tool } from './types.js'; export declare const suggestionTool: Tool; //# sourceMappingURL=suggest.d.ts.map