lace-mcp 0.0.2-alpha.22 → 0.0.2-alpha.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/cli.js +72557 -77017
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -30,6 +30,7 @@ The Lace desktop app must be open and signed in for the MCP server to work.
30
30
  | --- | --- |
31
31
  | `search_decisions` | Search and filter resolved decisions with pagination. No params returns the top 20 |
32
32
  | `apply_decision` | Implementation kit for a decision: screenshots, targeting, instructions. `include` controls detail level (`discussion` requires the canvas owner to enable chat sharing) |
33
+ | `publish_artifact` | Publish a local or remote artifact URL back into Lace and receive a shareable review canvas |
33
34
  | `list_canvases` | Browse review canvases with page names and decision counts |
34
35
  | `list_projects` | Browse projects with thread and canvas counts |
35
36