From 4942a972afd9092f3b65da1fe5519e8051722a5f Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:05:42 -0600 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d14878..cc1f646 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ An MCP server that provides tools for exploring large OpenAPI schemas without loading entire schemas into LLM context. Perfect for discovering and analyzing endpoints, data models, and API structure efficiently. + + openapi-mcp-proxy MCP server + + ## Features - **API Configuration Management**: Save and manage multiple API configurations with authentication headers if needed @@ -145,4 +149,4 @@ API configurations are automatically saved to `api_configs.json` in the working } } } -``` +``` \ No newline at end of file