Skip to content

Commit d47f168

Browse files
committed
chore: add npm publish scripts and bump mcp version
1 parent 578577d commit d47f168

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"lint": "pnpm -r lint",
2626
"format": "pnpm -r format",
2727
"typecheck": "pnpm -r typecheck",
28-
"zip": "pnpm --filter @tempad-dev/extension zip"
28+
"zip": "pnpm --filter @tempad-dev/extension zip",
29+
"npm:plugins": "pnpm --filter @tempad-dev/plugins publish --access public",
30+
"npm:mcp": "pnpm --filter @tempad-dev/mcp publish --access public"
2931
},
3032
"pnpm": {
3133
"onlyBuiltDependencies": [

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tempad-dev/mcp",
33
"description": "MCP server for TemPad Dev.",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"type": "module",
66
"main": "dist/cli.js",
77
"bin": "dist/cli.js",

0 commit comments

Comments
 (0)