mcp-image-previewer 0.1.3 → 0.1.4
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,15 @@ An MCP (Model Context Protocol) server that previews base64-encoded images in a
|
|
|
14
14
|
|
|
15
15
|
- Node.js 18+
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Installation
|
|
18
|
+
|
|
19
|
+
### Claude Code
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
claude mcp add image-previewer -- npx mcp-image-previewer
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Manual configuration
|
|
18
26
|
|
|
19
27
|
Add to your MCP client configuration:
|
|
20
28
|
|