Skip to content

Commit 07cb2e6

Browse files
committed
chore: add npm metadata
1 parent 2884596 commit 07cb2e6

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

packages/stdio/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
},
77
"description": "The official e18e MCP server for advising agents on modern and performant best practices",
88
"type": "module",
9-
"bin": "./dist/index.js",
9+
"bin": {
10+
"e18e-mcp": "dist/index.js"
11+
},
12+
"homepage": "https://github.com/e18e/mcp#readme",
13+
"bugs": {
14+
"url": "https://github.com/e18e/mcp/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/e18e/mcp.git",
19+
"path": "packages/stdio"
20+
},
1021
"files": [
1122
"./dist"
1223
],

0 commit comments

Comments
 (0)