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
[project]
name = "build-unblocker-mcp"
version = "0.1.0"
description = "MCP server to terminate hung Windows build executables."
authors = [
{ name="Roo", email="roo@example.com" },
]
license = { text="MIT" }
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"psutil",
"mcp",
"fastmcp",
]
[project.scripts]
unblock-build-mcp = "build_unblocker_mcp.server:main"
[project.optional-dependencies]
test = [
"pytest",
"pytest-mock",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pytest.ini_options]
pythonpath = "src"
[tool.hatch.build.targets.wheel]
packages = ["src/build_unblocker_mcp"]