-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 934 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 934 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
41
{
"name": "mcp-github-reader",
"version": "1.0.0",
"description": "MCP server for bringing Github repos into context",
"main": "src/mcp-github-reader.js",
"bin": {
"mcp-github-reader": "src/mcp-github-reader.js"
},
"files": [
"src/mcp-github-reader.js",
"README.md"
],
"scripts": {
"start": "node src/mcp-github-reader.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"github",
"repository",
"analysis"
],
"author": "East Agile",
"license": "Apache-2.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"zod": "^3.22.4"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lwsinclair/mcp-github-reader.git"
},
"bugs": {
"url": "https://github.com/lwsinclair/mcp-github-reader/issues"
},
"homepage": "https://github.com/lwsinclair/mcp-github-reader#readme"
}