bilibili_shutdown
Stop the bilibili-mcp server with a required confirmation flag, terminating all operations and returning a success status.
Instructions
Gracefully stop the bilibili-mcp server.
Return Format
{"success": bool, "message": str}
Examples
bilibili_shutdown(confirm=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True to shut down the server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||