ReleaseMicrosoftMicrosoftpublished May 11, 2026seen 6d

microsoft/copilot-brag-sheet v1.1.0

microsoft/copilot-brag-sheet

Open original ↗

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` binmcp-server.mjs is now a Model Context Protocol server exposing save_to_brag_sheet, review_brag_sheet, and generate_work_log over 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/sdk and zod. Both are loaded only by mcp-server.mjs; lib/ and extension.mjs stay dependency-free.

Notability

notability 3.0/10

Routine version update of a minor tool repository.