UNPKG
@toriihq/torii-mcp
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Model Context Protocol server for Torii API
@toriihq/torii-mcp
/
dist
/
tools
/
api.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
/** * Helper function for making API requests to the Torii API */
export
declare
function
makeApiRequest
(
endpoint
:
string
,
method
?:
string
,
body
?:
any
,
headers
?:
Record
<
string
,
string
>
):
Promise
<
any
>;