You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## Usage
4
4
5
-
The ORAS MCP Server can be configured to be run using the [vscode agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode).
5
+
Configure the ORAS MCP Server to run inside [VS Code agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode) for registry-aware chats.
6
6
7
-
Since this MCP Server requires a local ORAS CLI, please make sure you have installed the [oras](https://github.com/oras-project/oras)(version >= `v1.3.0-beta.1`).
7
+
The server is implemented with the [`oras-go`](https://github.com/oras-project/oras-go) library and does not depend on the [`oras`](https://github.com/oras-project/oras)CLI.
8
8
9
9
### Setup with Docker
10
10
@@ -32,6 +32,15 @@ Add the following code to `.vscode/mcp.json`:
32
32
}
33
33
```
34
34
35
+
### Authentication
36
+
37
+
If you need to access private registries through the server, log in ahead of time using either the ORAS CLI or Docker:
38
+
39
+
-`oras login <registry>`
40
+
-`docker login <registry>`
41
+
42
+
The server will reuse the credentials from your local credential store when available.
43
+
35
44
## Example Chats
36
45
37
46
Q: What platform does the image ghcr.io/oras-project/oras support?
0 commit comments