@gradio/core 0.16.0 → 0.16.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @gradio/core
2
2
 
3
+ ## 0.16.1
4
+
5
+ ### Fixes
6
+
7
+ - [#11115](https://github.com/gradio-app/gradio/pull/11115) [`49e7a0d`](https://github.com/gradio-app/gradio/commit/49e7a0dd18174196b262d32e6c59d93ca40b1c73) - update STDIO instructions to specify sse-only transport. Thanks @evalstate!
8
+
9
+ ### Dependency updates
10
+
11
+ - @gradio/code@0.14.3
12
+ - @gradio/button@0.4.18
13
+ - @gradio/video@0.14.13
14
+ - @gradio/upload@0.16.4
15
+ - @gradio/image@0.22.5
16
+ - @gradio/gallery@0.15.18
17
+ - @gradio/file@0.12.17
18
+
3
19
  ## 0.16.0
4
20
 
5
21
  ### Features
@@ -290,7 +290,12 @@ onMount(() => {
290
290
  mcpServers: {
291
291
  gradio: {
292
292
  command: "npx",
293
- args: ["mcp-remote", mcp_server_url]
293
+ args: [
294
+ "mcp-remote",
295
+ mcp_server_url,
296
+ "--transport",
297
+ "sse-only"
298
+ ]
294
299
  }
295
300
  }
296
301
  },
@@ -305,7 +310,12 @@ onMount(() => {
305
310
  mcpServers: {
306
311
  gradio: {
307
312
  command: "npx",
308
- arguments: ["mcp-remote", mcp_server_url]
313
+ args: [
314
+ "mcp-remote",
315
+ mcp_server_url,
316
+ "--transport",
317
+ "sse-only"
318
+ ]
309
319
  }
310
320
  }
311
321
  },
package/package.json CHANGED
@@ -1,68 +1,68 @@
1
1
  {
2
2
  "name": "@gradio/core",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
+ "@gradio/annotatedimage": "^0.9.18",
6
7
  "@gradio/accordion": "^0.5.14",
7
8
  "@gradio/atoms": "^0.16.0",
8
- "@gradio/audio": "^0.17.12",
9
- "@gradio/annotatedimage": "^0.9.17",
9
+ "@gradio/button": "^0.4.18",
10
10
  "@gradio/box": "^0.2.18",
11
- "@gradio/button": "^0.4.17",
12
- "@gradio/chatbot": "^0.26.4",
13
- "@gradio/checkboxgroup": "^0.6.20",
11
+ "@gradio/chatbot": "^0.26.5",
14
12
  "@gradio/checkbox": "^0.4.20",
15
- "@gradio/code": "^0.14.2",
13
+ "@gradio/audio": "^0.17.13",
14
+ "@gradio/checkboxgroup": "^0.6.20",
16
15
  "@gradio/client": "^1.14.2",
16
+ "@gradio/code": "^0.14.3",
17
17
  "@gradio/colorpicker": "^0.4.20",
18
18
  "@gradio/column": "^0.2.0",
19
- "@gradio/dataframe": "^0.17.10",
20
- "@gradio/dataset": "^0.4.16",
19
+ "@gradio/dataframe": "^0.17.11",
20
+ "@gradio/dataset": "^0.4.17",
21
+ "@gradio/downloadbutton": "^0.3.18",
21
22
  "@gradio/datetime": "^0.3.12",
22
23
  "@gradio/dropdown": "^0.9.20",
23
- "@gradio/downloadbutton": "^0.3.17",
24
24
  "@gradio/fallback": "^0.4.20",
25
- "@gradio/file": "^0.12.16",
25
+ "@gradio/fileexplorer": "^0.5.28",
26
+ "@gradio/file": "^0.12.17",
26
27
  "@gradio/form": "^0.2.18",
27
- "@gradio/fileexplorer": "^0.5.27",
28
- "@gradio/gallery": "^0.15.17",
28
+ "@gradio/gallery": "^0.15.18",
29
29
  "@gradio/highlightedtext": "^0.9.3",
30
- "@gradio/html": "^0.6.11",
31
- "@gradio/icons": "^0.12.0",
32
30
  "@gradio/group": "^0.2.0",
33
- "@gradio/imageeditor": "^0.14.4",
34
- "@gradio/image": "^0.22.4",
35
- "@gradio/imageslider": "^0.2.0",
31
+ "@gradio/icons": "^0.12.0",
32
+ "@gradio/image": "^0.22.5",
33
+ "@gradio/html": "^0.6.12",
34
+ "@gradio/imageeditor": "^0.14.5",
35
+ "@gradio/imageslider": "^0.2.1",
36
36
  "@gradio/json": "^0.5.20",
37
37
  "@gradio/browserstate": "^0.3.2",
38
- "@gradio/markdown": "^0.13.10",
38
+ "@gradio/markdown": "^0.13.11",
39
+ "@gradio/model3d": "^0.14.12",
39
40
  "@gradio/label": "^0.5.12",
40
- "@gradio/model3d": "^0.14.11",
41
- "@gradio/paramviewer": "^0.7.8",
42
- "@gradio/number": "^0.5.20",
41
+ "@gradio/multimodaltextbox": "^0.10.5",
43
42
  "@gradio/nativeplot": "^0.5.14",
44
- "@gradio/plot": "^0.9.15",
45
- "@gradio/multimodaltextbox": "^0.10.4",
43
+ "@gradio/number": "^0.5.20",
44
+ "@gradio/paramviewer": "^0.7.8",
46
45
  "@gradio/radio": "^0.7.3",
46
+ "@gradio/plot": "^0.9.15",
47
47
  "@gradio/row": "^0.2.1",
48
48
  "@gradio/sidebar": "^0.1.12",
49
49
  "@gradio/simpledropdown": "^0.3.20",
50
- "@gradio/simpleimage": "^0.8.27",
51
- "@gradio/simpletextbox": "^0.3.20",
50
+ "@gradio/simpleimage": "^0.8.28",
52
51
  "@gradio/sketchbox": "^0.6.7",
53
- "@gradio/slider": "^0.6.8",
52
+ "@gradio/simpletextbox": "^0.3.20",
54
53
  "@gradio/state": "^0.1.2",
55
- "@gradio/statustracker": "^0.10.10",
54
+ "@gradio/slider": "^0.6.8",
56
55
  "@gradio/tabitem": "^0.4.3",
56
+ "@gradio/statustracker": "^0.10.10",
57
57
  "@gradio/tabs": "^0.4.3",
58
- "@gradio/theme": "^0.4.0",
59
58
  "@gradio/textbox": "^0.10.10",
60
- "@gradio/upload": "^0.16.3",
61
- "@gradio/uploadbutton": "^0.8.17",
59
+ "@gradio/theme": "^0.4.0",
62
60
  "@gradio/timer": "^0.4.5",
61
+ "@gradio/upload": "^0.16.4",
62
+ "@gradio/uploadbutton": "^0.8.18",
63
+ "@gradio/wasm": "^0.18.1",
63
64
  "@gradio/utils": "^0.10.2",
64
- "@gradio/video": "^0.14.12",
65
- "@gradio/wasm": "^0.18.1"
65
+ "@gradio/video": "^0.14.13"
66
66
  },
67
67
  "msw": {
68
68
  "workerDirectory": "public"
@@ -343,7 +343,12 @@
343
343
  mcpServers: {
344
344
  gradio: {
345
345
  command: "npx",
346
- args: ["mcp-remote", mcp_server_url]
346
+ args: [
347
+ "mcp-remote",
348
+ mcp_server_url,
349
+ "--transport",
350
+ "sse-only"
351
+ ]
347
352
  }
348
353
  }
349
354
  },
@@ -358,7 +363,12 @@
358
363
  mcpServers: {
359
364
  gradio: {
360
365
  command: "npx",
361
- arguments: ["mcp-remote", mcp_server_url]
366
+ args: [
367
+ "mcp-remote",
368
+ mcp_server_url,
369
+ "--transport",
370
+ "sse-only"
371
+ ]
362
372
  }
363
373
  }
364
374
  },