Skip to content

Conversation

@slimslenderslacks
Copy link
Collaborator

Long-lived servers were incorrectly mounting volumes as read-only when the first tool call had the read-only flag set. Since long-lived containers are shared across multiple tool calls, volumes should never be mounted read-only regardless of the first call's read-only status.

This change adds a check to skip read-only volume mounting for long-lived servers, ensuring subsequent write operations succeed.

Related issue
#305

Long-lived servers were incorrectly mounting volumes as read-only when
the first tool call had the read-only flag set. Since long-lived
containers are shared across multiple tool calls, volumes should never
be mounted read-only regardless of the first call's read-only status.

This change adds a check to skip read-only volume mounting for
long-lived servers, ensuring subsequent write operations succeed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@slimslenderslacks slimslenderslacks requested a review from a team as a code owner December 12, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants