Skip to content

docs: give macOS link and clarify missing UI #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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
```
Expand Down
Loading