UNPKG
@utaba/ucm-mcp-server
Version:
latest (4.3.2)
4.3.2
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
2.0.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Universal Context Manager MCP Server - AI Productivity Platform
ucm.utaba.ai
@utaba/ucm-mcp-server
/
dist
/
interfaces
/
IMcpTool.d.ts
7 lines
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
IMcpTool
{
readonly
name
:
string
;
readonly
description
:
string
;
readonly
inputSchema
:
any
;
execute
(
params
:
any
):
Promise
<
any
>; }
//# sourceMappingURL=IMcpTool.d.ts.map