create-mcp-use-app@2.0.2
mcp-use/mcp-usecreate-mcp-use-app@2.0.2Aug 9, 2026by github-actions[bot]
AI Summary
Performs a cleanup of the TypeScript export surface to ensure a clean export graph without modifying published entry APIs.
Key Highlights
- Trim internal barrels and drop dead stubs
- Un-export file-local helpers
- Clean export graph without changing entry APIs
New Features
- Code cleanup and optimization
Full Release Notes
### Patch Changes - 6985d78: chore: clear unused TypeScript export surface flagged by knip Trim internal barrels, drop dead stubs and duplicate re-exports, and un-export file-local helpers so knip reports a clean export graph without changing published package entry APIs.