mcp_doctor_diagnose_server
Diagnose MCP server configuration issues by analyzing command, arguments, and environment variables to identify misconfigurations and suggest fixes.
Instructions
Performs an in-depth diagnosis on a specific MCP server definition (command, arguments, environment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables map | |
| args | No | Arguments passed to the command | |
| command | Yes | The command binary (e.g. node, npx, python) | |
| server_name | Yes | The identifier name of the server |