From a6bbfb0a6f9731cd8a33c5ce49666a95597c98b6 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:13:58 -0600 Subject: [PATCH] add MCP server badge This PR adds a badge for the [mcp-any-openapi](https://glama.ai/mcp/servers/uxugly3ixf) server listing in Glama MCP server directory. mcp-any-openapi MCP server Glama performs regular codebase and documentation checks to: * Confirm that the MCP server is working as expected * Confirm that there are no obvious security issues with dependencies of the server * Extract server characteristics such as tools, resources, prompts, and required parameters. This badge helps your users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c2d32..0fcc1ab 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **mcp-openapi-proxy** is a Python package implementing a Model Context Protocol (MCP) server that dynamically exposes REST APIs defined by OpenAPI specifications as MCP tools. This allows you to easily integrate any OpenAPI-described API into MCP-based workflows. +mcp-any-openapi MCP server + ## Overview The package supports two operation modes: @@ -207,4 +209,4 @@ uvx --from git+https://github.com/matthewhand/mcp-openapi-proxy mcp-openapi-prox ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.