You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-72Lines changed: 57 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,56 @@
1
1
# ☄️ OpenAPI Client
2
2
3
-
[Created with ❤ in Poland by lepo.co](https://lepo.co/) and [wonderful open-source community](https://github.com/lepoco/openapi.client/graphs/contributors)
4
-
OpenAPI Client is a toolkit that helps you create HTTP clients for external APIs based on their OpenAPI specifications. It simplifies the process of consuming and interacting with various web services. The project is developed and maintained by lepo.co and other community contributors.
3
+
[Created with ❤ in Poland by lepo.co](https://lepo.co/) and [the awesome open-source community](https://github.com/lepoco/openapi.client/graphs/contributors).
4
+
OpenAPI Client is a modern toolkit for developers working with OpenAPI/Swagger specifications. It provides multiple tools to simplify the creation, inspection, validation, and integration of OpenAPI clients across .NET projects and MCP (Model Context Protocol) environments.
5
5
6
-
## 👀 What does this repo contain?
6
+
## 🧰 What's in this repo?
7
7
8
-
The repository contains NuGet package source code, which uses C# code generators that can be used to generate native C# API clients from YAML or JSON files.
8
+
This repository contains a suite of OpenAPI tools designed to support different workflows:
The MCP Server is the central piece of this toolkit. It runs as a standalone container or inside an MCP setup and exposes tools for working with OpenAPI documents.
**OpenAPI Client** is an Open Source project. You are entitled to download and use the freely available Visual Studio Community Edition to build, run or develop for OpenAPI Client. As per the Visual Studio Community Edition license, this applies regardless of whether you are an individual or a corporate user.
Copy file name to clipboardExpand all lines: ThirdPartyNotices.txt
+57-3Lines changed: 57 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,37 @@ Do Not Translate or Localize
5
5
6
6
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which the .NET Foundation received such components are set forth below.
7
7
8
-
1. CommunityToolkit/dotnet version 8.2.2 (https://github.com/CommunityToolkit/dotnet), included in all sources
9
-
2. Sergio0694/ComputeSharp (https://github.com/Sergio0694/ComputeSharp), contributed by Sergio Pedri to reuse some helpers to support incremental generators in the MVVM Toolkit.
10
-
3. Sergio0694/PolySharp (https://github.com/Sergio0694/PolySharp), used as inspiration for the implementation of the generators.
8
+
1. Microsoft/OpenAPI.NET (https://github.com/Microsoft/OpenAPI.NET), used for interaction with OpenAPI documents.
9
+
2. CommunityToolkit/dotnet version 8.2.2 (https://github.com/CommunityToolkit/dotnet), included in all sources
10
+
3. Sergio0694/ComputeSharp (https://github.com/Sergio0694/ComputeSharp), contributed by Sergio Pedri to reuse some helpers to support incremental generators in the MVVM Toolkit.
11
+
4. Sergio0694/PolySharp (https://github.com/Sergio0694/PolySharp), used as inspiration for the implementation of the generators.
12
+
5. modelcontextprotocol/csharp-sdk (https://github.com/modelcontextprotocol/csharp-sdk), used as foundation of the MCP server.
13
+
14
+
%% Microsoft/OpenAPI.NET NOTICES AND INFORMATION BEGIN HERE
15
+
=========================================
16
+
Copyright (c) Microsoft Corporation. All rights reserved.
17
+
18
+
MIT License
19
+
20
+
Permission is hereby granted, free of charge, to any person obtaining a copy
21
+
of this software and associated documentation files (the "Software"), to deal
22
+
in the Software without restriction, including without limitation the rights
23
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24
+
copies of the Software, and to permit persons to whom the Software is
25
+
furnished to do so, subject to the following conditions:
26
+
27
+
The above copyright notice and this permission notice shall be included in all
28
+
copies or substantial portions of the Software.
29
+
30
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36
+
SOFTWARE.
37
+
=========================================
38
+
END OF Microsoft/OpenAPI.NET NOTICES AND INFORMATION
11
39
12
40
%% CommunityToolkit/dotnet NOTICES AND INFORMATION BEGIN HERE
13
41
=========================================
@@ -90,3 +118,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
90
118
SOFTWARE.
91
119
=========================================
92
120
END OF Sergio0694/PolySharp NOTICES AND INFORMATION
121
+
122
+
%% modelcontextprotocol/csharp-sdk NOTICES AND INFORMATION BEGIN HERE
123
+
=========================================
124
+
MIT License
125
+
126
+
Copyright (c) Anthropic and Contributors
127
+
128
+
Permission is hereby granted, free of charge, to any person obtaining a copy
129
+
of this software and associated documentation files (the "Software"), to deal
130
+
in the Software without restriction, including without limitation the rights
131
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
132
+
copies of the Software, and to permit persons to whom the Software is
133
+
furnished to do so, subject to the following conditions:
134
+
135
+
The above copyright notice and this permission notice shall be included in all
136
+
copies or substantial portions of the Software.
137
+
138
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
139
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
140
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
141
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
142
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
143
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
144
+
SOFTWARE.
145
+
=========================================
146
+
END OF modelcontextprotocol/csharp-sdk NOTICES AND INFORMATION
0 commit comments