diff --git a/packages/api2ai-mcp-generator/README.md b/packages/api2ai-mcp-generator/README.md index a381d1fc..b9ed6ff7 100644 --- a/packages/api2ai-mcp-generator/README.md +++ b/packages/api2ai-mcp-generator/README.md @@ -3,6 +3,7 @@

+ 🌐 Live Site  |  🎯 Example MCP Server

@@ -19,6 +20,8 @@ Generate production-ready MCP servers from any OpenAPI specification using the h OpenAPI specs are easy to write and organize your code and have [100s of tools available](https://openapi.tools) such as the [OpenAPI Builder web UI](https://www.apibldr.com). +Try it in the browser at **[api-2-ai.vercel.app](https://api-2-ai.vercel.app/)** — the hosted site lets you design and validate OpenAPI specs visually, browse the docs, and see generated-server examples without installing anything. + ## Features - 🚀 **Modern Framework** - Uses mcp-use for clean, maintainable code diff --git a/packages/api2ai-mcp-generator/content/docs/(index)/index.md b/packages/api2ai-mcp-generator/content/docs/(index)/index.md index 7b4db6c3..861da5c0 100644 --- a/packages/api2ai-mcp-generator/content/docs/(index)/index.md +++ b/packages/api2ai-mcp-generator/content/docs/(index)/index.md @@ -7,6 +7,7 @@ icon: Bot

+ 🌐 Live Site  |  🎯 Example MCP Server

@@ -23,6 +24,8 @@ Generate production-ready MCP servers from any OpenAPI specification using the h OpenAPI specs are easy to write and organize your code and have [100s of tools available](https://openapi.tools) such as the [OpenAPI Builder web UI](https://www.apibldr.com). +Try it in the browser at **[api-2-ai.vercel.app](https://api-2-ai.vercel.app/)** — the hosted site lets you design and validate OpenAPI specs visually, browse the docs, and see generated-server examples without installing anything. + ## Features - 🚀 **Modern Framework** - Uses mcp-use for clean, maintainable code