mirror of
https://github.com/langchain-ai/mcpdoc.git
synced 2026-07-21 09:45:24 -04:00
Unexpected langgraph-docs-mcp Tool Usage Without Explicit <rules> in Claude Desktop #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YoungjaeDev on GitHub (Jul 28, 2025).
Hi team,
I've configured langgraph-docs-mcp with Claude Desktop as per the provided documentation. The documentation states that I need to explicitly include in my prompt for LangGraph-related questions due to a lack of global rules support.
However, I've observed that Claude Desktop successfully utilizes the langgraph-docs-mcp server to answer LangGraph questions accurately, even when the block is not explicitly included in my prompts. For instance, questions like "How to create an agent in LangGraph?" are answered correctly without the explicit rules.
Could you please clarify why this is happening? Is there an undocumented change, an implicit mechanism at play, or am I misunderstanding the current setup?
Thanks.