@seed-design/mcp 0.0.2

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 ADDED
@@ -0,0 +1,32 @@
1
+ # @seed-design/mcp
2
+
3
+ SEED Design의 MCP 서버를 제공합니다.
4
+
5
+ ## 설치
6
+
7
+ Using npm:
8
+
9
+ ```bash
10
+ npm install -g @seed-design/mcp
11
+ ```
12
+
13
+ Using bun:
14
+
15
+ ```bash
16
+ bun install -g @seed-design/mcp
17
+ ```
18
+
19
+ ## Cursor MCP 설정
20
+
21
+ ```{
22
+ "mcpServers": {
23
+ "playwright": {
24
+ "command": "npx",
25
+ "args": ["-y", "@seed-design/mcp"],
26
+ "env": {
27
+ "FIGMA_API_KEY": "your-figma-api-key"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ ```