UNPKG
@sinch/mcp
Version:
latest (0.0.1-alpha.6)
0.0.1-alpha.6
0.0.1-alpha.5
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
/
tools
/
voice
/
utils
/
voice-tools-helper.d.ts
5 lines
(4 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
import
{
ToolsConfig
}
from
'../../../types'
;
export
declare
const
voiceToolsConfig
:
Record
<
string
,
ToolsConfig
>;
export
type
VoiceToolKey
= keyof
typeof
voiceToolsConfig;
export
declare
const
getToolName
:
(
toolKey
:
VoiceToolKey
) =>
string
;