forked from i-tozer/excalidraw-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmithery.yaml
More file actions
30 lines (28 loc) · 937 Bytes
/
smithery.yaml
File metadata and controls
30 lines (28 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: excalidraw-mcp
version: 0.1.0
description: MCP server for Excalidraw
author: Your Name
license: MIT
repository: https://github.com/yourusername/excalidraw-mcp
homepage: https://github.com/yourusername/excalidraw-mcp
entrypoint:
type: stdio
command: node dist/index.js
capabilities:
tools:
- name: create_drawing
description: Create a new Excalidraw drawing
- name: get_drawing
description: Get an Excalidraw drawing by ID
- name: update_drawing
description: Update an Excalidraw drawing by ID
- name: delete_drawing
description: Delete an Excalidraw drawing by ID
- name: list_drawings
description: List all Excalidraw drawings
- name: export_to_svg
description: Export an Excalidraw drawing to SVG
- name: export_to_png
description: Export an Excalidraw drawing to PNG
- name: export_to_json
description: Export an Excalidraw drawing to JSON