@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.
package/dist/space/space-tool.js
CHANGED
|
@@ -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
|
|
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
|
-
-
|
|
62
|
+
- Outputs from one tool may be used as inputs to another
|
|
63
63
|
|
|
64
64
|
## Tips
|
|
65
65
|
|
package/package.json
CHANGED
package/src/space/space-tool.ts
CHANGED
|
@@ -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
|
|
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
|
-
-
|
|
71
|
+
- Outputs from one tool may be used as inputs to another
|
|
72
72
|
|
|
73
73
|
## Tips
|
|
74
74
|
|