Skip to content

Commit 07d19d5

Browse files
committed
style and format
1 parent 6a71659 commit 07d19d5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

hypermode-docs-mcp.mdx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,25 +108,25 @@ An array of search results, each containing:
108108
- **Endpoint**: `https://docs.hypermode.com/mcp`
109109
5. Save and restart Cursor
110110

111-
## Tool Call Examples
111+
## Tool call examples
112112

113113
Here are actual examples of what the Hypermode Docs MCP server tool calls and
114114
responses look like:
115115

116116
### Example 1: Searching for Dgraph DQL Examples
117117

118-
**User Query**: "How do I write a DQL query to find all users with a specific
119-
age range?"
118+
**User Query**: "How to write a DQL query to find all users with a specific age
119+
range?"
120120

121-
**MCP Search**: The assistant can search the Hypermode docs for DQL examples,
121+
**MCP Search** The assistant can search the Hypermode docs for DQL examples,
122122
finding relevant documentation about:
123123

124124
- Basic DQL query syntax
125125
- Filtering and range queries
126126
- User data models
127127
- Specific examples from tutorials
128128

129-
**Result**: The assistant provides a contextual answer with:
129+
**Result** The assistant provides a contextual answer with:
130130

131131
- Relevant DQL query examples
132132
- Links to specific documentation pages
@@ -164,19 +164,19 @@ finding relevant documentation about:
164164
}
165165
```
166166

167-
### Example 2: Finding Hypermode Agent Connection Guides
167+
### Example 2: Finding Hypermode agent connection guides
168168

169-
**User Query**: "How do I connect my agent to Stripe?"
169+
**User Query**: "How to connect an agent to Stripe?"
170170

171-
**MCP Search**: The assistant searches for Stripe connection documentation,
171+
**MCP Search** The assistant searches for Stripe connection documentation,
172172
finding:
173173

174174
- Step-by-step connection guides
175175
- Required configuration details
176176
- Example agent configurations
177177
- Troubleshooting tips
178178

179-
**Result**: The assistant delivers comprehensive setup instructions with direct
179+
**Result** The assistant delivers comprehensive setup instructions with direct
180180
links to relevant documentation sections.
181181

182182
**MCP Tool Call**:
@@ -211,20 +211,20 @@ links to relevant documentation sections.
211211
}
212212
```
213213

214-
### Example 3: Python Dgraph Connection Syntax
214+
### Example 3: Python Dgraph connection syntax
215215

216216
**User Query**: "What's the syntax to create a connection to Hypermode graphs
217217
using the dgraph:// connection string in Python?"
218218

219-
**MCP Search**: The assistant searches for Python Dgraph connection
219+
**MCP Search** The assistant searches for Python Dgraph connection
220220
documentation, finding:
221221

222222
- Python SDK examples and tutorials
223223
- Connection string syntax and format
224224
- Hypermode graph connection guides
225225
- Code samples for dgraph:// protocol
226226

227-
**Result**: The assistant provides Python code examples with connection syntax
227+
**Result** The assistant provides Python code examples with connection syntax
228228
and links to relevant documentation.
229229

230230
**MCP Tool Call**:
@@ -259,7 +259,7 @@ and links to relevant documentation.
259259
}
260260
```
261261

262-
## Benefits of Using the MCP Server
262+
## Benefits of using the MCP server
263263

264264
1. **Real-time Information**: Always access the latest documentation
265265
2. **Contextual Results**: Get relevant information based on your specific query
@@ -271,25 +271,25 @@ and links to relevant documentation.
271271

272272
### Common Issues
273273

274-
**Server Connection Failed**
274+
#### Server connection failed
275275

276276
- Verify the URL: `https://docs.hypermode.com/mcp`
277277
- Check your internet connection
278278
- Ensure the MCP client supports HTTPS connections
279279

280-
**Search Not Working**
280+
#### Search not working
281281

282-
- Restart your MCP client application
282+
- Restart your MCP client app
283283
- Verify the server is properly configured
284284
- Check if the server requires authentication (currently none required)
285285

286-
**No Results Found**
286+
#### No results found
287287

288288
- Try different search terms
289289
- Use more specific queries
290290
- Check if the documentation covers your topic
291291

292-
### Getting Help
292+
### Getting help
293293

294294
If you encounter issues with the MCP server:
295295

@@ -298,16 +298,16 @@ If you encounter issues with the MCP server:
298298
3. Ensure you're using a supported MCP client
299299
4. Contact Hypermode support if issues persist
300300

301-
## Advanced Usage
301+
## Advanced usage
302302

303-
### Optimizing Searches
303+
### Optimizing searches
304304

305-
- Use specific technical terms (e.g., "DQL aggregation" instead of "how to
306-
count")
307-
- Include feature names (e.g., "Hypermode agents" instead of "agents")
305+
- Use specific technical terms (for example, "DQL aggregation" instead of "how
306+
to count")
307+
- Include feature names (for example, "Hypermode agents" instead of "agents")
308308
- Reference specific error messages or code snippets
309309

310-
### Integration with Development Workflow
310+
### Integration with development workflow
311311

312312
- Use the MCP server during code reviews
313313
- Get instant help with Dgraph queries

0 commit comments

Comments
 (0)