server.json•888 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.ooples/mcp-console-automation",
"description": "MCP server for AI-driven console application automation and monitoring",
"repository": {
"url": "https://github.com/ooples/mcp-console-automation",
"source": "github"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-console-automation",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Logging level for console output (error, warn, info, debug, trace)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "LOG_LEVEL"
}
]
}
]
}