Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PREFIX | No | The icon repository prefix (e.g., ant-design) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_icon_repos | get all icon repo NAME |
get_icons_by_desc_and_prefix | get icons by desc and prefix (LIKE AS ant-design) |
get_icon_detail_by_prefix_and_name | get icon detail by prefix and svg name |