Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_recipe_files | Search recursively for .bb/.bbappend files matching a filename query under root_path. |
| scan_layer_recipe_files | List all .bb/.bbappend files under a Yocto layer path. |
| parse_recipe_file | Parse a single .bb or .bbappend file and return all raw variable assignments. Never evaluates variables. |
| get_recipe_var_raw | Get all raw assignments for a specific variable in a .bb or .bbappend file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |