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: exa-labs/exa-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exa-labs/exa-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: felix/add-nix-flake-and-ci
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 28, 2025

  1. Add Nix packaging support with flake.nix and related configuration

    🤖 Generated with Claude Code
    Co-Authored-By: Claude <[email protected]>
    Feel-ix-343 and claude committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    d509e71 View commit details
    Browse the repository at this point in the history
  2. Add Nix flake for packaging exa-mcp-server

    - Create flake.nix with proper npm packaging
    - Add correct npmDepsHash obtained from build error
    - Update .gitignore to exclude Nix-specific files
    
    🤖 Generated with Claude Code
    Co-Authored-By: Claude <[email protected]>
    Feel-ix-343 and claude committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    a441669 View commit details
    Browse the repository at this point in the history
  3. Remove unused get-hash.sh script

    The hash was obtained directly from the Nix build error message
    instead of using the prefetch tool.
    
    🤖 Generated with Claude Code
    Co-Authored-By: Claude <[email protected]>
    Feel-ix-343 and claude committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    1064166 View commit details
    Browse the repository at this point in the history
  4. add ci build test

    Feel-ix-343 committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    2639a27 View commit details
    Browse the repository at this point in the history
  5. .

    Feel-ix-343 committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    a93981a View commit details
    Browse the repository at this point in the history
Loading