v0.2.0
Release Highlights
- Re-implement the
oras-mcpin Go with code well tested - Bump up dependencies
- Refresh documentation
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.0",
"serve"
]
}
}
}What's Changed
- docs: add basic repository information by @shizhMSFT in #4
- refactor!: re-implement oras-mcp in golang by @shizhMSFT in #6
- chore: add license checker by @shizhMSFT in #8
- chore: add dependabot by @shizhMSFT in #9
- chore(deps): Bump github.com/modelcontextprotocol/go-sdk from 0.4.0 to 0.5.0 by @dependabot[bot] in #10
- chore(deps): Bump github.com/modelcontextprotocol/go-sdk from 0.5.0 to 0.6.0 by @dependabot[bot] in #11
- refactor: reimplement list_tags by @shizhMSFT in #18
- test: add code coverage reporting by @shizhMSFT in #21
- build: set up CodeQL by @shizhMSFT in #22
- refactor: reimplement rest of tools by @shizhMSFT in #20
- bump: bump up version of codecov by @shizhMSFT in #24
- test: test cmd package by @shizhMSFT in #23
- chore(deps): Bump github.com/modelcontextprotocol/go-sdk from 0.6.0 to 0.7.0 by @dependabot[bot] in #19
- fix: update ListReferrers output for acyclic schema by @shizhMSFT in #25
- docs: update README for new implementation by @shizhMSFT in #26
- ci: add GitHub Actions workflows for release automation by @shizhMSFT in #27
- docs: update release related docs by @shizhMSFT in #28
- docs: enhance README with build status and code coverage badges by @shizhMSFT in #29
New Contributors
- @dependabot[bot] made their first contribution in #10
Full Changelog: v0.1.0...v0.2.0