From 68033974d512312d0313a2f1ea79224b35ba63ef Mon Sep 17 00:00:00 2001 From: colinmcneil Date: Tue, 4 Feb 2025 09:22:11 -0500 Subject: [PATCH] Minor docs changes --- docs/content/tools/docs/_index.md | 4 +++- docs/content/tools/docs/claude-desktop.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/content/tools/docs/_index.md b/docs/content/tools/docs/_index.md index 5c9e492..337ba49 100644 --- a/docs/content/tools/docs/_index.md +++ b/docs/content/tools/docs/_index.md @@ -2,12 +2,14 @@ title: Documentation --- +These docs will help you author and manage your tools using our experimental prompt sandbox. + ### Topics * [How to author prompts](authoring-prompts) * [Updating Claude Desktop](claude-desktop) * [Adding to the catalog](adding-to-catalog) -* [mcp/docker container logs](mcp-server) +* [Debugging mcp/docker container logs](mcp-server) * [Using from docker ai (Gordon)](gordon) diff --git a/docs/content/tools/docs/claude-desktop.md b/docs/content/tools/docs/claude-desktop.md index d3fb428..d305468 100644 --- a/docs/content/tools/docs/claude-desktop.md +++ b/docs/content/tools/docs/claude-desktop.md @@ -3,9 +3,19 @@ title: Using Claude Desktop weight: 3 --- +# Quickstart + +Use our Docker Desktop extension to automatically register and use our tools. + +[Open in Docker Desktop](https://open.docker.com/extensions/marketplace?extensionId=docker/labs-ai-tools-for-devs) +[Marketplace](https://hub.docker.com/extensions/docker/labs-ai-tools-for-devs) + +# Manual Setup + Enable mcp_run in your claude_desktop_config.json file using the following snippet. See the [quickstart for Claude Desktop Users](https://modelcontextprotocol.io/quickstart/user) for more details. ```json + { "mcpServers": { "mcp_docker": {