import type { CommandRunner } from "../utils/commandRunner.js";
import { UbuntuAdminService } from "./ubuntuAdmin.js";
/**
* Debian-focused administration service. Reuses the Ubuntu command runners while
* exposing the same high-level interface so tools can target either distribution.
*/
export class DebianAdminService extends UbuntuAdminService {
public constructor(runner: CommandRunner) {
super(runner);
}
}
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/acampkin95/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server