Skip to main content
Glama

Build Unblocker MCP

unblock_build

Terminate idle build executables like cl.exe or link.exe after specified idle seconds to prevent build processes from hanging. Supports custom process names and dry run mode for testing.

Instructions

Kill build executables idle > idle_seconds.

Input Schema

NameRequiredDescriptionDefault
dry_runNo
idle_secondsNo
process_namesNo

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "default": false, "title": "Dry Run", "type": "boolean" }, "idle_seconds": { "default": 90, "title": "Idle Seconds", "type": "integer" }, "process_names": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Process Names" } }, "title": "unblock_buildArguments", "type": "object" }
Install Server

Other Tools from Build Unblocker MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jordan-Jarvis/Cpp-build-unlock-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server