Skip to main content
Glama

RAG Documentation MCP Server

clear-queue.ts521 B
import { Server } from '@modelcontextprotocol/sdk/server/index.js'; import { ApiClient } from '../api-client.js'; import { ClearQueueTool } from '../tools/clear-queue.js'; export class ClearQueueHandler extends ClearQueueTool { constructor(server: Server, apiClient: ApiClient) { super(); } async handle(args: any, callContext?: { progressToken?: string | number, requestId: string | number }) { // ClearQueueTool.execute doesn't use callContext, so we don't pass it. return this.execute(args); } }

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/rahulretnan/mcp-ragdocs'

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