Skip to content

Commit f2b4264

Browse files
committed
Updated MCP server schema from deprecated 2025-10-17 to current 2025-12-11 version for mcp-publisher compatibility.
1 parent ffdc7d2 commit f2b4264

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [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

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 = "0.12.1"
3+
version = "0.12.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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
},
@@ -39,7 +39,7 @@
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"

0 commit comments

Comments
 (0)