You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add MoveToDocs node that moves generated tutorials from output/ to docs/
- Update workflow to include 7 sequential nodes instead of 6
- Fix MCP server implementations to properly integrate with PocketFlow
- Update MCP servers to use shared dictionary and final_docs_dir
- Fix flow integration in both mcp_server.py and mcp_server_simple.py
- Update MCP configuration to use simple server implementation
- Update CLAUDE.md documentation to reflect workflow changes
- Add comprehensive test coverage for MCP integration
- Clean up test files after validation
The tutorial generation now automatically moves output to docs/ folder
making it easier to organize and commit documentation alongside code.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- Create MCP/ folder for better organization
- Move MCP server files: mcp_server.py, mcp_server_simple.py, mcp_config.json
- Move Claude Desktop config: claude-desktop-config-snippet.json
- Add MCP/README.md with simple 3-step setup guide for basic users
- Update main README.md to prominently feature MCP option for non-developers
- Update mcp_config.json path references to reflect new MCP folder structure
Makes it much easier for non-technical users to discover and set up
the Claude Desktop integration for generating tutorials.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- Add MCP server implementation with multiple versions
- Add MoveToDocs workflow node
- Add setup scripts and configuration files
- Add documentation for customizations and update process
- Add example generated tutorials in docs/
- Creates single {project_name}_tutorial.md instead of multiple files
- Includes table of contents with anchor links
- Merges index summary, mermaid diagram, and all chapters
- Maintains proper structure and attribution
- Cleans up original separate files
Removed:
- Legacy AI assistant configuration files (.clinerules, .cursorrules, etc.)
- Old MCP server implementations (Python-based)
- Extensive tutorial documentation for external projects
- Duplicate Google A2A directory
- Obsolete example and test files
Modified:
- Updated nodes.py with improved error handling
- Enhanced utils/call_llm.py with better provider support
- Updated requirements.txt with current dependencies
- Updated CLAUDE.md, CUSTOMIZATIONS.md with latest documentation
- Updated MCP/LOCAL_MACHINE_SETUP.md for npm-based MCP server
Added:
- .claudeignore for better file filtering
- New documentation in docs/agents/, docs/dspy-0to1-guide/, docs/gepa/
- NPM-based MCP server implementation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2 people
authored and
Jon Bennett
committed
Oct 2, 2025
Browse the repository at this point in the history
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff main...main