Skip to main content
Glama

mcp-wsl-exec

types.ts369 B
export interface CommandResponse { stdout: string; stderr: string; exit_code: number | null; command: string; requires_confirmation?: boolean; error?: string; working_dir?: string; } export interface PendingConfirmation { command: string; working_dir?: string; timeout?: number; resolve: (value: CommandResponse) => void; reject: (reason?: any) => void; }

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/spences10/mcp-wsl-exec'

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