UNPKG
sound-effects-mcp
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
MCP server that plays various sound effects for different situations
sound-effects-mcp
/
dist
/
sound.d.ts
7 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
SoundEffect
=
'complete'
|
'newtype'
|
'error'
;
export
declare
function
playSoundEffect
(
soundEffect
:
SoundEffect
):
Promise
<
void
>;
export
declare
function
getSoundEffectList
(
):
Array
<{
name
:
SoundEffect
;
description
:
string
; }>;
//# sourceMappingURL=sound.d.ts.map