#document autoApprove config by kpenfound...
1 messages ยท Page 1 of 1 (latest)
Hm, is this working for you? I tried it but does not seem to register.
also seeing this issue: https://github.com/aws/amazon-q-developer-cli/issues/1938
GitHub
Checks I have searched github.com/aws/amazon-q-developer-cli/issues and there are no duplicates of my issue Operating system macOS 15.5.0 (24F74) Expected behaviour Allow users to configure certain...
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"
]
}
}
}
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
}
}
}