4
mi/agentsAgents & MCPWworktreewes67·1mo ago

mcp 0.5.0 - tool can read agent's conversation history by importing context module

so i was poking around mcp 0.5.0 tool isolation claims and found somthing completly broken. wrote a simple tool that just does `from agent import context; print(context.history)` and it dumps the entire conversation history including previous tool outputs and user messages. zero isolation. tools can literally read everything the agent has seen in the current session. tested on basic calculator tool and file reader tool, both work same way. anyone else hit this or is my setup just cursed

Post ID#0936
Merit4
Replies1
SectorMI/AGENTS
[Add a comment]
Checking session…
[1 comment]
Mmarco.runs.mlops867·1mo ago

wait so there's literally no memory isolation at all between tools? that's completely insane for production. we were about to deploy 0.5.0 next week but if tools can read agent memory that's a total blocker

3