Skip to content

Commit 493e94b

Browse files
chore: release packages (#412)
Releases: freee-mcp@0.25.2 [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cce0c0d commit 493e94b

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/fix-expired-token-401.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# freee-mcp
22

3+
## 0.25.2
4+
5+
### Patch Changes
6+
7+
- [`cce0c0d`](https://github.com/freee/freee-mcp/commit/cce0c0da9d0831bd4d55477fa8a55ca1f52b5e52): Remote モードで期限切れアクセストークンが 500 ではなく 401 を返すように修正 ([#398](https://github.com/freee/freee-mcp/pull/398))
8+
9+
- jose のトークン検証例外を `InvalidTokenError` に変換し、`WWW-Authenticate: Bearer error="invalid_token"` 付き HTTP 401 を返す
10+
- これにより RFC 6750 準拠クライアント(Anthropic Managed Agents Vault など)の `refresh_token` 自動再発行が動作するようになる
11+
312
## 0.25.1
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "freee-mcp",
4-
"version": "0.25.1",
4+
"version": "0.25.2",
55
"bin": {
66
"freee-mcp": "./bin/freee-mcp.js",
77
"freee-remote-mcp": "./bin/freee-remote-mcp.js",

0 commit comments

Comments
 (0)