Skip to content

Commit bef9364

Browse files
committed
Add files array to control published package contents
1 parent 5d1a204 commit bef9364

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
"node": ">=20.0.0"
4444
},
4545
"license": "MIT",
46+
"files": [
47+
"dist",
48+
"LICENSE",
49+
"README.md",
50+
"server.json"
51+
],
4652
"dependencies": {
4753
"@modelcontextprotocol/sdk": "^1.25.1"
4854
},

0 commit comments

Comments
 (0)