Skip to content

docs: add Claude Code connection guide with type:http#83

Open
juliosuas wants to merge 1 commit intocloudflare:mainfrom
juliosuas:fix/issue-39-claude-code-guide
Open

docs: add Claude Code connection guide with type:http#83
juliosuas wants to merge 1 commit intocloudflare:mainfrom
juliosuas:fix/issue-39-claude-code-guide

Conversation

@juliosuas
Copy link
Copy Markdown

Summary

Adds a Claude Code connection guide to help users configure .mcp.json correctly.

Changes:

  • New docs/connection-guides/claude-code.md with full setup instructions
  • README.md updated with a note for Claude Code users pointing to the guide
  • New "Connection Guides" section in README for client-specific docs

The key issue: Claude Code requires "type": "http" in the MCP server config — without it, it defaults to stdio transport and the connection silently fails.

Follows the maintainer's suggested structure (docs/connection-guides/) from the issue comments.

Fixes #39

Adds docs/connection-guides/claude-code.md with proper .mcp.json configuration
including the required "type": "http" field. Updates README.md with a note for
Claude Code users and a new Connection Guides section.

Fixes cloudflare#39
@@ -0,0 +1,40 @@
# Connecting with Claude Code
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

isnt the most common way to add an mcp server by the cli?

claude mcp add ....

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.

[Connection guide] Claude Code

2 participants