Skip to content

Commit ce96206

Browse files
Copilotstephentoub
andcommitted
Use public Extensions property instead of internal ExtensionsCore
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent 61fe330 commit ce96206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ModelContextProtocol.Core/Server/McpServerImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private void ConfigureCompletion(McpServerOptions options)
265265
private void ConfigureExperimental(McpServerOptions options)
266266
{
267267
ServerCapabilities.Experimental = options.Capabilities?.Experimental;
268-
ServerCapabilities.ExtensionsCore = options.Capabilities?.ExtensionsCore;
268+
ServerCapabilities.Extensions = options.Capabilities?.Extensions;
269269
}
270270

271271
private void ConfigureResources(McpServerOptions options)

0 commit comments

Comments
 (0)