@canva/cli 0.0.1-beta.24 → 0.0.1-beta.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.
- package/README.md +4 -0
- package/cli.js +181 -181
- package/lib/cjs/index.cjs +3 -3
- package/lib/esm/index.mjs +2 -2
- package/package.json +1 -1
- package/templates/common/.cursor/mcp.json +8 -0
- package/templates/common/.vscode/mcp.json +9 -0
package/README.md
CHANGED
|
@@ -203,6 +203,10 @@ Log out of the Canva CLI, and delete the saved auth token:
|
|
|
203
203
|
canva logout
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
+
#### mcp
|
|
207
|
+
|
|
208
|
+
Start the canva [MCP](https://modelcontextprotocol.io) server. This is usually called by your MCP client, such as Claude Desktop, Cursor, or other compatible tools. For more information on how to configure your MCP client to use the Canva MCP server, please see [MCP Server](https://www.canva.dev/docs/apps/mcp-server) in the developer documentation.
|
|
209
|
+
|
|
206
210
|
#### apps
|
|
207
211
|
|
|
208
212
|
Manage your Canva apps.
|