Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

fixing lint errors #492

Merged
merged 9 commits into from
Aug 8, 2025
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/context-enrichment/mcp-server-integrations.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: MCP integrations
description: MCP integrations allow CodeRabbit to access your documentation, project management tools, knowledge bases, Figma designs, and more.

---

:::caution
Pro feature — Early Access only
:::
Expand All @@ -21,7 +21,7 @@ A few things to keep in mind:

- CodeRabbit acts as the MCP client, not the server. It ingests data.
- The constraint is understanding what MCP data can be helpful for code reviews. See above for how CodeRabbit uses MCP data.
- This approach unlocks integrations in a way that wasnt possible before. You dont have to wait for CodeRabbit to have a formal integration, if it has an MCP server, we can connect to it.
- This approach unlocks integrations in a way that wasn't possible before. You don't have to wait for CodeRabbit to have a formal integration, if it has an MCP server, we can connect to it.

## Setup

Expand Down Expand Up @@ -49,4 +49,3 @@ MCP integration enhances chat by:

* Retrieving contextual information based on discussion topics
* Accessing external documentation and knowledge bases

2 changes: 0 additions & 2 deletions docs/finishing-touches/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ Finishing Touches features help you polish pull requests after review:
- [Unit Test Generation](/finishing-touches/unit-test-generation)

Use these tools to improve documentation and test coverage before merging.


2 changes: 1 addition & 1 deletion docs/platforms/bitbucket-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CodeRabbit integrates with Bitbucket to enhance code review and collaboration by
- Displaying review comments and suggestions directly on merge requests.
- Enabling seamless interaction with the CodeRabbit bot for real-time feedback and assistance.

This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.
This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.

## Configure API Token

Expand Down
Loading