sync-logs

star 0

Synchronize MCP Server session logs for Copilot when asked to "sync logs", "repair MCP session logs", or "logging summary".

sharpninja By sharpninja schedule Updated 6/4/2026

name: sync-logs description: Synchronize MCP Server session logs for Copilot when asked to "sync logs", "repair MCP session logs", or "logging summary".

Use the Copilot bridge path: lib/mcp.copilot.status.sh, lib/repl-invoke.sh, lib/marker-resolver.sh, and lib/final-response.sh. Do not use raw REST for normal MCP mutations.

Run a status check first. Ensure session/turn handling is open with workflow.sessionlog.openSession or workflow.sessionlog.beginTurn, append reasoning with workflow.sessionlog.appendDialog, and append durable actions with workflow.sessionlog.appendActions.

Discover background sessions from local cache/session state before closing. Report a compact factual summary with session ids, turn ids, actions, commits, validation, defects, and blockers.

Install via CLI
npx skills add https://github.com/sharpninja/mcpserver-copilot-plugin --skill sync-logs
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator