Skip to content

Commit cc85e82

Browse files
feedback & changelog
1 parent 45c9967 commit cc85e82

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
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Added
1414
- Added special `*` value for `rev:` to allow searching across all branches. [#281](https://github.com/sourcebot-dev/sourcebot/pull/281)
15+
- 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)
1516

1617
## [3.1.2] - 2025-04-30
1718

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)