File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
src/ModelContextProtocol.AspNetCore
ModelContextProtocol.AspNetCore.Tests
ModelContextProtocol.TestSseServer Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11using Microsoft . AspNetCore . Http ;
22using ModelContextProtocol . AspNetCore . Auth ;
33
4- namespace ModelContextProtocol . AspNetCore ;
4+ namespace Microsoft . AspNetCore . Builder ;
55
66public static partial class McpEndpointRouteBuilderExtensions
77{
Original file line number Diff line number Diff line change 33using Microsoft . AspNetCore . Http . Metadata ;
44using Microsoft . AspNetCore . Routing ;
55using Microsoft . Extensions . DependencyInjection ;
6+ using ModelContextProtocol . AspNetCore ;
67using ModelContextProtocol . AspNetCore . Auth ;
7- using ModelContextProtocol . Auth ;
88using ModelContextProtocol . Protocol . Messages ;
99using System . Diagnostics . CodeAnalysis ;
1010
11- namespace ModelContextProtocol . AspNetCore ;
11+ namespace Microsoft . AspNetCore . Builder ;
1212
1313/// <summary>
1414/// Provides extension methods for <see cref="IEndpointRouteBuilder"/> to add MCP endpoints.
Original file line number Diff line number Diff line change 1- using Microsoft . Extensions . DependencyInjection ;
1+ using Microsoft . AspNetCore . Builder ;
2+ using Microsoft . Extensions . DependencyInjection ;
23using ModelContextProtocol . Client ;
34
45namespace ModelContextProtocol . AspNetCore . Tests ;
Original file line number Diff line number Diff line change 1- using Microsoft . Extensions . DependencyInjection ;
1+ using Microsoft . AspNetCore . Builder ;
2+ using Microsoft . Extensions . DependencyInjection ;
23
34namespace ModelContextProtocol . AspNetCore . Tests ;
45
Original file line number Diff line number Diff line change 1- using Microsoft . AspNetCore . Http ;
1+ using Microsoft . AspNetCore . Builder ;
2+ using Microsoft . AspNetCore . Http ;
23using Microsoft . Extensions . DependencyInjection ;
34using ModelContextProtocol . AspNetCore . Tests . Utils ;
45using ModelContextProtocol . Client ;
Original file line number Diff line number Diff line change 11using Microsoft . AspNetCore . Connections ;
2- using ModelContextProtocol . AspNetCore ;
32using ModelContextProtocol . Protocol . Types ;
43using ModelContextProtocol . Server ;
54using ModelContextProtocol . Utils . Json ;
You can’t perform that action at this time.
0 commit comments