Skip to content

Commit 9eaf3d2

Browse files
authored
Update lifecycle.mdx
1 parent 1a3bea6 commit 9eaf3d2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ Specifically:
2828
- State that needs to span multiple requests (e.g., long-running tasks,
2929
application-level handles) **MUST** be referenced by an explicit identifier
3030
the client passes on each request.
31-
- The stdio process **SHOULD** have approximately the same lifetime as the host
32-
application instance that launched it. Clients **SHOULD** attempt to restart
33-
the stdio process if the server terminates unexpectedly.
31+
- Clients **SHOULD** attempt to restart the stdio process if the server
32+
terminates unexpectedly.
3433

3534
Long-lived requests like
3635
[`subscriptions/listen`](/specification/draft/basic/utilities/subscriptions)

0 commit comments

Comments
 (0)