Skip to main content
Glama
actions.processing.ts519 B
"use server"; import { authActionClient } from "@repo/actions"; import { getPendingCount, runProcessingNow } from "./utils"; export const runProcessingNowAction = authActionClient .metadata({ name: "runProcessingNow" }) .action(async ({ ctx }) => { return await runProcessingNow(ctx.session.user.organizationId); }); export const getPendingCountAction = authActionClient.metadata({ name: "getPendingCount" }).action(async ({ ctx }) => { return await getPendingCount(ctx.session.user.organizationId); });

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/madarco/ragrabbit'

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