xmpp_p2p
Preparing search index...
mcp/tools
executeMcpTool
Function executeMcpTool
executeMcpTool
(
name
:
string
,
args
:
unknown
,
ctx
:
{
discoveredPeers
:
Map
<
string
,
string
[]
>
;
listeningAddresses
:
string
[]
;
peerId
:
string
;
xmppNode
:
XmppNode
;
}
,
)
:
Promise
<
{
content
:
{
text
:
string
;
type
:
"text"
}
[]
;
isError
?:
boolean
}
>
Parameters
name
:
string
args
:
unknown
ctx
:
{
discoveredPeers
:
Map
<
string
,
string
[]
>
;
listeningAddresses
:
string
[]
;
peerId
:
string
;
xmppNode
:
XmppNode
;
}
Returns
Promise
<
{
content
:
{
text
:
string
;
type
:
"text"
}
[]
;
isError
?:
boolean
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
xmpp_p2p
Loading...