neuron_stop_channel_session
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Stop the active Baileys session for the channel and disconnect from WhatsApp. The channel can be restarted later.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the Baileys channel to stop"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries