Skip to main content
Glama

RAG Documentation MCP Server

by jumasheff
clear-queue.ts365 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) { 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/jumasheff/mcp-ragdoc-fork'

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