Documentation ¶ Overview ¶ Package create implements the file creation tool. Index ¶ func Register(server *mcp.Server) type Params Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(server *mcp.Server) Register registers the write tool with the server. Types ¶ type Params ¶ type Params struct { Filename string `json:"filename" jsonschema:"The path to the file to create"` Content string `json:"content" jsonschema:"The content to write"` } Params defines the input parameters for the write tool. Source Files ¶ View all Source files create.go Click to show internal directories. Click to hide internal directories.