UNPKG
@turbot/tailpipe-mcp
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
Tailpipe MCP server to query cloud and security logs using AI.
github.com/turbot/tailpipe-mcp
@turbot/tailpipe-mcp
/
dist
/
types
/
prompt.d.ts
7 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
GetPromptResult
}
from
"@modelcontextprotocol/sdk/types.js"
;
export
interface
Prompt
{
name
:
string
;
description
:
string
;
handler
:
() =>
Promise
<
GetPromptResult
>; }