dsh-mcp-pill 0.2.8 → 0.2.9
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,6 +28,10 @@ Global MCP connection status pill for the DSH web UI — official bundle form
|
|
|
28
28
|
registrations coexist with no version sniffing and the card always has a home;
|
|
29
29
|
values keep flowing through the single settings transport
|
|
30
30
|
(`settingsScope` on ≤ 0.1.5, `configForms` on ≥ 0.1.7).
|
|
31
|
+
- `@deepseek-ai/schemastery` is a private `dependencies` entry whose floor must be
|
|
32
|
+
≥ 3.18.4 (`^3.18.4`): the profile hoists an older line (3.18.2) that satisfies a
|
|
33
|
+
lower floor, and an entry whose Config exposes no volatile field is dropped from
|
|
34
|
+
`SettingsForms.describe()` — the card then renders nothing with no error.
|
|
31
35
|
- The pill snaps to one of the chat input's four corners (drag to switch);
|
|
32
36
|
the anchor is remembered in `localStorage` (`dsh.mcpPill.anchor`).
|
|
33
37
|
- The pill mounts inside the composer seat (same stacking level as the input
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-mcp-pill",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "EN: Lifecycle-safe MCP status pill and Settings card for DeepSeek Harness Web. ZH: 面向 DeepSeek Harness Web 的生命周期安全 MCP 状态胶囊与设置卡片。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"test": "node --test"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@deepseek-ai/schemastery": "^3.18.
|
|
23
|
+
"@deepseek-ai/schemastery": "^3.18.4"
|
|
24
24
|
},
|
|
25
25
|
"dsh": {
|
|
26
26
|
"bundle": {
|