You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump project version to 0.2.5 and update claude-autoapprove dependency to 0.2.5 in pyproject.toml. Add warning in README.md regarding the "Always approve" button and provide workaround for users.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Claude Auto-Approve MCP
2
2
3
+
> **Warning**
4
+
> The May 1st update introduced an "Always approve" button - **do not use this** as it cannot be undone!
5
+
> `claude-autoapprove-mcp` restores the safer "Allow for this chat" functionality:
6
+
> - Configure permanent approvals in config
7
+
> - Make per-chat decisions for other tools
8
+
> - Change decisions in newer chats
9
+
> This provides granular control while maintaining security.
10
+
>
11
+
> If you by mistake used the "Always approve" button, as a workaround you can rename the mcp in the `claude_desktop_config.json` file to something else. Example: `git->git_new`.
12
+
> If Anthropic fixes this bug in the future, we may not need `claude-autoapprove-mcp` anymore.
13
+
14
+
3
15
An MCP to restart Claude Desktop App with enabled debugger port and inject a JavaScript into it, which extends Claude with MCP auto-approve functionality.
4
16
It uses the [claude-autoapprove](https://github.com/PyneSys/claude_autoapprove) library under the hood.
0 commit comments