invokeai_shutdown
Gracefully shuts down the InvokeAI MCP server, stopping the connection for AI coding agents. This ensures a clean termination and returns a success or failure message.
Instructions
Gracefully shut down this MCP server.
Return Format
{"success": bool, "message": str}
Examples
invokeai_shutdown()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||