Skip to main content
Glama
launchframe-dev

LaunchFrame MCP

webhook_get_architecture

Retrieve the webhook architecture overview for LaunchFrame projects, including receipt/processing separation, WebhookLog entity, Bull queue, and retry cron implementation.

Instructions

Get an overview of the LaunchFrame webhook architecture: receipt/processing separation, WebhookLog entity, Bull queue, and retry cron.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'webhook_get_architecture' is defined directly within the `server.tool` registration in `src/tools/webhooks.ts`. It loads and returns the content from `webhooks/architecture.md`.
    server.tool(
      'webhook_get_architecture',
      'Get an overview of the LaunchFrame webhook architecture: receipt/processing separation, WebhookLog entity, Bull queue, and retry cron.',
      {},
      async () => ({
        content: [{ type: 'text', text: loadContent('webhooks/architecture.md') }],
      })
    );

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/launchframe-dev/mcp'

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