From 257345cc66328a0f7d753657aa4be7e13d3b6697 Mon Sep 17 00:00:00 2001 From: Reid Barber Date: Mon, 12 Jan 2026 17:47:24 -0600 Subject: [PATCH] docs: mention Node.js pre-requisite in MCP docs (#9474) --- packages/dev/s2-docs/pages/react-aria/mcp.mdx | 4 ++++ packages/dev/s2-docs/pages/s2/mcp.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/packages/dev/s2-docs/pages/react-aria/mcp.mdx b/packages/dev/s2-docs/pages/react-aria/mcp.mdx index bc777cd7d70..4edac5bc36c 100644 --- a/packages/dev/s2-docs/pages/react-aria/mcp.mdx +++ b/packages/dev/s2-docs/pages/react-aria/mcp.mdx @@ -12,6 +12,10 @@ export const tags = ['mcp', 'ai', 'documentation', 'tools']; Learn how to use the React Aria [MCP](https://modelcontextprotocol.io/docs/getting-started/intro) server to help AI agents browse the documentation. +## Pre-requisites + +[Node.js](https://nodejs.org/) must be installed on your system to run the MCP server. + ## Using with an MCP client Add the server to your MCP client configuration (the exact file and schema may depend on your client). diff --git a/packages/dev/s2-docs/pages/s2/mcp.mdx b/packages/dev/s2-docs/pages/s2/mcp.mdx index 289aa2d8349..bc833cce90a 100644 --- a/packages/dev/s2-docs/pages/s2/mcp.mdx +++ b/packages/dev/s2-docs/pages/s2/mcp.mdx @@ -12,6 +12,10 @@ export const tags = ['mcp', 'ai', 'documentation', 'tools']; Learn how to use the React Spectrum [MCP](https://modelcontextprotocol.io/docs/getting-started/intro) server to help AI agents browse the documentation. +## Pre-requisites + +[Node.js](https://nodejs.org/) must be installed on your system to run the MCP server. + ## Using with an MCP client Add the server to your MCP client configuration (the exact file and schema may depend on your client).