Skip to content

v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Sep 13:07
· 1 commit to main since this release

Bug Fixes

  • Fix #31: Output JSON cannot be validated by MCP clients

Setup for VS Code with Docker

Add the following code to .vscode/mcp.json:

{
    "servers": {
        "oras-mcp-server": {
            "type": "stdio",
            "command": "docker",
            "args": [
                "run",
                "--rm",
                "-i",
                "ghcr.io/oras-project/oras-mcp:v0.2.1",
                "serve"
            ]
        }
    }
}

What's Changed

Full Changelog: v0.2.0...v0.2.1