Skip to content

Commit 923e19c

Browse files
authoredMar 31, 2025··
Merge pull request #118 from microsoft/bruno-add-whatsnew
Add 'What's new section' and include MCP samples
2 parents 3d5fde2 + a96f651 commit 923e19c

File tree

82 files changed

+61154
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+61154
-5
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.35906.104
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "McpSample.ServiceDefaults", "src\McpSample.ServiceDefaults\McpSample.ServiceDefaults.csproj", "{63E130E2-B108-D8A0-C6C6-0C05493F0690}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "McpSample.AspNetCoreSseServer", "src\McpSample.AspNetCoreSseServer\McpSample.AspNetCoreSseServer.csproj", "{C9D8E344-77A7-C7C8-4F2B-D9521B6A441B}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "McpSample.BlazorChat", "src\McpSample.Chat\McpSample.BlazorChat.csproj", "{6CC10BEE-2C2D-1BE7-4111-17587C4F7CC6}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "McpSample.AppHost", "src\McpSample.AppHost\McpSample.AppHost.csproj", "{F73B9265-83CA-6ACB-BBE0-71D5856E1CB9}"
13+
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 Aspire", "1 Aspire", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
15+
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 MCP Server", "2 MCP Server", "{9FE8D6F9-2B76-4BF7-9E29-884286C721C1}"
17+
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 Client", "3 Client", "{09DEE05B-519A-442E-A5E6-E1AE1E977F20}"
19+
EndProject
20+
Global
21+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
22+
Debug|Any CPU = Debug|Any CPU
23+
Release|Any CPU = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
26+
{63E130E2-B108-D8A0-C6C6-0C05493F0690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{63E130E2-B108-D8A0-C6C6-0C05493F0690}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{63E130E2-B108-D8A0-C6C6-0C05493F0690}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{63E130E2-B108-D8A0-C6C6-0C05493F0690}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{C9D8E344-77A7-C7C8-4F2B-D9521B6A441B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{C9D8E344-77A7-C7C8-4F2B-D9521B6A441B}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{C9D8E344-77A7-C7C8-4F2B-D9521B6A441B}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{C9D8E344-77A7-C7C8-4F2B-D9521B6A441B}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{6CC10BEE-2C2D-1BE7-4111-17587C4F7CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{6CC10BEE-2C2D-1BE7-4111-17587C4F7CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{6CC10BEE-2C2D-1BE7-4111-17587C4F7CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
37+
{6CC10BEE-2C2D-1BE7-4111-17587C4F7CC6}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{F73B9265-83CA-6ACB-BBE0-71D5856E1CB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{F73B9265-83CA-6ACB-BBE0-71D5856E1CB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{F73B9265-83CA-6ACB-BBE0-71D5856E1CB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{F73B9265-83CA-6ACB-BBE0-71D5856E1CB9}.Release|Any CPU.Build.0 = Release|Any CPU
42+
EndGlobalSection
43+
GlobalSection(SolutionProperties) = preSolution
44+
HideSolutionNode = FALSE
45+
EndGlobalSection
46+
GlobalSection(NestedProjects) = preSolution
47+
{63E130E2-B108-D8A0-C6C6-0C05493F0690} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
48+
{C9D8E344-77A7-C7C8-4F2B-D9521B6A441B} = {9FE8D6F9-2B76-4BF7-9E29-884286C721C1}
49+
{6CC10BEE-2C2D-1BE7-4111-17587C4F7CC6} = {09DEE05B-519A-442E-A5E6-E1AE1E977F20}
50+
{F73B9265-83CA-6ACB-BBE0-71D5856E1CB9} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
51+
EndGlobalSection
52+
GlobalSection(ExtensibilityGlobals) = postSolution
53+
SolutionGuid = {7E7647F4-F1FE-4A6B-86AD-FAB7C91CA608}
54+
EndGlobalSection
55+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.azure

0 commit comments

Comments
 (0)
Please sign in to comment.