Skip to content

Commit 2aa610f

Browse files
authored
Add troubleshooting section to top level README on claude response interrupted (#98)
1 parent a2f8931 commit 2aa610f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ If your client does not yet support remote MCP servers, you will need to set up
3838

3939
We're continuing to add more functionality to this remote MCP server repo. If you'd like to leave feedback, file a bug or provide a feature request, [please open an issue](https://github.com/cloudflare/mcp-server-cloudflare/issues/new/choose) on this repository
4040

41+
## Troubleshooting
42+
43+
"Claude's response was interrupted ... "
44+
45+
If you see this message, Claude likely hit its context-length limit and stopped mid-reply. This happens most often on servers that trigger many chained tool calls such as the observability server.
46+
47+
To reduce the chance of running in to this issue:
48+
49+
- Try to be specific, keep your queries concise.
50+
- If a single request calls multiple tools, try to to break it into several smaller tool calls to keep the responses short.
51+
4152
## Paid Features
4253

4354
Some features may require a paid Cloudflare Workers plan. Ensure your Cloudflare account has the necessary subscription level for the features you intend to use.

0 commit comments

Comments
 (0)