From 21f4cbb4e6ce799044bdc26cde44be04d5682283 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Tue, 8 Apr 2025 17:24:15 +0200 Subject: [PATCH] docs: give macOS link and clarify missing UI --- examples/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index edc9cc2e..123c1686 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,7 +6,7 @@ ``` This builds a standard input/output MCP server binary. -2. **Add or update this section in your** `~/.config/claude-desktop/config.toml` +2. **Add or update this section in your** `~/.config/claude-desktop/config.toml` (Linux) or `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) ```json { "mcpServers": { @@ -18,7 +18,10 @@ } ``` -3. **Once Claude Desktop is running, try chatting:** +3. **Ensure that the MCP UI elements appear in Claude Desktop** + The MCP UI elements will only show up in Claude for Desktop if at least one server is properly configured. + +4. **Once Claude Desktop is running, try chatting:** ```text counter.say_hello ```