Skip to content

Commit 2a742ad

Browse files
yepzdkclaude
andcommitted
Release v0.4.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent afeb235 commit 2a742ad

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-01-24
9+
10+
### Fixed
11+
12+
- Fix orphaned MCP server processes remaining in background after Claude Desktop/Code exits
13+
- Server now gracefully shuts down when stdin closes (MCP client disconnect) or receives SIGTERM/SIGINT
14+
815
## [0.4.0] - 2026-01-24
916

1017
### Added
@@ -92,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9299
- Widget only connects to localhost
93100
- No external data transmission
94101

102+
[0.4.1]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/compare/v0.4.0...v0.4.1
95103
[0.4.0]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/compare/v0.3.1...v0.4.0
96104
[0.3.1]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/compare/v0.3.0...v0.3.1
97105
[0.3.0]: https://github.com/itk-dev/mcp-claude-code-browser-feedback/releases/tag/v0.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-claude-code-browser-feedback",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "MCP server for collecting visual browser feedback and sending to Claude Code",
55
"type": "module",
66
"main": "src/server.js",

0 commit comments

Comments
 (0)