We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
queue_list
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
Hi,
Calling queue_list tool returns this:
{ "error": { "code": "invalid_type", "expected": "array", "received": "undefined", "path": ["content"], "message": "Required" } }
Note that other tools work fine, indicating that the authentication part is working fine. So, there is no reason for this one to not work.
Thank you.
The text was updated successfully, but these errors were encountered:
This is relevant to the local stdio based server. We are now maintaining the remote MCP server.
We're planning on adding queues support to the remote server.
Sorry, something went wrong.
No branches or pull requests
Hi,
Calling
queue_list
tool returns this:Note that other tools work fine, indicating that the authentication part is working fine. So, there is no reason for this one to not work.
Thank you.
The text was updated successfully, but these errors were encountered: