Skip to content

Commit c6c0215

Browse files
Release 0.6.0
1 parent b2bb34f commit c6c0215

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
3+
## v0.6.0 (2025-05-14)
4+
5+
#### :rocket: Enhancement
6+
* [#105](https://github.com/gleanwork/mcp-server/pull/105) Add `--instance` preflight validation for `npx @gleanwork/mcp-server configure` ([@robert-jackson-glean](https://github.com/robert-jackson-glean))
7+
* [#104](https://github.com/gleanwork/mcp-server/pull/104) Add `--instance` and `--token` options to `npx @gleanwork/mcp-server server` ([@robert-jackson-glean](https://github.com/robert-jackson-glean))
8+
* [#102](https://github.com/gleanwork/mcp-server/pull/102) Add explicit `npx @gleanwork/mcp-server server` command (as the default) ([@robert-jackson-glean](https://github.com/robert-jackson-glean))
9+
10+
#### :bug: Bug Fix
11+
* [#103](https://github.com/gleanwork/mcp-server/pull/103) Fix short flag for `--instance` in `npx @gleanwork/mcp-server server` to be `-i` ([@robert-jackson-glean](https://github.com/robert-jackson-glean))
12+
13+
#### :house: Internal
14+
* [#101](https://github.com/gleanwork/mcp-server/pull/101) build(tooling): migrate from volta to mise ([@robert-jackson-glean](https://github.com/robert-jackson-glean))
15+
* [#99](https://github.com/gleanwork/mcp-server/pull/99) feat(auth-test): readability ([@david-hamilton-glean](https://github.com/david-hamilton-glean))
16+
* [#98](https://github.com/gleanwork/mcp-server/pull/98) fix(test): Run auth tests isolated ([@david-hamilton-glean](https://github.com/david-hamilton-glean))
17+
18+
#### Committers: 2
19+
- David J. Hamilton ([@david-hamilton-glean](https://github.com/david-hamilton-glean))
20+
- Robert Jackson ([@robert-jackson-glean](https://github.com/robert-jackson-glean))
21+
22+
223
## v0.5.0 (2025-05-12)
324

425
#### :boom: Breaking Change

package.json

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

0 commit comments

Comments
 (0)