@amonstack/gitea-mcp 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,7 +42,7 @@ The server communicates over stdio and wraps the [Gitea REST API (`/api/v1`)](ht
42
42
 
43
43
  ## Requirements
44
44
 
45
- - **Node.js ≥ 18** — uses the global `fetch`
45
+ - **Node.js ≥ 24** — uses the global `fetch`
46
46
  - A **Gitea instance** (self-hosted or Gitea Cloud) reachable over HTTP
47
47
  - A **Gitea API token** (or a git credential-store entry) for anything beyond reading public repositories
48
48
 
package/README.zh-CN.md CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  ## 环境要求
44
44
 
45
- - **Node.js ≥ 18** —— 使用全局 `fetch`
45
+ - **Node.js ≥ 24** —— 使用全局 `fetch`
46
46
  - 一个可通过 HTTP 访问的 **Gitea 实例**(自托管或 Gitea Cloud)
47
47
  - 一个 **Gitea API 令牌**(或 git 凭据存储条目),用于读取公开仓库以外的操作
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amonstack/gitea-mcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "MCP server that exposes Gitea issues, labels, milestones, and comments as tools for AI assistants",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "author": "amonstack",
43
43
  "license": "MIT",
44
44
  "engines": {
45
- "node": ">=18"
45
+ "node": ">=24"
46
46
  },
47
47
  "dependencies": {
48
48
  "@modelcontextprotocol/sdk": "^1.29.0",