-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 909 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
{
"name": "@akoskm/create-mcp-server-stdio",
"version": "0.0.14",
"description": "MCP Server Starter kit using the StdioServerTransport",
"main": "cli.js",
"packageManager": "pnpm@9.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/akoskm/mcp-server-stdio.git"
},
"bugs": {
"url": "https://github.com/akoskm/mcp-server-stdio/issues"
},
"homepage": "https://github.com/akoskm/mcp-server-stdio#readme",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"cli.js"
],
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"degit": "2.8.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/degit": "^2.8.6",
"@types/node": "^22.15.3",
"typescript": "^5.8.3"
},
"bin": {
"create-mcp-server-stdio": "./cli.js"
}
}