Skip to content

Conversation

@KNQuoc
Copy link
Contributor

@KNQuoc KNQuoc commented Sep 24, 2025

No description provided.

KNQuoc and others added 4 commits August 19, 2025 22:35
… and Windsurf

- Added specific installation instructions for each IDE
- Updated Cursor to use JSON config
- Added Claude Code CLI command for terminal installation
- Added Windsurf with SSE endpoint configuration
- Made references IDE-agnostic throughout the document
- Updated prerequisites to list all compatible IDEs
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Summary

Updated Cedar MCP server documentation to support multiple IDEs including Cursor, Claude Code, and Windsurf. The changes expand IDE compatibility by providing specific configuration instructions for each platform, with different endpoint URLs for optimal integration.

Key improvements:

  • Added Claude Code setup with terminal command configuration
  • Expanded Windsurf support with SSE endpoint configuration
  • Maintained existing Cursor support with clear JSON configuration
  • Updated title to reflect multi-IDE support scope

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Documentation-only changes with clear, accurate setup instructions for multiple IDEs. No breaking changes or code logic modifications.
  • No files require special attention

Important Files Changed

File Analysis

Filename        Score        Overview
docs/mcp-integration/mcp-server.mdx 5/5 Documentation update adds support for multiple IDEs (Cursor, Claude Code, Windsurf) with clear setup instructions

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant IDE as IDE (Cursor/Claude Code/Windsurf)
    participant MCP as Cedar MCP Server
    participant Docs as Cedar Documentation

    Dev->>IDE: Configure MCP server in settings
    IDE->>MCP: Connect to Cedar MCP endpoint
    MCP->>IDE: Confirm connection established
    
    Dev->>IDE: Request Cedar assistance (comment/chat)
    IDE->>MCP: Send context + query
    MCP->>Docs: Search Cedar documentation
    Docs->>MCP: Return relevant docs/examples
    MCP->>IDE: Provide Cedar-specific suggestions
    IDE->>Dev: Display contextualized guidance
    
    Dev->>IDE: Implement suggested Cedar patterns
    IDE->>MCP: Validate implementation
    MCP->>IDE: Confirm best practices
    IDE->>Dev: Show validated code completion
Loading

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

@jeseed jeseed merged commit dcc510b into CedarCopilot:main Sep 26, 2025
2 checks passed
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.

3 participants