Skip to content

Commit c6c99dc

Browse files
docs: update readme
1 parent 910a928 commit c6c99dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pnpm run setup # Fetches DSFR docs and builds the server
3939
| `list_components` | Lists all DSFR components, fundamentals, and patterns with their name, French title, description, and available doc sections. |
4040
| `get_component_doc` | Returns the documentation for a specific component section (`overview`, `code`, `design`, `accessibility`, `demo`). Defaults to `code`. Suggests alternatives if the component name is not found. |
4141
| `search_components` | Full-text search across all DSFR documentation — metadata and markdown content. Returns matching components with excerpts. |
42+
| `search_icons` | Search DSFR icons by name or category. Returns icon name, category, variants (fill/line), and CSS classes. Supports filtering by category (`arrows`, `system`, `business`, etc.). |
43+
| `get_color_tokens` | Returns DSFR color tokens filtered by context (`background`, `text`, `artwork`), functional usage (`action`, `error`, `disabled`, etc.), or color family (`blue-france`, `grey`, `green-tilleul-verveine`, etc.). Includes light/dark theme mappings. |
4244

4345
## Configuration
4446

0 commit comments

Comments
 (0)