docs: give macOS link and clarify missing UI (#110)
fix doc in examples/README.md.
This commit is contained in:
parent
6a423048fa
commit
fdfb5274e8
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue