UNPKG
@sinch/mcp
Version:
latest (0.0.1-alpha.4)
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
Sinch MCP server
@sinch/mcp
/
dist
/
src
/
tools
/
verification
/
index.d.ts
4 lines
(3 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
import
{
McpServer
}
from
'@modelcontextprotocol/sdk/server/mcp.js'
;
import
{
Tags
}
from
'../../types'
;
export
declare
const
registerVerificationTools
:
(
server
:
McpServer
,
tags
:
Tags
[]
) =>
void
;