Skip to content

Commit bb3328b

Browse files
authored
update config README (#10)
1 parent f7556c9 commit bb3328b

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ npx @modelcontextprotocol/inspector
6363
"--urls",
6464
"LangGraph:https://langchain-ai.github.io/langgraph/llms.txt",
6565
"--transport",
66-
"stdio",
67-
"--port",
68-
"8081",
69-
"--host",
70-
"localhost"
66+
"stdio"
7167
]
7268
}
7369
}
@@ -132,7 +128,36 @@ Then, try the example prompt:
132128
* Update with `langgraph-docs-mcp` as noted above.
133129
* Restart Claude Desktop app.
134130

135-
> Note: currently (3/21/25) it appears that Claude Code does not support `rules` for global rules, so appending the following to your prompt.
131+
> [!Note]
132+
> If you run into issues with Python version incompatibility when trying to add MCPDoc tools to Claude Desktop, you can explicitly specify the filepath to `python` executable in the `uvx` command.
133+
>
134+
> <details>
135+
> <summary>Example configuration</summary>
136+
>
137+
> ```
138+
> {
139+
> "mcpServers": {
140+
> "langgraph-docs-mcp": {
141+
> "command": "uvx",
142+
> "args": [
143+
> "--python",
144+
> "/path/to/python",
145+
> "--from",
146+
> "mcpdoc",
147+
> "mcpdoc",
148+
> "--urls",
149+
> "LangGraph:https://langchain-ai.github.io/langgraph/llms.txt",
150+
> "--transport",
151+
> "stdio"
152+
> ]
153+
> }
154+
> }
155+
> }
156+
> ```
157+
> </details>
158+
159+
> [!Note]
160+
> Currently (3/21/25) it appears that Claude Desktop does not support `rules` for global rules, so appending the following to your prompt.
136161
137162
```
138163
<rules>
@@ -172,7 +197,8 @@ $ /mcp
172197
173198
![Screenshot 2025-03-18 at 2 13 49 PM](https://github.com/user-attachments/assets/eb876a0e-27b4-480e-8c37-0f683f878616)
174199
175-
> Note: currently (3/21/25) it appears that Claude Code does not support `rules` for global rules, so appending the following to your prompt.
200+
> [!Note]
201+
> Currently (3/21/25) it appears that Claude Code does not support `rules` for global rules, so appending the following to your prompt.
176202
177203
```
178204
<rules>

0 commit comments

Comments
 (0)