From eafbfac96b3c8d41bad03361c5165b4aded5c302 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 30 Mar 2025 02:09:15 -0700 Subject: [PATCH] Update mcp.mdx --- docs/openapi-servers/mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi-servers/mcp.mdx b/docs/openapi-servers/mcp.mdx index 67a5547..a0b5328 100644 --- a/docs/openapi-servers/mcp.mdx +++ b/docs/openapi-servers/mcp.mdx @@ -16,7 +16,7 @@ Here's how simple it is to launch the MCP-to-OpenAPI proxy server and expose too 1. **Prerequisites** - **Python 3.8+** with `pip` installed. -- (Optional) `uv` installed to run the MCP server. +- (Optional) `nodejs` with `npm` and/or `uv` installed to run the MCP server. 2. **Clone the Repository & Install Dependencies**