UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

17 lines 549 B
/** * MCPsmith - MCP Server Generator * * Generates MCP (Model Context Protocol) servers from: * - CLI tools (--help parsing) * - REST APIs (OpenAPI specs) * - Tool catalogs (YAML/JSON) * - Natural language descriptions * * @module smiths/mcpsmith * @architecture @.aiwg/architecture/mcpsmith-architecture.md * @implements @.aiwg/architecture/decisions/ADR-014-mcpsmith-mcp-server-generator.md */ export * from './types.js'; export * from './analyzers/cli-analyzer.js'; export * from './generator.js'; //# sourceMappingURL=index.d.ts.map