UNPKG
feishu-user-token-mcp-v2
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A Model Context Protocol (MCP) server for Feishu user token management and authentication
feishu-user-token-mcp-v2
/
dist
/
mcp
/
process.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
export
declare
function
stopFeishuMcp
(
):
Promise
<
void
>;
export
declare
function
startFeishuMcp
(
appId
:
string
,
appSecret
:
string
,
userToken
:
string
):
void
;