Skip to content

Releases: bahamoth/rust-minidump-mcp

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:40

0.1.3 (2025-07-03)

Bug Fixes

  • Publish to PyPI instead of TestPyPI (7578f3f)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:24

0.1.2 (2025-07-03)

Bug Fixes

  • update READMEs with simplified installation and prompt info (72b24f8)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 07:59

0.1.1 (2025-07-03)

Features

  • add argument validation and JSON parameter support for client commands (54b0c61)
  • add CLI client commands and refactor server settings (cce8511)
  • add client settings, exceptions, and update README (6a7999f)
  • add crash generator test programs and build scripts (324220e)
  • add dump_syms tool for extracting Breakpad symbols (b16acde)
  • add FastMCP client cli and expert prompts for minidump crash analysis (a627a35)
  • add release automation and documentation (428e913)
  • add Rust tools installation and server entry point (17a7e97)
  • add server command to CLI and set default transport to streamable-http (05724a7)
  • add server configuration module, .env example, and dynamic transport handling (190ac5e)
  • add uvx support for dependency-free execution (d0e9cd4)
  • Added stackwalk tool integration and tests (2f1ae9b)
  • integrate crash analysis prompts and platform-specific tool detection (9c47a7f)
  • migrate to FastMCP and update dependencies (042588e)

Bug Fixes

  • address Copilot review feedback (7d36f76)
  • ensure mypy passes (0ad0ef3)
  • register pytest integration marker to resolve warning (10fab3c)

Documentation

  • add AGENTS.md guide for AI crash-analysis agents (0315022)
  • add LICENSE, badges, and Korean README (67d70ba)
  • fix analysis workflow examples (d63c663)
  • improve project abstract to reflect true purpose (684eefd)
  • move features section to top and remove workflow examples (1167be6)
  • reorganize README for better user experience (da588fe)
  • simplify installation instructions (5481351)
  • Update AGENTS.md and bump Python version to 3.13 (ef2bf26)
  • Update AGENTS.md with rust-minidump MCP guide (bfc7d0e)
  • update command references from minidump-mcp to rust-minidump-mcp (e242c52)