picoclaw/pkg/mcp
程智超0668000959 3f435c5e56 fix: use %w instead of %v for error wrapping
errutil.go: Change %v to %w in ClassifySendError and ClassifyNetError so callers can use errors.Is/errors.As on the underlying HTTP/network error.

isolated_command_transport.go: Change %v to %w in Close() and Write() error paths for the same reason.
2026-06-08 09:10:14 +08:00
..
events.go fix(mcp): support streamable HTTP alias and request-response mode 2026-05-07 19:24:02 +02:00
isolated_command_transport.go fix: use %w instead of %v for error wrapping 2026-06-08 09:10:14 +08:00
manager.go fix(mcp): support streamable HTTP alias and request-response mode 2026-05-07 19:24:02 +02:00
manager_integration_test.go fix(mcp): support streamable HTTP alias and request-response mode 2026-05-07 19:24:02 +02:00
manager_real_server_integration_test.go feat: support streaming (#2892) 2026-05-19 16:38:47 +08:00
manager_test.go fix(tests): add t.Parallel() to mcp streamable subtests 2026-05-07 20:39:53 +02:00