File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments