Skip to content

[DEBUG 2025-04-17T11:59:15.469Z] Received list tools request #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1362chenbai opened this issue Apr 17, 2025 · 3 comments
Closed

[DEBUG 2025-04-17T11:59:15.469Z] Received list tools request #51

1362chenbai opened this issue Apr 17, 2025 · 3 comments

Comments

@1362chenbai
Copy link

1362chenbai commented Apr 17, 2025

vscode里的插件cline设置cloudflare的mcp服务上显示这样的问题。我应该怎么解决呢??我不太懂英文啦~~有谁能帮我找到问题关键么!!
Cline 在尝试使用 Cloudflare MCP 服务调用工具 get_kvs 时遇到了错误。错误信息 执行 MCP 工具错误: {"code": "invalid_type", "expected": "array", "received": "undefined", "path": [], "content": {}, "message": "Required"} 表明发送给 MCP 服务器的请求参数类型不正确。

具体来说,服务器预期收到一个数组 ("expected": "array"),但却收到了一个未定义的值 ("received": "undefined")。 这通常是因为请求中缺少必要的参数,或者参数的格式不正确

I am having trouble setting up the Cloudflare MCP service within the Cline extension in VSCode. How can I resolve this issue?
错误
执行 MCP 工具错误:
[
{
"code": "invalid_type",
"expected": "array",
"received": "undefined",
"path": [
"content"
],
"message": "Required"
}
]

@cmsparks cmsparks closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2025
@cmsparks
Copy link
Collaborator

cmsparks commented May 1, 2025

This is relevant to the local stdio based server. We are now maintaining the remote MCP server, which shouldn't have this issue.

@1362chenbai
Copy link
Author

OK, thanks

@1362chenbai
Copy link
Author

1362chenbai commented May 3, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants