diff options
| author | Tommaso Sciortino <[email protected]> | 2025-05-30 18:25:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-30 18:25:47 -0700 |
| commit | 21fba832d1b4ea7af43fb887d9b2b38fcf8210d0 (patch) | |
| tree | 7200d2fac3a55c385e0a2dac34b5282c942364bc /packages/server/src/tools/shell.json | |
| parent | c81148a0cc8489f657901c2cc7247c0834075e1a (diff) | |
Rename server->core (#638)
Diffstat (limited to 'packages/server/src/tools/shell.json')
| -rw-r--r-- | packages/server/src/tools/shell.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/server/src/tools/shell.json b/packages/server/src/tools/shell.json deleted file mode 100644 index a4c018c7..00000000 --- a/packages/server/src/tools/shell.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "object", - "properties": { - "command": { - "description": "Exact bash command to execute as `bash -c <command>`", - "type": "string" - }, - "description": { - "description": "Brief description of the command for the user. Be specific and concise. Ideally a single sentence. Can be up to 3 sentences for clarity. No line breaks.", - "type": "string" - }, - "directory": { - "description": "(OPTIONAL) Directory to run the command in, if not the project root directory. Must be relative to the project root directory and must already exist.", - "type": "string" - } - }, - "required": ["command"] -} |
