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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8

9
9
10
-

10
+

11
11
12
12
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
13
13
@@ -31,6 +31,10 @@ The API complies to:
31
31
32
32
✅ [RFC 7517 - JSON Web Key Set (JWKs)](https://datatracker.ietf.org/doc/html/rfc7517#appendix-A.1) for validating JWS responses, via `/.well-known/jwks.json` endpoint
33
33
34
+
The MCP server complies to:
35
+
36
+
✅ [Model Context Protocol, version 2025-11-25](https://modelcontextprotocol.io/specification/2025-11-25)
37
+
34
38
## Technology stack
35
39
36
40
-[ASP.NET Core 10.0 - Minimal API](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/overview?view=aspnetcore-10.0) for API development, with following base services:
@@ -179,9 +183,9 @@ This mode starts the [Stable](/BankApi.Service.Stable/) and [Beta](/BankApi.Serv
179
183
180
184
1. Run the [launch config](.vscode/launch.json) `Aspire Orchestration`.
181
185
182
-
### Run the MCP Server
186
+
### Run the MCP server
183
187
184
-
The MCP Server is designed to run on [HTTP Stream Transport](https://mcp-framework.com/docs/Transports/http-stream-transport), separately from the API, based on the OpenAPI specification generated by the API.
188
+
The MCP server is designed to run on [HTTP Stream Transport](https://mcp-framework.com/docs/Transports/http-stream-transport), separately from the API, based on the OpenAPI specification generated by the API.
185
189
186
190
Currently, it registers tools for operations via API Key and OAuth Authorization Code authentication methods.
187
191
@@ -211,7 +215,7 @@ Configure your `claude_desktop_config.json` with the following `mcpServers` entr
211
215
212
216
#### GitHub Copilot
213
217
214
-
Make sure to [Authorize Visual Studio Code in the app registration](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-mcp-server-vscode#authorize-visual-studio-code-in-the-app-registration).
218
+
To host the MCP server, make sure to [Authorize Visual Studio Code in the app registration](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-mcp-server-vscode#authorize-visual-studio-code-in-the-app-registration).
0 commit comments