-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Create an MCP server that provides access to IgniteUI component API documentation across Angular, Web Components, and React platforms. Uses TypeDoc-generated documentation stored locally in markdown (Angular/Web Components) and JSON model format (React) for fast, token-efficient retrieval.
Exposed Tools:
- get_api_reference - Retrieves complete API documentation for a specific component including properties, methods, events, and code examples.
- search_api - Searches components by keyword, feature, or partial name across all platforms. Returns ranked results with platform tags, component types, and match counts.
Performance: 40x faster than web scraping (50ms vs 2s), 6-10x fewer tokens (3-5K vs 30K) compared to fetching full documentation pages.
Reactions are currently unavailable