We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f584f1 commit 6585afdCopy full SHA for 6585afd
pyproject.toml
@@ -1,14 +1,14 @@
1
[project]
2
name = "claude-autoapprove-mcp"
3
-version = "0.2.3"
+version = "0.2.4"
4
description = "An MCP server to inject auto-approve MCP functionality into Claude Desktop"
5
authors = [{ name = "PYNESYS LLC" }]
6
readme = "README.md"
7
requires-python = ">=3.11"
8
license = { text = "MIT" }
9
10
dependencies = [
11
- "claude-autoapprove==0.2.3",
+ "claude-autoapprove==0.2.4",
12
"fastmcp>=2.2.0, <3.0.0",
13
"psutil>=7.0.0",
14
]
0 commit comments