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
* the `<prompt-ref>` must be a valid github reference uri, which is of the form `github:<org-name>/<repo-name>?path=relative/path/to/file.md` (you can refer to a branch
18
+
by adding another query parameter `&ref=<branch-name>`)
Copy file name to clipboardexpand all lines: docs/content/tools/docs/claude-desktop.md
+15-12
Original file line number
Diff line number
Diff line change
@@ -23,22 +23,25 @@ Enable mcp_run in your claude_desktop_config.json file using the following snipp
23
23
}
24
24
```
25
25
26
-
Notice in the above snippet that the server is loaded with one example prompt, which you can view in our [public github repo](https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/examples/hello_world.md?plain=1).
27
-
This will have already been exposed using this MCP server so when using Claude Desktop, you can type "use hello docker to greet me with a joke".
26
+
## Adding Tools
28
27
29
-
You'll see a prompt asking if you want to run the "hello world" tool locally.
30
-
31
-

28
+
Install the [`docker/labs-ai-tools-for-devs` extension](https://open.docker.com/extensions/marketplace?extensionId=docker/labs-ai-tools-for-devs) to
29
+
see a catalog of tools that you can install into the server.
32
30
33
-
## More prompts
34
-
35
-
You can register new definitions in public github repos by adding additional `--register` arguments.
31
+
You can also register new tool definitions by adding `--register` arguments to the above server definition.
0 commit comments