Skip to content

Conversation

@reidbarber
Copy link
Member

@reidbarber reidbarber commented Jan 16, 2026

Closes #9462

Updates the MCP servers to use the production docs URLs.

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

Build the servers locally: yarn build:mcp.

Then run the servers locally:

{
  "mcpServers": {
    "React Aria": {
      "command": "node",
      "args": ["/Users/{your_path}/react-spectrum/packages/dev/mcp/react-aria/dist/react-aria/src/index.js"]
    },
    "React Spectrum (S2)": {
      "command": "node",
      "args": ["/Users/{your_path}/react-spectrum/packages/dev/mcp/s2/dist/s2/src/index.js"]
    }
  }
}

Make sure it fetches the latest docs pages and page content.

🧢 Your Project:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP (S2): get_s2_page returns 404 for pages listed by list_s2_pages (e.g. “Getting started”, “Style Macro”)

2 participants