Skip to content

Commit b4c581f

Browse files
committed
Remove erroneous AI test commands, tweak language
1 parent c90f468 commit b4c581f

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

docs/contributing/ai.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ We recommend at least two be installed by everyone:
104104
The Sequential Thinking server enhances Claude's problem-solving capabilities by providing
105105
structured, step-by-step reasoning for complex tasks.
106106

107-
#### For Claude Code
107+
#### Claude Code
108108

109109
```bash
110110
claude mcp add --scope user sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking
111111
```
112112

113-
#### For Claude Desktop
113+
#### Claude Desktop
114114

115115
Edit your `~/.claude.json`, go to the `mcpServers` section and add:
116116

@@ -132,13 +132,13 @@ Restart Claude Desktop to activate the server.
132132
The Memory server provides Claude with persistent memory capabilities, allowing it to remember
133133
context across sessions and maintain a knowledge graph of your projects.
134134

135-
#### For Claude Code
135+
#### Claude Code
136136

137137
```bash
138138
claude mcp add --scope user memory -- npx -y @modelcontextprotocol/server-memory
139139
```
140140

141-
#### For Claude Desktop
141+
#### Claude Desktop
142142

143143
Edit your `~/.claude.json`, go to the `mcpServers` section and add:
144144

@@ -157,18 +157,13 @@ Restart Claude Desktop to activate the server.
157157

158158
### Verifying Installations
159159

160-
#### Claude Code Verification
160+
#### Claude Code
161161

162162
```bash
163-
# List all configured servers
164163
claude mcp list
165-
166-
# Test a specific server
167-
claude mcp test sequential-thinking
168-
claude mcp test memory
169164
```
170165

171-
#### Claude Desktop Verification
166+
#### Claude Desktop
172167

173168
1. Open Claude Desktop
174169
2. Start a new conversation

0 commit comments

Comments
 (0)