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
/
index.d.ts
11 lines
(10 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
PromptName
{
LIST_TABLES
=
"list_tables"
}
export
interface
QueryResult
{
content
: {
type
:
string
;
text
:
string
; }[];
isError
:
boolean
; }