@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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rynko/mcp-server",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "description": "Rynko MCP server for Claude Desktop - manage templates and generate documents through natural conversation",
6
6
  "main": "dist/index.js",