analyze-mcp-logs
Diagnose and resolve MCP server issues by analyzing logs, validating configurations, testing connections, and implementing solutions for specific server names.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
serverName | No | Specific server name to analyze logs for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"serverName": {
"description": "Specific server name to analyze logs for",
"type": "string"
}
},
"type": "object"
}