Skip to content

Commit 66514cf

Browse files
committed
Update docs images
Update SVG elements and images to match the latest release of Claude Desktop
1 parent 05f2045 commit 66514cf

9 files changed

+10
-10
lines changed

docs/docs/tools/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Claude.app interface provides basic server status information:
3838
- Connected servers
3939
- Available prompts and resources
4040

41-
2. Click the <img src="/images/claude-desktop-mcp-hammer-icon.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon to view:
41+
2. Click the "Search and tools" <img src="/images/claude-desktop-mcp-slider.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon to view:
4242
- Tools made available to the model
4343

4444
### Viewing logs

docs/images/available-mcp-tools.png

-63.3 KB
Loading

docs/images/claude-desktop-mcp-hammer-icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading

docs/images/quickstart-hammer.png

-117 KB
Binary file not shown.

docs/images/quickstart-slider.png

64.2 KB
Loading
54.8 KB
Loading

docs/quickstart/server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,21 +1624,21 @@ Save the file, and restart **Claude for Desktop**.
16241624

16251625
### Test with commands
16261626

1627-
Let's make sure Claude for Desktop is picking up the two tools we've exposed in our `weather` server. You can do this by looking for the hammer <img src="/images/claude-desktop-mcp-hammer-icon.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon:
1627+
Let's make sure Claude for Desktop is picking up the two tools we've exposed in our `weather` server. You can do this by looking for the "Search and tools" <img src="/images/claude-desktop-mcp-slider.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon:
16281628

16291629
<Frame>
16301630
<img src="/images/visual-indicator-mcp-tools.png" />
16311631
</Frame>
16321632

1633-
After clicking on the hammer icon, you should see two tools listed:
1633+
After clicking on the slider icon, you should see two tools listed:
16341634

16351635
<Frame>
16361636
<img src="/images/available-mcp-tools.png" />
16371637
</Frame>
16381638

16391639
If your server isn't being picked up by Claude for Desktop, proceed to the [Troubleshooting](#troubleshooting) section for debugging tips.
16401640

1641-
If the hammer icon has shown up, you can now test your server by running the following commands in Claude for Desktop:
1641+
If the tool settings icon has shown up, you can now test your server by running the following commands in Claude for Desktop:
16421642

16431643
- What's the weather in Sacramento?
16441644
- What are the active weather alerts in Texas?

docs/quickstart/user.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ Claude for Desktop will run the commands in the configuration file with the perm
111111

112112
After updating your configuration file, you need to restart Claude for Desktop.
113113

114-
Upon restarting, you should see a hammer <img src="/images/claude-desktop-mcp-hammer-icon.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon in the bottom right corner of the input box:
114+
Upon restarting, you should see a slider <img src="/images/claude-desktop-mcp-slider.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon in the bottom left corner of the input box:
115115

116116
<Frame>
117-
<img src="/images/quickstart-hammer.png" />
117+
<img src="/images/quickstart-slider.png" />
118118
</Frame>
119119

120-
After clicking on the hammer icon, you should see the tools that come with the Filesystem MCP Server:
120+
After clicking on the slider icon, you should see the tools that come with the Filesystem MCP Server:
121121

122122
<Frame style={{ textAlign: 'center' }}>
123123
<img src="/images/quickstart-tools.png" width="400" />

0 commit comments

Comments
 (0)