v0.4.0
Changed
- The installers no longer install the agent skill automatically. Previously
install.shandinstall.ps1raninstall-skills all, creating
~/.codex/skills/symbolpeekand~/.claude/skills/symbolpeekeven for
clients that were not installed. Installation now touches only its own
directory and prints the optionalsymbolpeek 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_infotool; it now
namesget_typeand 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 | shirm https://raw.githubusercontent.com/pioner92/symbolpeek-mcp/main/scripts/install.ps1 | iexThen 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