forked from irmia2026/irmia_devkit_mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "irmia-devkit-mcp",
"version": "2.7.2",
"description": "弥亚开发工具箱 MCP — 44 个带权限注解的本地开发工具",
"bin": {
"irmia-devkit": "./bin/irmia-devkit.js",
"irmia-devkit-mcp": "./bin/irmia-devkit.js"
},
"files": [
"server.py",
"tools/",
"bin/",
"skills/",
"vendor/",
"reasonix-plugin.json",
"pyproject.toml",
"requirements.txt",
"__main__.py",
"README.md",
"README.zh-CN.md",
"LICENSE"
],
"scripts": {
"start": "node ./bin/irmia-devkit.js --http --port 8000",
"start:stdio": "node ./bin/irmia-devkit.js"
},
"keywords": [
"mcp",
"devkit",
"coding-tools",
"safe-edit",
"safe-write"
],
"repository": {
"type": "git",
"url": "https://github.com/irmia2026/irmia_devkit_mcp"
},
"author": "伊尔弥亚",
"license": "AGPL-3.0-only"
}