/**
* Service command placeholder when background service is disabled.
*/
import { Command } from "commander";
export function createServiceCommand(): Command {
return new Command("service")
.description("Manage hypertool-mcp background service (not available)")
.action(() => {
console.log("Service commands are not available in this build.");
process.exit(1);
});
}
export default createServiceCommand;
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/toolprint/hypertool-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server