@clipform/mcp-server 1.17.0 → 1.22.1
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 +1 -2
- package/dist/{chunk-Y22DYUS3.js → chunk-CN4LJK36.js} +1080 -5939
- package/dist/chunk-CN4LJK36.js.map +1 -0
- package/dist/chunk-DDSNGWKB.js +534 -0
- package/dist/chunk-DDSNGWKB.js.map +1 -0
- package/dist/chunk-DWFACCUE.js +4701 -0
- package/dist/chunk-DWFACCUE.js.map +1 -0
- package/dist/chunk-Z7CP5LVY.js +188 -0
- package/dist/chunk-Z7CP5LVY.js.map +1 -0
- package/dist/index.js +21 -4
- package/dist/index.js.map +1 -1
- package/dist/prompts.d.ts +42 -0
- package/dist/prompts.js +31 -0
- package/dist/prompts.js.map +1 -0
- package/dist/resources.d.ts +11 -0
- package/dist/resources.js +17 -0
- package/dist/resources.js.map +1 -0
- package/dist/server.d.ts +5 -2
- package/dist/server.js +4 -1
- package/package.json +14 -1
- package/dist/chunk-Y22DYUS3.js.map +0 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ claude mcp add clipform -e CLIPFORM_API_KEY=cf_xxx -- npx -y @clipform/mcp-serve
|
|
|
43
43
|
}
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
Self-service API key generation is coming soon. For now, your API key is provided during onboarding or via your account settings - contact support if you need one.
|
|
47
47
|
|
|
48
48
|
You can also pass the key as a CLI flag: `npx -y @clipform/mcp-server --api-key=cf_xxx`
|
|
49
49
|
|
|
@@ -72,7 +72,6 @@ You can also pass the key as a CLI flag: `npx -y @clipform/mcp-server --api-key=
|
|
|
72
72
|
| `clipform_get_node_media` | View a node's media details |
|
|
73
73
|
| `clipform_delete_node_media` | Remove media from a node |
|
|
74
74
|
| `clipform_attach_audio` | Attach audio to a still-image node |
|
|
75
|
-
| `clipform_set_logic` | Set branching logic on a node |
|
|
76
75
|
|
|
77
76
|
### Creative
|
|
78
77
|
|