lightfast-inngest
Installation
SKILL.md
Inngest Dev Server Skill
Interact with the local Inngest dev server (localhost:8288) through its built-in MCP tools.
Tools
Six MCP tools are available via the inngest MCP server:
| Tool | Purpose | When to Use |
|---|---|---|
list_functions |
List all registered functions with triggers | See what functions exist, check registrations |
send_event |
Send a named event with data payload | Trigger functions via events, test event delivery |
invoke_function |
Execute a function by ID and wait for result | Test a specific function directly |
get_run_status |
Get step-by-step execution details for a run | Debug a failed run, inspect step outputs/errors |
poll_run_status |
Monitor multiple runs until completion | Wait for runs triggered by send_event |
grep_docs |
Search Inngest documentation by regex | Look up API patterns or configuration |