Skip to main content
Glama

MCP Server for Spinnaker

by dion-hagan
CommandHandler.d.ts610 B
import { GateClient } from '../clients/GateClient.js'; import { CommandRequest, CommandResponse } from '../types/protocol.js'; export declare class CommandHandler { private gateClient; constructor(gateClient: GateClient); handleCommand(req: CommandRequest): Promise<CommandResponse>; private listPipelines; private getPipeline; private executePipeline; private pausePipeline; private cancelPipeline; private getPipelineExecution; private listDeployHistory; private getLastDeploy; private listSnapshots; private getSnapshot; private deployFromSnapshot; }

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/dion-hagan/mcp-server-spinnaker'

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