From 8f1a6c8529b568777e168292a6c74bd5a9b12290 Mon Sep 17 00:00:00 2001 From: Adnan Husain <36721076+adnanhusain15@users.noreply.github.com> Date: Wed, 7 May 2025 12:05:25 +0530 Subject: [PATCH] Update README.md Fixed MCP documentation link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61205f5..f24b516 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub repository](https://img.shields.io/badge/GitHub-harsha--iiiv/openapi--mcp--generator-blue.svg)](https://github.com/harsha-iiiv/openapi-mcp-generator) -Generate [Model Context Protocol (MCP)](https://modelcontextprotocol.github.io/) servers from OpenAPI specifications. +Generate [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers from OpenAPI specifications. This CLI tool automates the generation of MCP-compatible servers that proxy requests to existing REST APIs—enabling AI agents and other MCP clients to seamlessly interact with your APIs using your choice of transport methods. @@ -201,4 +201,4 @@ Contributions are welcome! ## 📄 License -MIT License — see [LICENSE](./LICENSE) for full details. \ No newline at end of file +MIT License — see [LICENSE](./LICENSE) for full details.