Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.1.6

### Fixed — `get_instance_state` reported empty storage as if it were the truth (F-869)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ https://github.com/user-attachments/assets/f81fc0c2-9233-48cd-8a9d-2577b1d33d57
### The right way — `uv tool install` (persistent, fleet-safe)

```bash
uv tool install stealth-chrome-devtools-mcp==2.1.5
uv tool install stealth-chrome-devtools-mcp==2.1.6
```

This installs a version-pinned executable at `~/.local/bin/stealth-chrome-devtools-mcp`
Expand Down Expand Up @@ -95,13 +95,13 @@ Zero-install trial (fine for a first look, not for fleets):
"mcpServers": {
"stealth-chrome-devtools-mcp": {
"command": "uvx",
"args": ["stealth-chrome-devtools-mcp==2.1.5"]
"args": ["stealth-chrome-devtools-mcp==2.1.6"]
}
}
}
```

Or via pip (`pip install stealth-chrome-devtools-mcp==2.1.5`), then use the
Or via pip (`pip install stealth-chrome-devtools-mcp==2.1.6`), then use the
`stealth-chrome-devtools-mcp` console script from that environment as the
`command`.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_CONTRACT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- GENERATED by tools/gen_release_contract.py — do not edit by hand. -->
<!-- Regenerate: `uv run python tools/gen_release_contract.py --write` -->

# Release contract — version 2.1.5
# Release contract — version 2.1.6

This is the contract for the version recorded in `pyproject.toml` at
this commit. A tagged run fails unless the tag equals that version,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "stealth-chrome-devtools-mcp"
version = "2.1.5"
version = "2.1.6"
description = "Undetectable browser automation for AI agents via the Model Context Protocol — one shared backend built for 50+ concurrent Claude Code sessions."
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading