Skip to content

Published docker image loads 0.3.0 instead of true latest version #721

@krcm0209

Description

@krcm0209

Describe the bug

Pulling the docker image tagged 0.16.4 via ghcr.io/modelcontextprotocol/inspector:0.16.4 and then loading on the host machine at http://localhost:5173/ pulls up:

Image

To Reproduce

Steps to reproduce the behavior:

  1. Added the following to a docker compose file:
inspector:
    image: ghcr.io/modelcontextprotocol/inspector:0.16.4
    ports:
      - "5173:5173"
      - "6274:6274"
      - "6277:6277"
  1. docker compose up
  2. load http://localhost:5173/ on host machine browser

Expected behavior

UI loads with v0.16.4 and streamable-http as an option in the transport dropdown

Additional context

No network response if I try to load http://localhost:6274/ or http://localhost:6277/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingp2-mediumMedium priority - normal timeline

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions