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: neo4j-contrib/sandbox-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: neo4j-contrib/sandbox-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    a60128a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from neo-technology/main

    Development
    rafaljanicki authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    100dd44 View commit details
    Browse the repository at this point in the history
  3. Fix GH Actions

    rafaljanicki committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    dfc38bd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Configuration menu
    Copy the full SHA
    63cd2b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Update project structure and dependencies; switch to UV for dependenc…

    …y management and server execution
    rafaljanicki committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    0ade000 View commit details
    Browse the repository at this point in the history
  2. Update version to 1.1.0, switch from fastapi-mcp to fastmcp, and enha…

    …nce documentation for transport endpoints and authentication methods
    rafaljanicki committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    3c6d1a6 View commit details
    Browse the repository at this point in the history
  3. Update dependencies for FastAPI and cryptography; refine MCPType usag…

    …e in server configuration
    rafaljanicki committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    258d948 View commit details
    Browse the repository at this point in the history
  4. Refactor transport endpoint setup in server.py; add comments for clar…

    …ity on SSE and HTTP protocols
    rafaljanicki committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    2908ba3 View commit details
    Browse the repository at this point in the history
  5. Refactor FastAPI server initialization in server.py; implement combin…

    …ed lifespan for MCP integration and enhance documentation for clarity
    rafaljanicki committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    04895cb View commit details
    Browse the repository at this point in the history
  6. Enhance FastAPI server to support both SSE and HTTP transports; imple…

    …ment redirect for backward compatibility and update logging for clarity
    rafaljanicki committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    de49e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Update query endpoints to use FastApiReadCypherQueryResponse model; e…

    …nhance response handling in service methods
    rafaljanicki committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    a60a106 View commit details
    Browse the repository at this point in the history
Loading