@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 +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +2 -2
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 ≥
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amonstack/gitea-mcp",
|
|
3
|
-
"version": "0.3.
|
|
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": ">=
|
|
45
|
+
"node": ">=24"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@modelcontextprotocol/sdk": "^1.29.0",
|