@@ -73,7 +73,7 @@ Add to your MCP config and restart your MCP client. Then try asking something li
7373DocsetMCP supports 165+ docsets including:
7474
7575<details >
76- <summary >** Popular Languages** </summary >
76+ <summary >< b > Popular Languages</ b > </summary >
7777
7878- Python (2 & 3)
7979- JavaScript / TypeScript
@@ -90,7 +90,7 @@ DocsetMCP supports 165+ docsets including:
9090</details >
9191
9292<details >
93- <summary >** Web Frameworks** </summary >
93+ <summary >< b > Web Frameworks</ b > </summary >
9494
9595- React / Angular / Vue
9696- Node.js / Express
@@ -103,7 +103,7 @@ DocsetMCP supports 165+ docsets including:
103103</details >
104104
105105<details >
106- <summary >** Developer Tools** </summary >
106+ <summary >< b > Developer Tools</ b > </summary >
107107
108108- Git (cheatsheet)
109109- Docker (cheatsheet)
@@ -130,7 +130,7 @@ Use `list_available_docsets` to see all docsets installed on your system.
130130Choose your MCP client below for specific setup instructions:
131131
132132<details >
133- <summary >** 🤖 Claude Desktop** </summary >
133+ <summary >< b > 🤖 Claude Desktop</ b > </summary >
134134
135135Add to ` ~/Library/Application Support/Claude/claude_desktop_config.json ` :
136136
@@ -148,7 +148,7 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
148148</details >
149149
150150<details >
151- <summary >** ⌨️ Claude Code CLI** </summary >
151+ <summary >< b > ⌨️ Claude Code CLI</ b > </summary >
152152
153153``` bash
154154# For current project
@@ -161,7 +161,7 @@ claude mcp add --scope user docsetmcp "uvx docsetmcp"
161161</details >
162162
163163<details >
164- <summary >** 📝 Cursor, VS Code, Windsurf and other MCP-compatible clients** </summary >
164+ <summary >< b > 📝 Cursor, VS Code, Windsurf and other MCP-compatible clients</ b > </summary >
165165
166166Add to your MCP configuration (Cursor: ` .mcp/mcp.json ` in your project root:
167167
@@ -295,8 +295,8 @@ Search and extract documentation from any docset.
295295| Parameter | Type | Description | Default |
296296| -----------| ------| -------------| ---------|
297297| ` query ` | string | API/function name to search | * required* |
298- | ` docset ` | string | Target docset (e.g., 'nodejs', 'python_3') | 'apple_api_reference' |
299- | ` language ` | string | Programming language filter | - |
298+ | ` docset ` | string | Target docset (e.g., 'nodejs', 'python_3') | * required * |
299+ | ` language ` | string | Programming language filter | docset default |
300300| ` max_results ` | int | Number of results (1-10) | 3 |
301301
302302### 📋 ` search_cheatsheet `
@@ -324,13 +324,13 @@ List frameworks/types within a specific docset.
324324
325325| Parameter | Type | Description | Default |
326326| -----------| ------| -------------| ---------|
327- | ` docset ` | string | Target docset | 'apple_api_reference' |
327+ | ` docset ` | string | Target docset | * required * |
328328| ` filter ` | string | Filter framework names | - |
329329
330330## Troubleshooting
331331
332332<details >
333- <summary >** ❌ "Docset not found" error** </summary >
333+ <summary >< b > ❌ "Docset not found" error</ b > </summary >
334334
335335This means the docset isn't installed in Dash. To fix:
336336
@@ -342,7 +342,7 @@ This means the docset isn't installed in Dash. To fix:
342342</details >
343343
344344<details >
345- <summary >** 🔌 MCP connection failed** </summary >
345+ <summary >< b > 🔌 MCP connection failed</ b > </summary >
346346
3473471 . ** Check installation** : Run ` pip show docsetmcp ` to verify installation
3483482 . ** Test manually** : Run ` uvx docsetmcp ` in terminal - you should see MCP output
@@ -354,7 +354,7 @@ This means the docset isn't installed in Dash. To fix:
354354</details >
355355
356356<details >
357- <summary >** 📭 No results found** </summary >
357+ <summary >< b > 📭 No results found</ b > </summary >
358358
359359- The content might not be in your local Dash cache
360360- Try searching with different terms or partial matches
@@ -364,7 +364,7 @@ This means the docset isn't installed in Dash. To fix:
364364</details >
365365
366366<details >
367- <summary >** 🐛 Other issues** </summary >
367+ <summary >< b > 🐛 Other issues</ b > </summary >
368368
3693691 . ** Python version** : Ensure you have Python 3.10 or higher
3703702 . ** UV not found** : Install UV package manager from < https://docs.astral.sh/uv/ >
0 commit comments