Skip to content

Commit dbdd529

Browse files
committed
Updated readme
1 parent ae27670 commit dbdd529

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.talismanrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,9 @@ fileignoreconfig:
6363
checksum: 10e4cdf9a7fc4d7dbbdefbe7aab261fd36aa6e16d1a6ea82a747f24b259aef7b
6464
- filename: mcp-openapi/src/server.ts
6565
checksum: 61e33364df17f65f6349c8359a5ab57ade8da37704194e771c68e3cda0fa7d8e
66+
version: "1.0"
67+
68+
fileignoreconfig:
69+
- filename: README.md
70+
checksum: 4dd5052dc7c751564051d5198edf6bdbd19f0721ae2bff8693e3993f10d571d9
6671
version: "1.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MCP-OpenAPI Model Context Protocol wrapper for OpenAPI compliant endpoints
2-
This is a Proof-of-Concept project implementing a multi-purpose OpenAPI MCP Server that can be used to proxy any OpenAPI compliant API backend with an MCP Server protocol
2+
This is a Proof-of-Concept project implementing a multi-purpose OpenAPI MCP Server that can be used to proxy any OpenAPI compliant API backend with an MCP Server protocol. It is POC for this article about [enabling AI Economy over APIs](https://www.linkedin.com/pulse/how-evolve-your-api-economy-ai-steven-peh-f9crc/?trackingId=LksZuog5TsSEwgBO0YvkoA%3D%3D)
33

44
This implementation showcases that MCP capabilities like tools and resources are a direct 1-to-1 mapping for RESTFUL APIs and can be dynamically generated based on their specifications in OpenAPI. We do not need to explicitly and specifically code/build MCP servers for RESTFUL APIs. As an added feature, this implementation allows the addition of MCP Prompts, via configuration files, to enrich the MCP tools & resources generated from the backend APIs.
55

0 commit comments

Comments
 (0)