Open
Conversation
Bumps Microsoft.Extensions.AI from 10.2.0 to 10.3.0 Bumps Microsoft.Extensions.AI.OpenAI from 9.4.3-preview.1.25230.7 to 10.3.0 Bumps ModelContextProtocol from 0.1.0-preview.14 to 1.0.0 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: ModelContextProtocol dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.Extensions.AI from 10.2.0 to 10.3.0.
Release notes
Sourced from Microsoft.Extensions.AI's releases.
10.3.0
What's Changed
New Contributors
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.AI.OpenAI from 9.4.3-preview.1.25230.7 to 10.3.0.
Release notes
Sourced from Microsoft.Extensions.AI.OpenAI's releases.
10.3.0
What's Changed
New Contributors
... (truncated)
10.2.0
What's Changed
SummarizingChatReducerintegration tests by @MackinnonBuck in Fix expected conversation length inSummarizingChatReducerintegration tests dotnet/extensions#7119New Contributors
Full Changelog: dotnet/extensions@v10.1...v10.2.0
10.1.0
What's Changed
Microsoft.Extensions.DataIngestionin AI Chat Web template by @MackinnonBuck in UseMicrosoft.Extensions.DataIngestionin AI Chat Web template dotnet/extensions#7023... (truncated)
10.0.0
What's Changed
METGEN004error message: print return type inErrorInvalidMethodReturnTypeby @eduherminio in FixMETGEN004error message: print return type inErrorInvalidMethodReturnTypedotnet/extensions#6905SummarizingChatReducerby @MackinnonBuck in Preserve function content inSummarizingChatReducerdotnet/extensions#6908... (truncated)
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
9.9.0
Highlights
AI
ApprovalRequiredAIFunction, user input/approval request & response content).AIFunctionsplit into a base class to improve extensibility.IChatReducermoved toMicrosoft.Extensions.AI.Abstractions.ChatMessage.Rolechanges as new messages.GetResponseAsync<T>now reads only the last message (bug fix).Telemetry & Diagnostics
url.query).server.addresstelemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
9.8.0
What's Changed
ConfigureEvaluationTests.ps1script when$ConfigRootis not supplied by @peterwald in FixConfigureEvaluationTests.ps1script when$ConfigRootis not supplied dotnet/extensions#6575Microsoft.Extensions.AI.Ollamaby @MackinnonBuck in RemoveMicrosoft.Extensions.AI.Ollamadotnet/extensions#6655... (truncated)
9.7.2
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.1...v9.7.2
9.7.1
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.0...v9.7.1
9.7.0
What's Changed
New Contributors
Full Changelog: dotnet/extensions@v9.6.0...v9.7.0
9.6.0
What's Changed
titleanddescriptionkeywords from root-level schemas in AIFunctionFactory. by @eiriktsarpalis in Removetitleanddescriptionkeywords from root-level schemas in AIFunctionFactory. dotnet/extensions#6465Microsoft.SemanticKerneldependency to 1.53.0 by @MackinnonBuck in Update chat templateMicrosoft.SemanticKerneldependency to 1.53.0 dotnet/extensions#6470AIFunction.ReturnJsonSchemaby @eiriktsarpalis in AddAIFunction.ReturnJsonSchemadotnet/extensions#6447New Contributors
Full Changelog: dotnet/extensions@v9.5.0...v9.6.0
9.5.0
What's Changed
... (truncated)
Commits viewable in compare view.
Updated ModelContextProtocol from 0.1.0-preview.14 to 1.0.0.
Release notes
Sourced from ModelContextProtocol's releases.
1.0.0
This is the first stable release of the ModelContextProtocol C# SDK. Thank you to all of the contributors who helped us achieve this milestone!
Breaking Changes
Refer to the C# SDK Versioning documentation for details on versioning and breaking change policies.
HttpServerTransportOptions.RunSessionHandleris now annotated with[Experimental("MCPEXP002")]RunSessionHandlerwill produce a compile-time warning (or error withTreatWarningsAsErrors); suppress with#pragma warning disable MCPEXP002ConfigureSessionOptionsas an alternative;RunSessionHandlermay be removed or change signatures in a future releaseWhat's Changed
RunSessionHandlerexperimental (MCPEXP002) #1383 by @halter73 (co-authored by @Copilot @jeffhandley)Documentation Updates
Repository Infrastructure Updates
Acknowledgements
Full Changelog: modelcontextprotocol/csharp-sdk@v1.0.0-rc.1...v1.0.0
1.0.0-rc.1
This release candidate completes a full API surface area audit ahead of the 1.0.0 stable release, with more changes to public APIs to ensure consistency and long-term maintainability. Protocol DTO types are updated to match the MCP specification, deprecated filter APIs are removed, and bug fixes improve transport reliability and JSON handling.
Breaking Changes
Refer to the C# SDK Versioning documentation for details on versioning and breaking change policies.
Address asymmetry in McpServerHandlers/McpClientHandlers and make all filter properties settable #1337
McpClientHandlersto match the already-sealedMcpServerHandlersMcpServerOptions.Handlers,McpServerOptions.Filters, and allIList<T>filter properties settable with null validationRemove server back-references from protocol DTO types #1345
Tool.McpServerTool,Prompt.McpServerPrompt,Resource.McpServerResource, andResourceTemplate.McpServerResourcepropertiesMcpServerPrimitiveCollection.TryGetPrimitive()for name-based lookups insteadMake Tool.Name required to match other protocol types #1351
requiredmodifier toTool.Name, matchingPrompt.Name,Resource.Name, and otherIBaseMetadataimplementationsNamein object initializersMake LoggingMessageNotificationParams.Data required per MCP spec #1353
LoggingMessageNotificationParams.DatafromJsonElement?torequired JsonElementper the MCP specificationFix CreateMessageRequestParams.Metadata type to JsonObject #1354
CreateMessageRequestParams.MetadatafromJsonElement?toJsonObject?to match all other_meta/Metaproperties in the SDKNormalize CallToolResult.StructuredContent to JsonElement? #1357
CallToolResult.StructuredContentfromJsonNode?toJsonElement?for consistency with the rest of the SDKJsonSerializer.SerializeToElement()to produce aJsonElementUnify service configuration for
ISseEventStreamStore,IMcpTaskStore, andISessionMigrationHandler#1362Add explicit [Experimental] protected constructors to McpClient and McpServer #1363
McpClientandMcpServernow require suppressingMCPEXP002to subclassRemove MCP9002 obsolete APIs and document obsolete diagnostics #1366
AddXxxFilterextension methods onIMcpServerBuilder(e.g.AddCallToolFilter,AddListToolsFilter) that were deprecated under diagnosticMCP9002WithRequestFilters()andWithMessageFilters()insteadFix McpClientPrompt/Resource types to use RequestOptions like McpClientTool does #1370
JsonSerializerOptionswithRequestOptionsparameter for consistency acrossMcpClientPrompt,McpClientResource, andMcpClientToolWhat's Changed
... (truncated)
0.9.0-preview.2
This release focuses on API surface consistency and correctness ahead of 1.0.0. Public collection properties are now typed as
IList<T>instead of concreteList<T>orT[], andRoot.Metais aligned with the rest of the protocol DTOs by usingJsonObject?. Other improvements include new experimental Extensions support for capabilities, missingResourceLinkBlockproperties, improved mimeType handling, and several documentation and test reliability fixes.We plan to release the stable 1.0.0 release early in the week of February 23, 2026.
Breaking Changes
Refer to the C# SDK Versioning documentation for details on versioning and breaking change policies.
Replace concrete collection types with interfaces in public API surface #1326
List<T>andT[]properties onProtectedResourceMetadata,ToolResultContentBlock,ListTasksResult, andDynamicClientRegistrationResponsechanged toIList<T>. Replace.Lengthwith.Countand cast toList<T>ifList<T>-specific members are needed.Fix
Root.Metato useJsonObjectinstead ofJsonElement#1341Root.Metachanged fromJsonElement?toJsonObject?. Replacemeta.Value.GetProperty("key").GetString()with(string?)meta["key"].Make
UrlElicitationRequiredErrorData.Elicitationsconsistent with other Protocol DTOs #1335Elicitationschanged fromIReadOnlyList<ElicitRequestParams>withinittoIList<ElicitRequestParams>withset. Code usingList<T>is unaffected since it implements both interfaces.What's Changed
options ??= new()in McpServerImpl constructor #1322 by @stephentoub (co-authored by @Copilot)_connectCtsfield fromMcpClientImpl#1323 by @stephentoub (co-authored by @Copilot)Description has been truncated