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).