Skip to content

Commit 257345c

Browse files
authored
docs: mention Node.js pre-requisite in MCP docs (adobe#9474)
1 parent 291d095 commit 257345c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/dev/s2-docs/pages/react-aria/mcp.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export const tags = ['mcp', 'ai', 'documentation', 'tools'];
1212

1313
<PageDescription>Learn how to use the React Aria [MCP](https://modelcontextprotocol.io/docs/getting-started/intro) server to help AI agents browse the documentation.</PageDescription>
1414

15+
## Pre-requisites
16+
17+
[Node.js](https://nodejs.org/) must be installed on your system to run the MCP server.
18+
1519
## Using with an MCP client
1620

1721
Add the server to your MCP client configuration (the exact file and schema may depend on your client).

packages/dev/s2-docs/pages/s2/mcp.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export const tags = ['mcp', 'ai', 'documentation', 'tools'];
1212

1313
<PageDescription>Learn how to use the React Spectrum [MCP](https://modelcontextprotocol.io/docs/getting-started/intro) server to help AI agents browse the documentation.</PageDescription>
1414

15+
## Pre-requisites
16+
17+
[Node.js](https://nodejs.org/) must be installed on your system to run the MCP server.
18+
1519
## Using with an MCP client
1620

1721
Add the server to your MCP client configuration (the exact file and schema may depend on your client).

0 commit comments

Comments
 (0)