Skip to content

Commit 1cfd590

Browse files
Release 0.2.0
1 parent 409cd3f commit 1cfd590

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11

22

33

4+
5+
## v0.2.0 (2025-03-31)
6+
7+
#### :rocket: Enhancement
8+
* [#23](https://github.com/gleanwork/mcp-server/pull/23) Provides better handling of invalid tokens. Also improves test infra. ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
9+
10+
#### :bug: Bug Fix
11+
* [#23](https://github.com/gleanwork/mcp-server/pull/23) Provides better handling of invalid tokens. Also improves test infra. ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
12+
* [#22](https://github.com/gleanwork/mcp-server/pull/22) Fix schema validation errors ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
13+
14+
#### :house: Internal
15+
* [#23](https://github.com/gleanwork/mcp-server/pull/23) Provides better handling of invalid tokens. Also improves test infra. ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
16+
17+
#### Committers: 1
18+
- Steve Calvert ([@steve-calvert-glean](https://github.com/steve-calvert-glean))
19+
20+
421
## v0.1.1 (2025-03-22)
522

623
#### :bug: Bug Fix

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.1.1",
3+
"version": "0.2.0",
44
"description": "MCP server for Glean API integration",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)