From fd5b370028bfdb2dcde2672439eab4295584a847 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 20 May 2025 10:05:29 -0400 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 3dfc93d..e3a736d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Unbundle OpenAPI MCP Server [![smithery badge](https://smithery.ai/badge/@auto-browse/unbundle_openapi_mcp)](https://smithery.ai/server/@auto-browse/unbundle_openapi_mcp) + + Unbundle OpenAPI Specs MCP server + + This project provides a Model Context Protocol (MCP) server with tools to split OpenAPI specification files into multiple files or extract specific endpoints into a new file. It allows an MCP client (like an AI assistant) to manipulate OpenAPI specifications programmatically. ## Prerequisites @@ -150,4 +154,4 @@ If you want to contribute or run the server from source: 2. **Navigate:** `cd unbundle_openapi_mcp` 3. **Install Dependencies:** `npm install` 4. **Build:** `npm run build` (compiles TypeScript to `dist/`) -5. **Run:** `npm start` (starts the server using the compiled code in `dist/`) +5. **Run:** `npm start` (starts the server using the compiled code in `dist/`) \ No newline at end of file