check_system_dependencies
Verify all required system dependencies are installed for Auto-Snap MCP, ensuring seamless server functionality. Results are returned in JSON format.
Instructions
Check if all required system dependencies are installed.
Returns:
JSON string with dependency check results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "check_system_dependenciesArguments",
"type": "object"
}