Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/paper-desktop/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-desktop",
"version": "0.2.0",
"version": "0.2.1",
"description": "Design on a canvas that Claude can read and write to — built on web standards.",
"author": {
"name": "Paper",
Expand All @@ -21,5 +21,5 @@
"mcp",
"design-system"
],
"mcpServers": "./mcp.json"
"mcpServers": "./mcp.claude.json"
}
5 changes: 3 additions & 2 deletions plugins/paper-desktop/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "paper-desktop",
"displayName": "Paper",
"version": "0.2.0",
"version": "0.2.1",
"description": "Design on a canvas that Cursor can read and write to — built on web standards.",
"author": {
"name": "Paper",
"email": "team@paper.design"
},
"license": "MIT",
"keywords": ["cursor", "plugin", "mcp"],
"logo": "./assets/logo.svg"
"logo": "./assets/logo.svg",
"mcpServers": "./mcp.cursor.json"
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mcpServers": {
"paper": {
"command": "paper",
"command": "${userHome}/.paper/bin/paper",
"args": ["mcp"]
}
}
Expand Down
Loading