File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to the MCP Server for WinDbg Crash Analysis project will be
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.12.2] - 2025-12-15
9+
10+ ### Fixed
11+
12+ - ** Registry Schema Migration** : Updated MCP server schema from deprecated ` 2025-10-17 ` to current ` 2025-12-11 ` version for mcp-publisher compatibility
13+
814## [ 0.12.1] - 2025-12-15
915
1016### Added
Original file line number Diff line number Diff line change 11[project ]
22name = " mcp-windbg"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
44description = " A Model Context Protocol server providing tools to analyze Windows crash dumps using WinDbg/CDB"
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-10-17 /server.schema.json" ,
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-12-11 /server.schema.json" ,
33 "name" : " io.github.svnscha/mcp-windbg" ,
44 "title" : " MCP Server for WinDbg Crash Analysis" ,
55 "description" : " A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB" ,
66 "repository" : {
77 "url" : " https://github.com/svnscha/mcp-windbg" ,
88 "source" : " github"
99 },
10- "version" : " 0.12.1 " ,
10+ "version" : " 0.12.2 " ,
1111 "packages" : [
1212 {
1313 "registryType" : " pypi" ,
1414 "registryBaseUrl" : " https://pypi.org" ,
1515 "identifier" : " mcp-windbg" ,
16- "version" : " 0.12.1 " ,
16+ "version" : " 0.12.2 " ,
1717 "transport" : {
1818 "type" : " stdio"
1919 },
3939 "registryType" : " pypi" ,
4040 "registryBaseUrl" : " https://pypi.org" ,
4141 "identifier" : " mcp-windbg" ,
42- "version" : " 0.12.1 " ,
42+ "version" : " 0.12.2 " ,
4343 "transport" : {
4444 "type" : " streamable-http" ,
4545 "url" : " http://localhost:{port}/mcp"
You can’t perform that action at this time.
0 commit comments