Skip to content

chore: add root .mcp.json with bit-cloud MCP server - #10575

Merged
davidfirst merged 2 commits into
masterfrom
add-root-mcp-json
Aug 7, 2026
Merged

chore: add root .mcp.json with bit-cloud MCP server#10575
davidfirst merged 2 commits into
masterfrom
add-root-mcp-json

Conversation

@davidfirst

Copy link
Copy Markdown
Member

New Bit workspaces get a root .mcp.json file with the bit-cloud MCP server entry. This repository did not have the file.

This change adds the file to the repository root. The content is the same as the content that bit init writes. AI agents such as Claude Code read this file and connect to the Bit Cloud MCP server at https://mcp.bit.cloud/mcp.

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

PR Summary by Qodo

Add root .mcp.json configuring the Bit Cloud MCP server

⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

AI Description

• Add root .mcp.json so AI agents can discover MCP server configuration.
• Configure the "bit-cloud" MCP server to use the Bit Cloud HTTP endpoint.
Diagram

graph TD
  A["AI agent"] --> B[".mcp.json"] --> C{{"Bit Cloud MCP"}}
  C --> D["https://mcp.bit.cloud/mcp"]

  subgraph Legend
    direction LR
    _agent["Client/Agent"] ~~~ _cfg["Config file"] ~~~ _ext{{"External service"}} ~~~ _url["Endpoint"]
  end
Loading
High-Level Assessment

Adding the standard root .mcp.json (matching bit init) is the simplest and most discoverable approach for MCP-capable agents. Alternatives like per-developer local config or documentation-only guidance reduce reliability and automation.

Files changed (1) +8 / -0

Other (1) +8 / -0
.mcp.jsonAdd MCP server config for Bit Cloud +8/-0

Add MCP server config for Bit Cloud

• Introduces a repository-root .mcp.json defining the "bit-cloud" MCP server. Configures an HTTP MCP endpoint at https://mcp.bit.cloud/mcp for agent auto-discovery.

.mcp.json

@qodo-free-for-open-source-projects

qodo-free-for-open-source-projects Bot commented Aug 6, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📜 Skill insights (0)

Grey Divider


Informational

1. Missing final newline 🐞 Bug ⚙ Maintainability
Description
The newly added .mcp.json has no trailing newline, which violates the repo-wide EditorConfig
setting and can cause persistent diffs when editors auto-insert the final newline on save.
Code

.mcp.json[8]

+}
Evidence
.editorconfig requires a final newline for all files, but the newly added .mcp.json content ends
immediately after the closing brace (the diff also flags the missing newline), which commonly leads
to auto-fix churn.

.editorconfig[5-11]
.mcp.json[1-8]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The PR adds `.mcp.json` without a final newline (as indicated by the diff), conflicting with the repository’s EditorConfig policy.
## Issue Context
This repo’s `.editorconfig` sets `insert_final_newline = true`, so files without a trailing newline often get auto-corrected by editors, creating recurring “dirty working tree” diffs.
## Fix Focus Areas
- .mcp.json[1-8]
- .editorconfig[5-11]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


To customize comments, go to the Qodo configuration screen, or learn more in the docs.

Previous review results

Review updated until commit e1c2656 ⚖️ Balanced

Results up to commit 927a5f6


🐞 Bugs (1) 📘 Rule violations (0) 📜 Skill insights (0)


Informational
1. Missing final newline 🐞 Bug ⚙ Maintainability
Description
The newly added .mcp.json has no trailing newline, which violates the repo-wide EditorConfig
setting and can cause persistent diffs when editors auto-insert the final newline on save.
Code

.mcp.json[8]

+}
Evidence
.editorconfig requires a final newline for all files, but the newly added .mcp.json content ends
immediately after the closing brace (the diff also flags the missing newline), which commonly leads
to auto-fix churn.

.editorconfig[5-11]
.mcp.json[1-8]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The PR adds `.mcp.json` without a final newline (as indicated by the diff), conflicting with the repository’s EditorConfig policy.

## Issue Context
This repo’s `.editorconfig` sets `insert_final_newline = true`, so files without a trailing newline often get auto-corrected by editors, creating recurring “dirty working tree” diffs.

## Fix Focus Areas
- .mcp.json[1-8]
- .editorconfig[5-11]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Qodo Logo

Comment thread .mcp.json Outdated
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Code review by qodo was updated up to the latest commit e1c2656

@davidfirst
davidfirst enabled auto-merge (squash) August 6, 2026 16:14
@davidfirst
davidfirst merged commit bbe3ecb into master Aug 7, 2026
17 of 18 checks passed
@davidfirst
davidfirst deleted the add-root-mcp-json branch August 7, 2026 13:57
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.

2 participants