Skip to content

chore(mcp): update mcp server to use production URL#9503

Merged
LFDanLu merged 1 commit intomainfrom
fix-docs-mcp-base-url
Jan 30, 2026
Merged

chore(mcp): update mcp server to use production URL#9503
LFDanLu merged 1 commit intomainfrom
fix-docs-mcp-base-url

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:

@LFDanLu LFDanLu added this pull request to the merge queue Jan 30, 2026
Merged via the queue into main with commit ff9c58b Jan 30, 2026
35 checks passed
@LFDanLu LFDanLu deleted the fix-docs-mcp-base-url branch January 30, 2026 00:15
@yihuiliao yihuiliao added the no testing Does not require manual testing during testing session label Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no testing Does not require manual testing during testing session release

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

4 participants