#document autoApprove config by kpenfound...

1 messages ยท Page 1 of 1 (latest)

ripe warren
naive chasm
#

its working for me with Cline, but maybe the implementation of the config isnt as standard as I thought? here's my whole config

{
  "mcpServers": {
    "container-use": {
      "disabled": false,
      "timeout": 60000,
      "type": "stdio",
      "command": "/Users/kylepenfound/.local/bin/cu",
      "args": [
        "stdio"
      ],
      "env": {},
      "autoApprove": [
        "environment_open",
        "environment_update",
        "environment_checkpoint",
        "environment_run_cmd",
        "environment_file_read",
        "environment_file_write",
        "environment_file_list",
        "environment_file_delete"
      ]
    }
  }
}
ripe warren
#

Here is what I see in Q sadly ๐Ÿ˜ฆ

> /tools

Tool                                         Permission
โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”Built-in:
- execute_bash                               * trust read-only commands
- fs_read                                    * trusted
- fs_write                                   * not trusted
- report_issue                               * trusted
- use_aws                                    * trust read-only commands

container_use (MCP):
- container_use___environment_add_service    * not trusted
- container_use___environment_checkpoint     * not trusted
- container_use___environment_file_delete    * not trusted
- container_use___environment_file_list      * not trusted
- container_use___environment_file_read      * not trusted
- container_use___environment_file_write     * not trusted
- container_use___environment_open           * not trusted
- container_use___environment_run_cmd        * not trusted
- container_use___environment_update         * not trusted

Config:

{
  "mcpServers": {
    "container-use": {
      "command": "cu",
      "args": [
        "stdio"
      ],
      "autoApprove": [
        "environment_open",
        "environment_update",
        "environment_checkpoint",
        "environment_run_cmd",
        "environment_file_read",
        "environment_file_write",
        "environment_file_list",
        "environment_file_delete"
      ],
      "env": {},
      "timeout": 60000
    }

  }
}