Skip to main content
Glama
config.py522 B
import typing as t from dataclasses import dataclass, field DEFAULT_PROCESSES: t.List[str] = [ "cl.exe", "link.exe", "msbuild.exe", "rc.exe", "csc.exe", "devenv.exe", # Visual Studio IDE process, can also hang builds "cmake.exe", "ninja.exe", "make.exe", "gcc.exe", "g++.exe", "clang.exe", "clang++.exe", ] @dataclass class Settings: idle_seconds: int = 90 process_names: t.List[str] = field(default_factory=lambda: DEFAULT_PROCESSES) dry_run: bool = False

Implementation Reference

Latest Blog Posts

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