@arc-mcp/adt-ls - v0.6.1
npm
GitHub
Preparing search index...
McpTool
Interface McpTool
The runtime tool contract. Preserve metadata added by SAP/MCP without projecting it away.
interface
McpTool
{
annotations
?:
Record
<
string
,
unknown
>
;
description
?:
string
;
inputSchema
?:
unknown
;
name
:
string
;
outputSchema
?:
unknown
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
annotations?
description?
input
Schema?
name
output
Schema?
Properties
Optional
annotations
annotations
?:
Record
<
string
,
unknown
>
Optional
description
description
?:
string
Optional
input
Schema
inputSchema
?:
unknown
name
name
:
string
Optional
output
Schema
outputSchema
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotations
description
input
Schema
name
output
Schema
npm
GitHub
@arc-mcp/adt-ls - v0.6.1
Loading...
The runtime tool contract. Preserve metadata added by SAP/MCP without projecting it away.