Skip to content

v0.5.1 - Bug Fixes for MCP Server

Latest

Choose a tag to compare

@Yeachan-Heo Yeachan-Heo released this 19 Jan 12:48
· 6 commits to main since this release

Bug Fixes

MCP Server Build Error (#6)

Fixed Could not resolve "zod" error when building the MCP server by adding nodePaths to esbuild config.

Hardcoded Bridge Path (#5)

Fixed hardcoded bridge path in python-repl.ts that broke MCP server for cloned repos. The new implementation:

  • Supports GYOSHU_BRIDGE_PATH environment variable override
  • Falls back through multiple candidate paths for different installation scenarios
  • Provides helpful error messages when bridge script cannot be found

Installation

cd src/mcp
npm install
npm run build

Register with Claude Code:

claude mcp add gyoshu-mcp "$(pwd)/src/mcp/build/index.cjs"

Full Changelog

v0.5.0...v0.5.1