UNPKG
@channel.io/be-user-chat-mcp
Version:
latest (2.0.0)
2.0.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Backend UserChat Model Context Protocol server for Channel.io
@channel.io/be-user-chat-mcp
/
dist
/
tools
/
user-chat.tool.d.ts
4 lines
•
276 B
TypeScript
View Raw
1
2
3
4
import
{
McpServer
}
from
"@modelcontextprotocol/sdk/server/mcp.js"
;
import
type
{
RequestContext
}
from
"../config/index.js"
;
export
declare
function
registerUserChatTool
(
server
:
McpServer
,
getContext
: () =>
RequestContext
):
void
;
//# sourceMappingURL=user-chat.tool.d.ts.map