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_PATHenvironment 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 buildRegister with Claude Code:
claude mcp add gyoshu-mcp "$(pwd)/src/mcp/build/index.cjs"