@llmindset/hf-mcp 0.2.43 → 0.2.45

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.
@@ -21,7 +21,7 @@ Dynamically interact with any Gradio MCP Space. View parameter schemas or invoke
21
21
  - Union types
22
22
  - Recursive schemas
23
23
 
24
- For spaces with complex schemas, direct the user to huggingface.co/settings/mcp to manage their settings.
24
+ For spaces with complex schemas, direct the user to huggingface.co/settings/mcp to add the space via settings panel.
25
25
 
26
26
  ## Available Operations
27
27
 
@@ -59,7 +59,7 @@ Execute a space's first tool with provided parameters.
59
59
  For parameters that accept files (FileData types):
60
60
  - Provide a publicly accessible URL (http:// or https://)
61
61
  - Example: \`{"image": "https://example.com/photo.jpg"}\`
62
- - To upload local files, use the dedicated gr_* prefixed tool for that space
62
+ - Outputs from one tool may be used as inputs to another
63
63
 
64
64
  ## Tips
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmindset/hf-mcp",
3
- "version": "0.2.43",
3
+ "version": "0.2.45",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@ Dynamically interact with any Gradio MCP Space. View parameter schemas or invoke
30
30
  - Union types
31
31
  - Recursive schemas
32
32
 
33
- For spaces with complex schemas, direct the user to huggingface.co/settings/mcp to manage their settings.
33
+ For spaces with complex schemas, direct the user to huggingface.co/settings/mcp to add the space via settings panel.
34
34
 
35
35
  ## Available Operations
36
36
 
@@ -68,7 +68,7 @@ Execute a space's first tool with provided parameters.
68
68
  For parameters that accept files (FileData types):
69
69
  - Provide a publicly accessible URL (http:// or https://)
70
70
  - Example: \`{"image": "https://example.com/photo.jpg"}\`
71
- - To upload local files, use the dedicated gr_* prefixed tool for that space
71
+ - Outputs from one tool may be used as inputs to another
72
72
 
73
73
  ## Tips
74
74