Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:35

Changed

  • The installers no longer install the agent skill automatically. Previously
    install.sh and install.ps1 ran install-skills all, creating
    ~/.codex/skills/symbolpeek and ~/.claude/skills/symbolpeek even for
    clients that were not installed. Installation now touches only its own
    directory and prints the optional symbolpeek install-skills codex|claude|all
    step, so you configure just the client you use.

Documentation

  • Rewrote the README around installation, a language support matrix, real
    measured output, troubleshooting, and uninstall instructions.
  • Restructured MCP_TOOLS.md: contents, shared conventions (paths, pagination,
    compact rows, errors), per-tool language markers, and a response example for
    every tool.
  • Added LICENSE (MIT), CHANGELOG.md, SECURITY.md, and issue templates.

Fixed

  • The bundled agent skill referenced a non-existent get_type_info tool; it now
    names get_type and states which operations each language supports.
  • Release archives now include LICENSE.

Install

curl -fsSL https://raw.githubusercontent.com/pioner92/symbolpeek-mcp/main/scripts/install.sh | sh
irm https://raw.githubusercontent.com/pioner92/symbolpeek-mcp/main/scripts/install.ps1 | iex

Then connect the server to your client — the installer prints the exact command.
See the README for requirements and troubleshooting.

Full Changelog: v0.3.1...v0.4.0