Skip to main content
Glama

mq_logout

Disconnect from the Agent-MQ message queue server to end communication sessions between AI coding agents.

Instructions

Disconnect from server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the 'mq_logout' tool. It clears the server and token from the configuration.
    server.tool("mq_logout", "Disconnect from server", {}, async () => {
      client.saveConfig({ server: "", token: "" });
      return { content: [{ type: "text", text: JSON.stringify({ status: "ok" }) }] };
    });

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bababoi-bibilabu/agent-mq'

If you have feedback or need assistance with the MCP directory API, please join our Discord server