Skip to content

Commit e588366

Browse files
committed
chore: release 3.3.1
1 parent 9aeaa67 commit e588366

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.3.1 — 2026-05-17
44

55
- **Camoufox MCP parity:** `camoufox_*` targets now work with console and
66
cookie listing through `interceptor_browser_list_console`,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-mcp",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "MCP server for HTTP/HTTPS MITM proxy via mockttp",
55
"type": "module",
66
"engines": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function arg(name: string, fallback: string): string {
5555
/* ------------------------------------------------------------------ */
5656

5757
function createMcpServer(): McpServer {
58-
const server = new McpServer({ name: "proxy", version: "3.0.0" });
58+
const server = new McpServer({ name: "proxy", version: "3.3.1" });
5959

6060
initInterceptors();
6161

0 commit comments

Comments
 (0)