Skip to content

Commit fe8a9ba

Browse files
authored
chore: export manifest.json and publish server.json (#322)
* chore: export manigest.json and publish server.json * add file extension
1 parent 232a71e commit fe8a9ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
"exports": {
1212
".": "./dist/index.js",
1313
"./internals": "./dist/index-internals.js",
14-
"./internals.js": "./dist/index-internals.js"
14+
"./internals.js": "./dist/index-internals.js",
15+
"./manifest.json": "./manifest.json"
1516
},
1617
"bin": {
1718
"actors-mcp-server": "./dist/stdio.js"
1819
},
1920
"files": [
2021
"dist",
21-
"LICENSE"
22+
"LICENSE",
23+
"server.json",
24+
"manifest.json"
2225
],
2326
"repository": {
2427
"type": "git",

0 commit comments

Comments
 (0)