Serious problem: sending or getting images can easily reach the context window limit
This problem seems to occur frequently after sending or receiving multiple images, and after multiple images appear in the context window.
If no images are involved, the remaining 1% of the context window is available.
I wonder if anyone else has encountered a similar problem.
It usually occurs when using the mcp tool to take screenshots:
{
"mcpServers": {
"Playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}
and
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp@latest"
]
}
}
}
<img width="989" height="652" alt="Image" src="https://github.com/user-attachments/assets/4170fb0d-f285-478a-8031-81f01584aa38" />
<img width="1018" height="409" alt="Image" src="https://github.com/user-attachments/assets/5bc0c7d3-4164-434b-b10d-6c9780fba336" />
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗