We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1db7e commit e2a57f4Copy full SHA for e2a57f4
package.json
@@ -8,11 +8,16 @@
8
"bugs": "https://github.com/alchemyplatform/alchemy-mcp/issues",
9
"type": "module",
10
"main": "dist/index.js",
11
+ "bin": {
12
+ "mcp-server-alchemy": "dist/index.js"
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
"scripts": {
- "build": "tsc",
- "start": "node dist/index.js",
- "dev": "tsx index.ts",
- "test": "echo \"Error: no test specified\" && exit 1",
18
+ "build": "tsc && shx chmod +x dist/*.js",
19
+ "prepare": "pnpm build",
20
+ "watch": "tsc --watch",
21
"inspector": "npx @modelcontextprotocol/inspector node dist/index.js"
22
},
23
"dependencies": {
0 commit comments