release 0.0.5: Update / improve the tool descriptions (#8)

Currently I add this workflow to Cursor. We should embed this in the
tool itself.

```
use the langgraph-docs-mcp server to answer any LangGraph questions -- 
+ call list_doc_sources tool to get the available llms.txt file
+ call fetch_docs tool to read it
+ reflect on the urls in llms.txt 
+ reflect on the input question 
+ call fetch_docs on any urls relevant to the question
+ use this to answer the question
```

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Lance Martin
2025-03-21 11:40:35 -07:00
committed by GitHub
parent 0e688fee9a
commit 921fe07dd0
3 changed files with 34 additions and 6 deletions

2
uv.lock generated
View File

@@ -259,7 +259,7 @@ cli = [
[[package]]
name = "mcpdoc"
version = "0.0.3"
version = "0.0.5"
source = { editable = "." }
dependencies = [
{ name = "httpx" },