Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
generate_favicon_from_png | Generate a complete favicon set from a PNG image file.
Args:
image_path: Path to the PNG image file.
output_path: Directory where favicon files will be generated.
Returns:
A message describing the generated files and output directory. |
generate_favicon_from_url | Download an image from a URL and generate a complete favicon set.
Args:
image_url: URL of the image to download.
output_path: Directory where favicon files will be generated.
Returns:
A message describing the generated files and output directory. |