Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_templates | Fetch the latest list of Flutter templates from the GitHub repository. This tool retrieves the templates manifest file and returns a human-readable list including template ID, title, and description. |
| get_template_code | Retrieve Dart source code for a specific Flutter template by ID. The template ID must match one from the templates manifest. The source code is fetched directly from the GitHub repository using the file path defined in the manifest. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |