Skip to content

doc: add "type": "http" to .mcp.json example - #1567

Open
lazerg wants to merge 1 commit into
open-circle:mainfrom
lazerg:doc-mcp-json-type
Open

doc: add "type": "http" to .mcp.json example#1567
lazerg wants to merge 1 commit into
open-circle:mainfrom
lazerg:doc-mcp-json-type

Conversation

@lazerg

@lazerg lazerg commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

The JSON config example for the MCP server omits the transport type, while the claude mcp add command right above it passes --transport http. Claude Code needs "type": "http" in .mcp.json for the HTTP server to work, so add it to keep the two consistent.

Closes #1564.

Summary by CodeRabbit

  • Documentation
    • Added a new contributor to the coding agents guide.
    • Updated the MCP server configuration example to specify the HTTP server type for the Valibot server.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. documentation Improvements or additions to documentation labels Jul 25, 2026
@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9a34c1fe-a198-4894-8a36-f652506e6566

📥 Commits

Reviewing files that changed from the base of the PR and between 769bb7c and f090bf6.

📒 Files selected for processing (1)
  • website/src/routes/guides/(get-started)/coding-agents/index.mdx

Walkthrough

Updated the coding agents guide to add “lazerg” to the contributors list and to include "type": "http" in the valibot MCP server JSON configuration example.

Suggested reviewers: fabian-hiller

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Out of Scope Changes check ⚠️ Warning The contributors list update is unrelated to the MCP JSON example change and appears out of scope. Move the contributor list edit to a separate PR or revert it so this PR stays focused on the MCP example update.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: adding "type": "http" to the MCP JSON example.
Linked Issues check ✅ Passed The PR adds the required "type": "http" entry to the Valibot MCP server example as requested in #1564.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Warning

⚠️ This pull request has been flagged as potential spam (contributor-gaming) by CodeRabbit slop detection and should be reviewed carefully.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

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

Labels

documentation Improvements or additions to documentation size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add "type": "http" to .mcp.json example

1 participant