Skip to main content
Glama

Redis Cloud API MCP Server

Official
by redis
TaskStateUpdate.ts755 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ProcessorResponse } from './ProcessorResponse.js'; export type TaskStateUpdate = { taskId?: string; commandType?: string; status?: TaskStateUpdate.status; description?: string; timestamp?: string; response?: ProcessorResponse; links?: Array<Record<string, Record<string, any>>>; }; export namespace TaskStateUpdate { export enum status { INITIALIZED = 'initialized', RECEIVED = 'received', PROCESSING_IN_PROGRESS = 'processing-in-progress', PROCESSING_COMPLETED = 'processing-completed', PROCESSING_ERROR = 'processing-error', } }

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/redis/mcp-redis-cloud'

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