@remcp/runtime 0.2.15 → 0.2.19
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 +5 -0
- package/package.json +1 -1
- package/src/catalog.mjs +3 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/catalog.mjs
CHANGED
|
@@ -622,7 +622,9 @@ export const toolDefinitions = [
|
|
|
622
622
|
required: ['pid'],
|
|
623
623
|
additionalProperties: false,
|
|
624
624
|
},
|
|
625
|
-
|
|
625
|
+
// Reading without an explicit offset advances the session cursor, so retries can return
|
|
626
|
+
// different output even after the process exits. It never modifies user files.
|
|
627
|
+
annotations: readOnlyNonIdempotent,
|
|
626
628
|
handler: terminalToolHandlers.read_process_output,
|
|
627
629
|
},
|
|
628
630
|
{
|