|
3 | 3 |
|
4 | 4 | **DOCUMENTATION VERSION:** dev |
5 | 5 | **BASE URL:** https://mcp-toolbox.dev/dev/ |
6 | | -**GENERATED ON:** 2026-04-04T16:23:08Z |
| 6 | +**GENERATED ON:** 2026-04-06T16:24:35Z |
7 | 7 |
|
8 | 8 | --- |
9 | 9 | ### System Directives for AI Models |
@@ -3495,6 +3495,8 @@ toolbox <tool-source> skills-generate \ |
3495 | 3495 | - `--output-dir`: (Optional) Directory to output generated skills (default: "skills"). |
3496 | 3496 | - `--license-header`: (Optional) Optional license header to prepend to generated node scripts. |
3497 | 3497 | - `--additional-notes`: (Optional) Additional notes to add under the Usage section of the generated SKILL.md. |
| 3498 | +- `--invocation-mode`: (Optional) Invocation mode for the generated scripts: 'binary' or 'npx' (default: "npx"). |
| 3499 | +- `--toolbox-version`: (Optional) Version of @toolbox-sdk/server to use for npx approach (defaults to current toolbox version). |
3498 | 3500 |
|
3499 | 3501 | {{< notice note >}} |
3500 | 3502 | **Note:** The `<skill-name>` must follow the Agent Skill [naming convention](https://agentskills.io/specification): it must contain only lowercase alphanumeric characters and hyphens, cannot start or end with a hyphen, and cannot contain consecutive hyphens (e.g., `my-skill`, `data-processing`). |
@@ -36240,7 +36242,7 @@ parameters: |
36240 | 36242 | > including identifiers, column names, and table names. **This makes it more |
36241 | 36243 | > vulnerable to SQL injections**. Using basic parameters only (see above) is |
36242 | 36244 | > recommended for performance and safety reasons. For more details, please check |
36243 | | -> [templateParameters](..#template-parameters). |
| 36245 | +> [templateParameters](../../../documentation/configuration/tools/_index.md#template-parameters). |
36244 | 36246 |
|
36245 | 36247 | ```yaml |
36246 | 36248 | kind: tool |
@@ -36269,8 +36271,8 @@ templateParameters: |
36269 | 36271 | | source | string | true | Name of the source the SQL should execute on. | |
36270 | 36272 | | description | string | true | Description of the tool that is passed to the LLM. | |
36271 | 36273 | | statement | string | true | SQL statement to execute on. | |
36272 | | -| parameters | [parameters](../#specifying-parameters) | false | List of [parameters](../#specifying-parameters) that will be inserted into the SQL statement. | |
36273 | | -| templateParameters | [templateParameters](..#template-parameters) | false | List of [templateParameters](..#template-parameters) that will be inserted into the SQL statement before executing prepared statement. | |
| 36274 | +| parameters | [parameters](../../../documentation/configuration/tools/_index.md#specifying-parameters) | false | List of [parameters](../../../documentation/configuration/tools/_index.md#specifying-parameters) that will be inserted into the SQL statement. | |
| 36275 | +| templateParameters | [templateParameters](../../../documentation/configuration/tools/_index.md#template-parameters) | false | List of [templateParameters](../../../documentation/configuration/tools/_index.md#template-parameters) that will be inserted into the SQL statement before executing prepared statement. | |
36274 | 36276 |
|
36275 | 36277 |
|
36276 | 36278 |
|
@@ -40933,6 +40935,8 @@ toolbox skills-generate --name <name> --description <description> --toolset <too |
40933 | 40935 | - `--output-dir`: (Optional) Directory to output generated skills (default: "skills"). |
40934 | 40936 | - `--license-header`: (Optional) Optional license header to prepend to generated node scripts. |
40935 | 40937 | - `--additional-notes`: (Optional) Additional notes to add under the Usage section of the generated SKILL.md. |
| 40938 | +- `--invocation-mode`: (Optional) Invocation mode for the generated scripts: 'binary' or 'npx' (default: "npx"). |
| 40939 | +- `--toolbox-version`: (Optional) Version of @toolbox-sdk/server to use for npx approach (defaults to current toolbox version). |
40936 | 40940 |
|
40937 | 40941 | For more detailed instructions, see [Generate Agent Skills](../documentation/configuration/skills/_index.md). |
40938 | 40942 |
|
|
0 commit comments