MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/codemod
types
Transform
Interface Transform
interface
Transform
{
id
:
string
;
name
:
string
;
apply
(
sourceFile
:
SourceFile
,
context
:
TransformContext
)
:
TransformResult
;
}
Index
Properties
id
name
Methods
apply
Properties
id
id
:
string
name
name
:
string
Methods
apply
apply
(
sourceFile
:
SourceFile
,
context
:
TransformContext
)
:
TransformResult
Parameters
sourceFile
:
SourceFile
context
:
TransformContext
Returns
TransformResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
Methods
apply
V1 Docs
MCP TypeScript SDK (V2)
Loading...