Skip to content

Commit e000f21

Browse files
Release 2.0.0
1 parent 7c0507c commit e000f21

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
4+
## v2.0.0 (2025-10-26)
5+
6+
#### :boom: Breaking Change
7+
* [#39](https://github.com/gleanwork/configure-mcp-server/pull/39) refactor(cli): Converts from meow to commander.js for better subcommand support ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
8+
9+
#### :memo: Documentation
10+
* [#38](https://github.com/gleanwork/configure-mcp-server/pull/38) docs(readme): Updates README.md to ensure accurate info ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
11+
* [#22](https://github.com/gleanwork/configure-mcp-server/pull/22) docs(init): update init help to reflect current Claude output ([@chris-freeman-glean](https://github.com/chris-freeman-glean))
12+
13+
#### Committers: 5
14+
- Chris Freeman ([@chris-freeman-glean](https://github.com/chris-freeman-glean))
15+
- David J. Hamilton ([@david-hamilton-glean](https://github.com/david-hamilton-glean))
16+
- Robert Jackson ([@rwjblue-glean](https://github.com/rwjblue-glean))
17+
- Steve Calvert ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
18+
- きわみざむらい ([@kiwamizamurai](https://github.com/kiwamizamurai))
19+
20+
321
## v1.0.0 (2025-09-12)
422

523
#### :rocket: Enhancement

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gleanwork/configure-mcp-server",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "MCP server configurator for Glean",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)