diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..3b740c5 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,27 @@ +# MCP Documentation Guidelines + +## Build Commands +- Preview changes locally: `mintlify dev` +- Deploy: Automatic after PR merge to main branch + +## Style Guidelines +- Follow existing MDX formatting and components +- Keep content clear, concise, and technically accurate +- Include practical code examples where appropriate +- Test all links and code samples before submitting +- Maintain consistent structure with existing documentation +- When documenting CLI commands, use two-line format with the prompt on a separate line: `$ claude` followed by `> /command` +- Use appropriate headings: "When to use", "Steps", and "Tips" for tutorials +- Branch naming convention: prefix with "ashwin/" (e.g., "ashwin/add-mcp-cli-docs") + +## File Organization +- Place new pages in appropriate sections (concepts, tutorials, etc.) +- Update docs.json when adding new pages +- Follow existing file naming conventions (kebab-case.mdx) +- Include proper frontmatter in MDX files + +## Documentation Standards +- Prioritize user understanding over technical completeness +- Document both basic syntax and concrete examples +- Structure command documentation with clear formatting +- For image analysis examples, use quotes: `$ claude "Analyze this image: /path/to/image.png"` \ No newline at end of file diff --git a/clients.mdx b/clients.mdx index 93813d7..187d714 100644 --- a/clients.mdx +++ b/clients.mdx @@ -10,6 +10,7 @@ This page provides an overview of applications that support the Model Context Pr | Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes | |---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------| | [Claude Desktop App][Claude] | ✅ | ✅ | ✅ | ❌ | ❌ | Full support for all MCP features | +| [Claude Code][Claude Code] | ❌ | ✅ | ✅ | ❌ | ❌ | Supports prompts and tools | | [5ire][5ire] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [BeeAI Framework][BeeAI Framework] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in agentic workflows. | | [Cline][Cline] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. | @@ -33,6 +34,7 @@ This page provides an overview of applications that support the Model Context Pr | [Daydreams Agents][Daydreams] | ✅ | ✅ | ✅ | ❌ | ❌ | Support for drop in Servers to Daydreams agents | [Claude]: https://claude.ai/download +[Claude Code]: https://claude.ai/code [Cursor]: https://cursor.com [Zed]: https://zed.dev [Cody]: https://sourcegraph.com/cody @@ -72,6 +74,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling > ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application. +### Claude Code +Claude Code is an interactive agentic coding tool from Anthropic that helps you code faster through natural language commands. It supports MCP integration for prompts and tools, and also functions as an MCP server to integrate with other clients. + +**Key features:** +- Tool and prompt support for MCP servers +- Offers its own tools through an MCP server for integrating with other MCP clients + ### 5ire [5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.