Skip to main content
Glama
clpi

CLP MCP - DevOps Infrastructure Server

Official
by clpi
context.ts549 B
import type { SessionStore ,createLRUStore} from "@smithery/sdk" const noConnectionMessage = "No active connection. Please call connect() first."; export default class Context { private _ws: WebSocket | undefined = undefined; get ws(): WebSocket { if (!this._ws) { throw new Error(noConnectionMessage); } return this._ws; } set ws(ws: WebSocket) { this._ws = ws; } hasWs() { return !!this._ws; } // async sendSse<T extends MessageVjType<SocketMessageMap>>>() { // }; close = async () => { } }

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/clpi/clp-mcp'

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