You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/users/qwen-serve.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@ Response (200) — success:
543
543
}
544
544
```
545
545
546
-
- `replaced: true` — a runtime entry with the same name already existed and was replaced (old connection torn down, new one established).
546
+
- `replaced: true` — a runtime entry with the same name already existed and the config fingerprint differs;old connection torn down, new one established. When the fingerprint matches (idempotent re-add), `replaced` is `false`.
547
547
- `shadowedSettings: true` — a settings-defined server with the same name exists; the runtime entry now shadows it. The settings entry is untouched and re-emerges if the runtime entry is later removed.
548
548
- `toolCount` — number of tools discovered on the newly connected server.
0 commit comments