@rynko/mcp-server 1.0.9 → 1.0.10
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,6 +94,13 @@ Close and reopen Claude Desktop. You should see "rynko" in your available MCP se
|
|
|
94
94
|
| `parse_data_file` | Parse Excel or CSV data to JSON |
|
|
95
95
|
| `map_variables` | Auto-map data columns to template variables |
|
|
96
96
|
|
|
97
|
+
### Asset Tools
|
|
98
|
+
|
|
99
|
+
| Tool | Description |
|
|
100
|
+
|------|-------------|
|
|
101
|
+
| `list_assets` | List image assets in your library |
|
|
102
|
+
| `upload_asset` | Upload an image (base64 or URL) to your asset library |
|
|
103
|
+
|
|
97
104
|
### Generation Tools
|
|
98
105
|
|
|
99
106
|
| Tool | Description |
|
package/package.json
CHANGED