Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/dev/s2-docs/pages/react-aria/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const tags = ['mcp', 'ai', 'documentation', 'tools'];

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

## 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).
Expand Down
4 changes: 4 additions & 0 deletions packages/dev/s2-docs/pages/s2/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const tags = ['mcp', 'ai', 'documentation', 'tools'];

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

## 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).
Expand Down
Loading