Skip to content

v0.5.0 - Claude Code MCP Support

Choose a tag to compare

@Yeachan-Heo Yeachan-Heo released this 13 Jan 14:53
· 9 commits to main since this release

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 detection
    • research_manager - Create/manage research sessions
    • session_manager - Session lifecycle management
    • notebook_writer - Jupyter notebook operations
    • gyoshu_completion - Research completion detection
    • gyoshu_snapshot - Research state snapshots
    • notebook_search - Search across notebooks
    • checkpoint_manager - Save/restore research checkpoints
    • retrospective_store - Store research retrospectives
    • migration_tool - Migrate legacy research data
    • parallel_manager - Manage parallel research tasks
    • session_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.