v0.5.0 - Claude Code MCP Support
Claude Code MCP Server
This release adds full Model Context Protocol (MCP) support for Claude Code integration.
Installation
# Clone and build
git clone https://github.com/Yeachan-Heo/My-Jogyo.git
cd My-Jogyo/src/mcp
npm install && npm run build
# Register with Claude Code
claude mcp add gyoshu-mcp "$(pwd)/build/index.cjs"Features
-
12 Research Tools exposed via MCP:
python_repl- Execute Python code with marker detectionresearch_manager- Create/manage research sessionssession_manager- Session lifecycle managementnotebook_writer- Jupyter notebook operationsgyoshu_completion- Research completion detectiongyoshu_snapshot- Research state snapshotsnotebook_search- Search across notebookscheckpoint_manager- Save/restore research checkpointsretrospective_store- Store research retrospectivesmigration_tool- Migrate legacy research dataparallel_manager- Manage parallel research taskssession_structure_validator- Validate session structure
-
esbuild bundler for single-file distribution
-
Session-scoped stage ID normalization for checkpoint validation
-
Bridge metadata persistence for notebook path resolution
-
SHA256 manifest integrity verification
Full Changelog
See CHANGELOG.md for details.