-
Notifications
You must be signed in to change notification settings - Fork 647
Expand file tree
/
Copy pathModelContextProtocol.slnx
More file actions
83 lines (83 loc) · 4.58 KB
/
ModelContextProtocol.slnx
File metadata and controls
83 lines (83 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<Solution>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/ci-build-test.yml" />
<File Path=".github/workflows/ci-code-coverage.yml" />
<File Path=".github/workflows/docs.yml" />
<File Path=".github/workflows/markdown-link-check.yml" />
<File Path=".github/workflows/release.md" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/docs/" />
<Folder Name="/docs/concepts/" />
<Folder Name="/docs/concepts/elicitation/" />
<Folder Name="/docs/concepts/elicitation/samples/" />
<Folder Name="/docs/concepts/elicitation/samples/client/">
<Project Path="docs/concepts/elicitation/samples/client/ElicitationClient.csproj" />
</Folder>
<Folder Name="/docs/concepts/elicitation/samples/server/">
<Project Path="docs/concepts/elicitation/samples/server/Elicitation.csproj" />
</Folder>
<Folder Name="/docs/concepts/httpcontext/" />
<Folder Name="/docs/concepts/httpcontext/samples/">
<Project Path="docs/concepts/httpcontext/samples/HttpContext.csproj" />
</Folder>
<Folder Name="/docs/concepts/logging/" />
<Folder Name="/docs/concepts/logging/samples/" />
<Folder Name="/docs/concepts/logging/samples/client/">
<Project Path="docs/concepts/logging/samples/client/LoggingClient.csproj" />
</Folder>
<Folder Name="/docs/concepts/logging/samples/server/">
<Project Path="docs/concepts/logging/samples/server/Logging.csproj" />
</Folder>
<Folder Name="/docs/concepts/progress/" />
<Folder Name="/docs/concepts/progress/samples/" />
<Folder Name="/docs/concepts/progress/samples/client/">
<Project Path="docs/concepts/progress/samples/client/ProgressClient.csproj" />
</Folder>
<Folder Name="/docs/concepts/progress/samples/server/">
<Project Path="docs/concepts/progress/samples/server/Progress.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/AspNetCoreMcpPerSessionTools/AspNetCoreMcpPerSessionTools.csproj" />
<Project Path="samples/AspNetCoreMcpServer/AspNetCoreMcpServer.csproj" />
<Project Path="samples/ChatWithTools/ChatWithTools.csproj" />
<Project Path="samples/EverythingServer/EverythingServer.csproj" />
<Project Path="samples/InMemoryTransport/InMemoryTransport.csproj" />
<Project Path="samples/LongRunningTasks/LongRunningTasks.csproj" />
<Project Path="samples/ProtectedMcpClient/ProtectedMcpClient.csproj" />
<Project Path="samples/ProtectedMcpServer/ProtectedMcpServer.csproj" />
<Project Path="samples/QuickstartClient/QuickstartClient.csproj" />
<Project Path="samples/QuickstartWeatherServer/QuickstartWeatherServer.csproj" />
<Project Path="samples/TestServerWithHosting/TestServerWithHosting.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="logo.png" />
<File Path="Makefile" />
<File Path="nuget.config" />
<File Path="README.MD" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/ModelContextProtocol.Analyzers/ModelContextProtocol.Analyzers.csproj" />
<Project Path="src/ModelContextProtocol.AspNetCore/ModelContextProtocol.AspNetCore.csproj" />
<Project Path="src/ModelContextProtocol.Core/ModelContextProtocol.Core.csproj" />
<Project Path="src/ModelContextProtocol/ModelContextProtocol.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ModelContextProtocol.Analyzers.Tests/ModelContextProtocol.Analyzers.Tests.csproj" />
<Project Path="tests/ModelContextProtocol.AotCompatibility.TestApp/ModelContextProtocol.AotCompatibility.TestApp.csproj" />
<Project Path="tests/ModelContextProtocol.AspNetCore.Tests/ModelContextProtocol.AspNetCore.Tests.csproj" />
<Project Path="tests/ModelContextProtocol.ConformanceClient/ModelContextProtocol.ConformanceClient.csproj" />
<Project Path="tests/ModelContextProtocol.ConformanceServer/ModelContextProtocol.ConformanceServer.csproj" />
<Project Path="tests/ModelContextProtocol.TestOAuthServer/ModelContextProtocol.TestOAuthServer.csproj" />
<Project Path="tests/ModelContextProtocol.Tests/ModelContextProtocol.Tests.csproj" />
<Project Path="tests/ModelContextProtocol.TestServer/ModelContextProtocol.TestServer.csproj" />
<Project Path="tests/ModelContextProtocol.TestSseServer/ModelContextProtocol.TestSseServer.csproj" />
<Project Path="tests/ModelContextProtocol.ExperimentalApiRegressionTest/ModelContextProtocol.ExperimentalApiRegressionTest.csproj" />
</Folder>
</Solution>