Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coderamp-labs/gitingest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coderamp-labs/gitingest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test/mcp_rebase
Choose a head ref
  • 5 commits
  • 17 files changed
  • 3 contributors

Commits on Aug 11, 2025

  1. refactor: Use GitPython instead of git in command line

    iburel authored and root committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    75ad044 View commit details
    Browse the repository at this point in the history
  2. fix: properly use GitPython subcommands

    NicolasIRAGNE authored and root committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    c3e3b26 View commit details
    Browse the repository at this point in the history
  3. feat: add MCP (Model Context Protocol) server support

    - Add MCP server implementation with stdio transport
    - Integrate MCP server option in CLI with --mcp-server flag
    - Add ingest_repository tool for MCP clients
    - Remove HTTP transport, keeping only stdio for simplicity
    - Add MCP dependencies and optional installation group
    - Include comprehensive documentation and client examples
    - Support GitHub token authentication through MCP
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    2 people authored and root committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    3b40cd6 View commit details
    Browse the repository at this point in the history
  4. test: add comprehensive MCP server testing and documentation

    - Add complete test suite for MCP server functionality
    - Test MCP tool registration, execution, and error handling
    - Add async testing for stdio transport communication
    - Update CHANGELOG.md with all feature additions
    - Update README.md with MCP server installation and usage
    - Document GitPython migration and MCP integration
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    2 people authored and root committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    b793c3a View commit details
    Browse the repository at this point in the history
  5. test: add comprehensive MCP server testing and documentation

    - Add complete test suite for MCP server functionality
    - Test MCP tool registration, execution, and error handling
    - Add async testing for stdio transport communication
    - Update CHANGELOG.md with all feature additions
    - Update README.md with MCP server installation and usage
    - Document GitPython migration and MCP integration
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    2 people authored and root committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    84a6bb6 View commit details
    Browse the repository at this point in the history
Loading