@@ -45,7 +45,7 @@ mcp-execution/
4545│ ├── mcp-bridge/ # MCP proxy with caching
4646│ ├── mcp-wasm-runtime/ # WASM sandbox execution
4747│ ├── mcp-vfs/ # Virtual filesystem
48- │ ├── mcp-skill-generator/ # Claude Code skill generation
48+ │ ├── mcp-skill-generator/ # IDE skill generation
4949│ ├── mcp-plugin-store/ # Plugin persistence (NEW in Phase 8.1)
5050│ ├── mcp-examples/ # Examples and integration tests
5151│ └── mcp-cli/ # CLI application
@@ -156,14 +156,14 @@ All crates → mcp-core (foundation)
156156** Generators** :
157157- TypeScript generator (with full types)
158158- Rust generator (native WASM, experimental)
159- - Skills generator (Claude Code integration)
159+ - Skills generator (IDE integration)
160160- Manifest generator (metadata)
161161
162162** Template Engine** : Handlebars with custom helpers
163163
164164** Feature Modes** :
165165- ` wasm ` - WASM module generation
166- - ` skills ` - Claude Code skill generation
166+ - ` skills ` - IDE skill generation
167167
168168** Performance** : 0.19ms for 10 tools (526x faster than 100ms target)
169169
@@ -236,13 +236,13 @@ All crates → mcp-core (foundation)
236236
237237** Status** : ✅ Complete (Phase 1) - 42 tests passing
238238
239- ### 7. mcp-skill-generator - Claude Code Skills
239+ ### 7. mcp-skill-generator - IDE Skills
240240
241- ** Purpose** : Generate Claude Code skills from MCP tools.
241+ ** Purpose** : Generate IDE skills from MCP tools.
242242
243243** Output** : ` .skill ` directories with metadata and code
244244
245- ** Integration** : Seamless with Claude Code's skill system
245+ ** Integration** : Seamless with IDE skill systems
246246
247247** Status** : ✅ Complete (Phase 3)
248248
@@ -468,7 +468,7 @@ mcp-cli completions <shell>
4684682 . ** ADR-002** : Wasmtime Over Wasmer - Security focus, pooling allocator
4694693 . ** ADR-003** : Strong Types Over Primitives - Compiler-enforced correctness
4704704 . ** ADR-004** : Use rmcp Official SDK - Protocol compliance, maintained
471- 5 . ** ADR-005** : Claude Code Skill Generation - Seamless Claude integration
471+ 5 . ** ADR-005** : IDE Skill Generation - Seamless IDE integration
4724726 . ** ADR-006** : Plugin Persistence Design - Disk storage, integrity verification (NEW)
473473
474474All ADRs are in ` docs/adr/ ` with full rationale and alternatives considered.
0 commit comments