Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/mcp-server > IRushMcpTool

IRushMcpTool interface

MCP plugins should implement this interface.

Signature:

export interface IRushMcpTool<TSchema extends zod.ZodObject<zod.ZodRawShape> = zod.ZodObject<zod.ZodRawShape>> 

Properties

Property

Modifiers

Type

Description

schema

readonly

TSchema

Methods

Method

Description

executeAsync(input)