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 578577d commit d47f168Copy full SHA for d47f168
package.json
@@ -25,7 +25,9 @@
25
"lint": "pnpm -r lint",
26
"format": "pnpm -r format",
27
"typecheck": "pnpm -r typecheck",
28
- "zip": "pnpm --filter @tempad-dev/extension zip"
+ "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"
31
},
32
"pnpm": {
33
"onlyBuiltDependencies": [
packages/mcp-server/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@tempad-dev/mcp",
3
"description": "MCP server for TemPad Dev.",
4
- "version": "0.3.4",
+ "version": "0.3.5",
5
"type": "module",
6
"main": "dist/cli.js",
7
"bin": "dist/cli.js",
0 commit comments