@woori-fisa-6th/storybook-mcp 1.0.0 β†’ 1.0.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 +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # πŸ“˜ Storybook MCP Server πŸš€
2
2
 
3
- 이 μ„œλ²„λŠ” **Model Context Protocol (MCP)**을 톡해
3
+ 이 μ„œλ²„λŠ” **Model Context Protocol (MCP)** 을 톡해
4
4
  AI μ—μ΄μ „νŠΈ(**Cline, Roo Code, Claude Desktop** λ“±)κ°€
5
5
  둜컬 **Storybook μ»΄ν¬λ„ŒνŠΈ λͺ…μ„Έλ₯Ό 직접 읽고 뢄석**ν•  수 μžˆλ„λ‘ λ•λŠ” λ„κ΅¬μž…λ‹ˆλ‹€.
6
6
 
@@ -46,9 +46,12 @@ VS Code의 MCP μ„€μ • 파일(Cline μ„€μ • λ“±)에 μ•„λž˜ λ‚΄μš©μ„ μΆ”κ°€ν•©λ‹ˆ
46
46
  "mcpServers": {
47
47
  "storybook-mcp": {
48
48
  "command": "node",
49
- "args": ["/μ ˆλŒ€κ²½λ‘œ/to/your/storybook-mcp/index.js"],
49
+ "args": [
50
+ "-y",
51
+ "@woori-fisa-6th/storybook-mcp"
52
+ ],
50
53
  "env": {
51
- "STORYBOOK_URL": "http://localhost:6006"
54
+ "STORYBOOK_URL": "storybook_url_to_access"
52
55
  }
53
56
  }
54
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woori-fisa-6th/storybook-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {