Skip to content

Commit 3f77218

Browse files
committed
Better injection, now it works after page reload too
1 parent 974f8ce commit 3f77218

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ coverage.xml
6060
.dmypy.json
6161

6262
# Pyre type checker
63-
.pyre/
63+
.pyre/
64+
65+
# Project Memory
66+
MEMORY.md

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.1"
3+
version = "0.2.2"
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.1",
11+
"claude-autoapprove==0.2.2",
1212
"fastmcp>=2.2.0, <3.0.0",
1313
"psutil>=7.0.0",
1414
]

0 commit comments

Comments
 (0)