Skip to content

Commit 606c6f7

Browse files
committed
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.
1 parent 6585afd commit 606c6f7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Claude Auto-Approve MCP
22

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+
315
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.
416
It uses the [claude-autoapprove](https://github.com/PyneSys/claude_autoapprove) library under the hood.
517

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "claude-autoapprove-mcp"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "An MCP server to inject auto-approve MCP functionality into Claude Desktop"
55
authors = [{ name = "PYNESYS LLC" }]
66
readme = "README.md"
77
requires-python = ">=3.11"
88
license = { text = "MIT" }
99

1010
dependencies = [
11-
"claude-autoapprove==0.2.4",
11+
"claude-autoapprove==0.2.5",
1212
"fastmcp>=2.2.0, <3.0.0",
1313
"psutil>=7.0.0",
1414
]

0 commit comments

Comments
 (0)