Skip to content

Commit 66e62ce

Browse files
feedback & changelog
1 parent 453c506 commit 66e62ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
- Added special `*` value for `rev:` to allow searching across all branches. [#281](https://github.com/sourcebot-dev/sourcebot/pull/281)
12+
- Added the Sourcebot Model Context Protocol (MCP) server in [packages/mcp](./packages/mcp/README.md) to allow LLMs to interface with Sourcebot. Checkout the npm package [here](https://www.npmjs.com/package/@sourcebot/mcp). [#292](https://github.com/sourcebot-dev/sourcebot/pull/292)
1213

1314
## [3.1.2] - 2025-04-30
1415

packages/mcp/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ The Sourcebot MCP server enables precise regular expression code search across r
9797
"sourcebot": {
9898
"type": "stdio",
9999
"command": "npx",
100-
"args": ["-y", "@sourcebot/mcp@latest"]
101-
},
102-
// Optional - if not specified, https://demo.sourcebot.dev is used
103-
"env": {
104-
"SOURCEBOT_HOST": "http://localhost:3000"
100+
"args": ["-y", "@sourcebot/mcp@latest"],
101+
// Optional - if not specified, https://demo.sourcebot.dev is used
102+
"env": {
103+
"SOURCEBOT_HOST": "http://localhost:3000"
104+
}
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)