Skip to main content
Glama

@sanderkooger/mcp-server-ragdocs

clear-queue.ts369 B
import type { Server } from '@modelcontextprotocol/sdk/server/index.js' import type { ApiClient } from '../api-client.js' import { ClearQueueTool } from '../lib/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/sanderkooger/mcp-server-ragdocs'

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