pdf_shutdown
Shut down the pdf-mcp server gracefully, optionally accepting a reason, to stop PDF operations and release resources.
Instructions
Gracefully shut down the pdf-mcp server.
Return Format
A dict with keys:
success: bool
message: str - shutdown confirmation
Examples
await pdf_shutdown() {"success": true, "message": "Shutting down pdf-mcp."}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional shutdown reason. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Human-readable summary | |
| success | No | Whether the operation succeeded |