Skip to content

Commit 0b38a28

Browse files
chore(develop): release 1.2.2
🤖 I have created a release *beep* *boop* --- ## [1.2.2](v1.2.1...v1.2.2) (2026-09-05) ### Bug Fixes * read command output from a UTF-16 log on multibyte code pages ([d8acc17](d8acc17)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sven Scharmentke <sven.scharmentke@liasoft.de>
1 parent d8acc17 commit 0b38a28

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"displayName": "MCP for WinDbg (uvx version)",
1212
"source": "./plugins/mcp-windbg",
1313
"description": "Analyze Windows crash dumps and drive live user-mode or kernel debugging through WinDbg/CDB. Windows only; needs CDB and uv.",
14-
"version": "1.2.1",
14+
"version": "1.2.2",
1515
"author": {
1616
"name": "Sven Scharmentke",
1717
"url": "https://github.com/svnscha"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the MCP Server for WinDbg Crash Analysis project will be
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.2.2] - 2026-09-05
99

1010
### Fixed
1111

plugins/mcp-windbg/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-windbg",
33
"description": "Analyze Windows crash dumps and drive live user-mode or kernel debugging through WinDbg/CDB.",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Sven Scharmentke",
77
"url": "https://github.com/svnscha"

plugins/mcp-windbg/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"mcp-windbg": {
44
"command": "uvx",
55
"args": [
6-
"mcp-windbg@1.2.1"
6+
"mcp-windbg@1.2.2"
77
],
88
"env": {
99
"_NT_SYMBOL_PATH": "${_NT_SYMBOL_PATH:-SRV*C:\\Symbols*https://msdl.microsoft.com/download/symbols}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-windbg"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "A Model Context Protocol server providing tools to analyze Windows crash dumps using WinDbg/CDB"
55
readme = "README.md"
66
requires-python = ">=3.10"

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/svnscha/mcp-windbg",
88
"source": "github"
99
},
10-
"version": "1.2.1",
10+
"version": "1.2.2",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"registryBaseUrl": "https://pypi.org",
1515
"identifier": "mcp-windbg",
16-
"version": "1.2.1",
16+
"version": "1.2.2",
1717
"transport": {
1818
"type": "stdio"
1919
},
@@ -39,7 +39,7 @@
3939
"registryType": "pypi",
4040
"registryBaseUrl": "https://pypi.org",
4141
"identifier": "mcp-windbg",
42-
"version": "1.2.1",
42+
"version": "1.2.2",
4343
"transport": {
4444
"type": "streamable-http",
4545
"url": "http://localhost:{port}/mcp"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)