Added auto-approval for common safe operations: - Git add and commit commands - Serena MCP replace_regex tool This improves workflow efficiency during development. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"mcpServers": {
|
|
"serena": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"--rm",
|
|
"-i",
|
|
"--network", "host",
|
|
"-v", "./:/workspaces/projects",
|
|
"ghcr.io/oraios/serena:0.1.4",
|
|
"serena", "start-mcp-server",
|
|
"--transport", "stdio",
|
|
"--project", "/workspaces/projects",
|
|
"--enable-web-dashboard", "false"
|
|
],
|
|
"autoApprove": {
|
|
"commands": [
|
|
"search_for_pattern",
|
|
"read_file",
|
|
"find_file",
|
|
"list_dir",
|
|
"think_about_collected_information",
|
|
"replace_regex"
|
|
]
|
|
}
|
|
},
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
}
|
|
}
|
|
} |