debug_mcp_config
Analyze and troubleshoot the current MCP configuration on the mcp-with-ssh server. Optionally include detailed insights by enabling verbose mode.
Instructions
Debug the current MCP configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
verbose | No | Whether to include detailed information |
Input Schema (JSON Schema)
{
"properties": {
"verbose": {
"default": false,
"description": "Whether to include detailed information",
"type": "boolean"
}
},
"required": [],
"type": "object"
}