From 23added31631b3de54891d8118dd69b2cab77a6e Mon Sep 17 00:00:00 2001 From: mstoyanova Date: Thu, 25 Jun 2026 11:22:48 +0300 Subject: [PATCH] feat(docs): enhance MCP server tool descriptions for clarity and detail --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee6c3040e..d4e16abe9 100644 --- a/README.md +++ b/README.md @@ -203,12 +203,12 @@ The MCP server exposes the following tools to AI assistants: | Tool | Description | |------|-------------| -| `list_components` | List available Ignite UI component docs for a framework | -| `get_doc` | Fetch full markdown content of a specific component doc | -| `search_docs` | Full-text search across Ignite UI documentation | -| `get_api_reference` | Retrieve the full API reference for a component or class | -| `search_api` | Search API entries by keyword or partial component name | -| `generate_ignite_app` | Return a setup guide for a new Ignite UI project | +| `list_components` | List available Ignite UI component docs. Filter by framework and optional keyword match against filename, component name, keywords, or summary. | +| `get_doc` | Return the full markdown content of a specific component doc by name (e.g., `grid-editing`, `accordion`). | +| `search_docs` | Full-text search across Ignite UI docs for a specific framework. Supports prefix matching (e.g., `grid*`). | +| `search_api` | Search Ignite UI API entries by keyword, feature name, or partial component name. | +| `get_api_reference` | Return the full API reference for a specific Ignite UI component or class by exact name. | +| `get_project_setup_guide` | Returns setup guides for creating a new Ignite UI project. For Angular/React/Web Components: CLI scaffolding instructions. For Blazor: `dotnet new` + NuGet setup guide. | ### Testing with MCP Inspector