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: elastic/mcp-server-elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elastic/mcp-server-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: esql-reference-resource
Choose a head ref
  • 10 commits
  • 42 files changed
  • 1 contributor

Commits on Jun 20, 2025

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

Commits on Jul 1, 2025

  1. Forward Authorization in http mode, disable experimental/WIP features

    * In http mode, the Authorization header from incoming requests is forwarded to
      the target ES server.
    * Experimental/WIP featurs (aggregating server, proxy, etc) are disabled
    * Updated to the latest mcp-sdk that now has axum-style extractors for tools
    * `elasticsearch` moved to top-level in the configuration. It was previously
      in the `mcpServers` section that may disappear as we focus purely on ES.
    * fmt and clippy
    swallez committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    3017d8c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    4053bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adcf273 View commit details
    Browse the repository at this point in the history
  3. Change http urls

    swallez committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    02107bb View commit details
    Browse the repository at this point in the history
  4. Add Dockerfile and fine-tune to run in containers

    * Raise the log level to INFO
    * Listen to 0.0.0.0 by default when running in a container,
      as 127.0.0.1 will not be visible outside the container
    * Rename the binary to elasticsearch-core-mcp-server
    swallez committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    42c05e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0fdb62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1289ee5 View commit details
    Browse the repository at this point in the history
  7. Moving main.rs to src/bin

    swallez committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3aa8ee2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1691a00 View commit details
    Browse the repository at this point in the history
Loading