Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/dnx/.mcp/server.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"description": "$(PackageDescription)",
"name": "com.microsoft/$(ServerName)",
"version": "$(PackageVersion)",
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/Pack-Nuget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function ExportServerJson {
)

$output = [ordered]@{
'$schema' = "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json"
'$schema' = "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json"
description = $Description
name = "com.microsoft/$CommandName"
version = $Version
Expand Down
1 change: 1 addition & 0 deletions servers/Azure.Mcp.Server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ For a complete history of pre-release changes, see versions [0.9.9](#099-2025-10

- Increased Kusto `HttpClient` timeout from 100 seconds to 240 seconds to support long-running queries. [[#907](https://github.com/microsoft/mcp/pull/907)]
- Provide installation instructions when azd or other registry components are missing. [[#926](https://github.com/microsoft/mcp/pull/926)]
- Update the `server.json` in the NuGet distribution to match the 2025-10-17 server.json schema version (latest from the MCP Registry).

### Other Changes

Expand Down