Skip to content

Commit b96d38c

Browse files
committed
readme updates about mcp
1 parent 13f5caf commit b96d38c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.images/mcp-claude.png

-108 KB
Binary file not shown.

.images/mcp-vscode.png

32.1 KB
Loading

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
![Aspire](.images/aspire.png)
99

10-
![MCP via Claude](.images/mcp-claude.png)
10+
![MCP via Claude](.images/mcp-vscode.png)
1111

1212
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
1313

@@ -31,6 +31,10 @@ The API complies to:
3131

3232
[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
3333

34+
The MCP server complies to:
35+
36+
[Model Context Protocol, version 2025-11-25](https://modelcontextprotocol.io/specification/2025-11-25)
37+
3438
## Technology stack
3539

3640
- [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
179183
180184
1. Run the [launch config](.vscode/launch.json) `Aspire Orchestration`.
181185
182-
### Run the MCP Server
186+
### Run the MCP server
183187
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.
185189
186190
Currently, it registers tools for operations via API Key and OAuth Authorization Code authentication methods.
187191
@@ -211,7 +215,7 @@ Configure your `claude_desktop_config.json` with the following `mcpServers` entr
211215
212216
#### GitHub Copilot
213217

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).
215219

216220
## Considerations
217221

0 commit comments

Comments
 (0)