microsoft/copilot-brag-sheet v1.1.0
microsoft/copilot-brag-sheet
Captured source
source ↗published May 11, 2026seen 6dcaptured 6dhttp 200method plain
v1.1.0
Repository: microsoft/copilot-brag-sheet
Tag: v1.1.0
Published: 2026-05-11T19:00:58Z
Prerelease: no
Release notes:
Added
- `copilot-brag-sheet-mcp` bin —
mcp-server.mjsis now a Model Context Protocol server exposingsave_to_brag_sheet,review_brag_sheet, andgenerate_work_logover stdio. Any MCP host (Claude Desktop, Claude Code, custom hosts) can drive the brag sheet without Copilot CLI installed. - `response_format` parameter on every MCP tool —
"markdown"(default) returns the same text the Copilot CLI extension produces;"json"returns the underlying record for programmatic callers.
Changed
- `generate_work_log` requires an absolute `outputPath`. Relative paths are rejected at the schema layer so the tool can't silently write into the MCP host's working directory. The Copilot CLI extension already passes absolute paths, so this only affects direct MCP callers.
- New runtime dependencies:
@modelcontextprotocol/sdkandzod. Both are loaded only bymcp-server.mjs;lib/andextension.mjsstay dependency-free.
Notability
notability 3.0/10Routine version update of a minor tool repository.