Skip to content

v0.1.6: server instructions, unscoped plugin identity

Choose a tag to compare

@cyanheads cyanheads released this 16 Jun 00:38
· 6 commits to main since this release
v0.1.6
af5c6ba

server instructions, unscoped plugin identity

Adds a server-level instructions string and unscopes the plugin manifests' display identity to the bare repo name. The published npm package and install commands are unchanged.

Added:

  • createApp() instructions — guidance for the clipboard_* tools: a single live clipboard slot (no history), clipboard_inspect lists formats, clipboard_read defaults to auto, images return as base64 PNG.

Changed:

  • Plugin display identity unscoped to clipboard-mcp-server in .claude-plugin/plugin.json, .codex-plugin/plugin.json, and .codex-plugin/mcp.json. Install args stay scoped (@cyanheads/clipboard-mcp-server).

Dependency bumps:

  • @biomejs/biome ^2.4.16 → ^2.5.0
  • vitest ^4.1.8 → ^4.1.9

181 tests pass; bun run devcheck clean.