Skip to content

Commit 9240700

Browse files
authored
Merge branch 'main' into basil/nonoptional_content
2 parents 4742501 + 3b30e30 commit 9240700

11 files changed

+13
-12
lines changed

docs/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page provides an overview of applications that support the Model Context Pr
1515
| [AgentAI][AgentAI] ||||||| Agent Library written in Rust with tools support |
1616
| [AgenticFlow][AgenticFlow] ||||||| Supports tools, prompts, and resources for no-code AI agents and multi-agent workflows. |
1717
| [Amazon Q CLI][Amazon Q CLI] ||||||| Supports prompts and tools. |
18-
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports tools |
18+
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports remote MCP servers and tool discovery. |
1919
| [BeeAI Framework][BeeAI Framework] ||||||| Supports tools in agentic workflows. |
2020
| [BoltAI][BoltAI] ||||||| Supports tools. |
2121
| [Claude.ai][Claude.ai] ||||||| Supports tools, prompts, and resources for remote MCP servers. |

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/examples.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Example Servers
2+
title: Example Servers
33
description: 'A list of example servers and implementations'
44
---
55

@@ -40,6 +40,7 @@ These official reference servers demonstrate core MCP features and SDK usage:
4040

4141
These MCP servers are maintained by companies for their platforms:
4242

43+
- **[Apify](https://mcp.apify.com)** - Use thousands community Actors for web data extraction and automation jobs
4344
- **[Axiom](https://github.com/axiomhq/mcp-server-axiom)** - Query and analyze logs, traces, and event data using natural language
4445
- **[Browserbase](https://github.com/browserbase/mcp-server-browserbase)** - Automate browser interactions in the cloud
4546
- **[BrowserStack](https://github.com/browserstack/mcp-server)** - Access BrowserStack's [Test Platform](https://www.browserstack.com/test-platform) to debug, write and fix tests, do accessibility testing and more.

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?

0 commit comments

Comments
 (0)