Skip to content

Commit 22b7bcc

Browse files
localdenhalter73
andauthored
Update src/ModelContextProtocol.AspNetCore/Auth/McpAuthorizationExtensions.cs
Co-authored-by: Stephen Halter <[email protected]>
1 parent 487bbd7 commit 22b7bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol.AspNetCore/Auth/McpAuthorizationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class McpAuthenticationExtensions
1414
/// <param name="builder">The authentication builder.</param>
1515
/// <param name="configureOptions">An action to configure MCP authentication options.</param>
1616
/// <returns>The authentication builder for chaining.</returns>
17-
public static AuthenticationBuilder AddMcpAuthorization(
17+
public static AuthenticationBuilder AddMcp(
1818
this AuthenticationBuilder builder,
1919
Action<McpAuthenticationOptions>? configureOptions = null)
2020
{

0 commit comments

Comments
 (0)