@writepanda/mcp 1.11.0 → 1.11.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.
Files changed (2) hide show
  1. package/README.md +9 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,17 +48,20 @@ After adding, restart your client. The MCP server auto-launches PandaStudio if i
48
48
 
49
49
  ## What the agent gets
50
50
 
51
- 30+ tools covering the full PandaStudio editorial surface:
51
+ 55 tools covering the full PandaStudio editorial surface — complete UI parity:
52
52
 
53
53
  | Category | Tools |
54
54
  |---|---|
55
55
  | Discovery | `system_status`, `system_list_commands` |
56
- | Project lifecycle | `project_list`, `project_show`, `project_read`, `project_new`, `project_open` |
57
- | Composition | `project_add_clip`, `project_add_motion_graphic`, `project_add_fx`, `project_add_lower_third`, `project_add_zoom`, `project_add_trim`, `project_add_speed` |
58
- | Transcript editing | `transcript_transcribe`, `transcript_get`, `transcript_delete_words`, `transcript_remove_fillers`, `transcript_search` |
56
+ | Project lifecycle | `project_list`, `project_show`, `project_read`, `project_new`, `project_open`, `project_save`, `project_delete` |
57
+ | Clips | `project_add_clip`, `project_remove_clip`, `project_split_clip` |
58
+ | Composition | `project_add_motion_graphic`, `project_add_fx`, `project_add_lower_third`, `project_add_zoom`, `project_add_trim`, `project_add_speed`, `project_add_annotation` |
59
+ | Region editing | `project_remove_region`, `project_update_region` |
60
+ | Canvas & style | `project_set_aspect_ratio`, `project_set_wallpaper`, `project_set_style`, `project_set_crop`, `project_set_webcam_layout`, `project_set_export_settings` |
61
+ | Transcript editing | `transcript_transcribe`, `transcript_get`, `transcript_delete_words`, `transcript_remove_fillers`, `transcript_search`, `transcript_find_replace`, `transcript_remove_silences` |
59
62
  | Audio | `audio_clean` (DeepFilter denoising) |
60
- | Captions | `caption_toggle`, `caption_set_template` |
61
- | Motion graphics | `motion_list`, `motion_themes`, `motion_generate` |
63
+ | Captions | `caption_toggle`, `caption_set_template`, `caption_set_style` |
64
+ | Motion graphics | `motion_list`, `motion_themes`, `motion_generate`, `motion_render_html` |
62
65
  | Assets | `asset_list_sounds`, `asset_list_fx` |
63
66
  | AI metadata | `llm_generate_title`, `llm_generate_description`, `llm_generate_timestamps` |
64
67
  | Export | `export_start`, `export_list` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@writepanda/mcp",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Model Context Protocol server for PandaStudio. Exposes the desktop video editor's automation surface to Cursor, Continue, Cline, Claude Desktop, and any MCP-compliant client.",
5
5
  "keywords": [
6
6
  "pandastudio",