8c1e45715013d6c77b2302b5424647982de1ae76
Two defects in internal/mcp, both about a call that reports done when nothing happened. Client.call accepted a frame carrying our id and neither result nor error. The HTTP transport already refuses one; the stdio transport does not, so the refusal depended on which door the server was behind. Down that path tools/call returns an empty string and a nil error, and the act is recorded as run. Manager.ReadResource reported ErrNoServer for a server that is configured but down. Call keeps those two apart on purpose — one says the tool can never exist, the other says not right now.
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%