Skip to content

Commit dc204a6

Browse files
committed
feat: 更新版本號至 1.1.0,新增 CHANGELOG.md 檔案以記錄變更
1 parent aa862b9 commit dc204a6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [1.1.0] - 2025-07-02
4+
### 新增
5+
- 增加對 `list_resources` 工具的完整支持,允許用戶根據分類編號檢索資料源。
6+
- 完善 `download_file` 工具,支持分頁參數 `top``skip`
7+
8+
### 改進
9+
- 優化 `auth_token` 工具的錯誤處理,提供更詳細的錯誤信息。
10+
- 更新測試覆蓋率,新增對 `list_resources``download_file` 工具的測試用例。
11+
- 改善 `README.md` 文檔,新增對新功能的使用說明。
12+
13+
### 修復
14+
- 修正 `get_judgment` 工具在處理無效裁判書 ID 時的錯誤回應。
15+
- 修復環境變數未正確加載時的潛在問題。
16+
17+
---
18+
19+
## [1.0.0] - 初始版本
20+
- 提供基本的 MCP 工具支持,包括 `auth_token`, `list_judgments`, `get_judgment`, `list_categories` 等。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "judicial-mcp",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "MCP server for accessing Taiwan Judicial Yuan open data and judgments.",
55
"keywords": [
66
"MCP",

0 commit comments

Comments
 (0)