You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp_script now records each search, describe, and call with its input, outcome, and duration in result details; emitted, returned, and console values retain readable Maps, Sets, cycles, functions, symbols, and BigInts. Its docs now lead with the plain JavaScript agents write and position it as the primary MCP multi-call workflow surface.
Documented how to hide the bundled mcp-scripting Pi skill while keeping the adapter extension installed. Thanks @aryzing for issue #267.
Documented Linux revoked-keyring recovery in the OAuth guide and _meta.ui.visibility behavior in the MCP UI guide.
Changed
mcp_script is now registered by default for trusted JavaScript MCP multi-call workflows, while mcp remains the right tool for status, discovery, auth, and single calls. Set settings.scriptMode to false to hide the tool.
Fixed
mcp_script traces now include missing describe attempts, and shared acyclic values no longer render as circular in script output formatting.