mcp_script_create Class

Tool that generates a PCB-Investigator Script (C#) from a natural-language description by invoking the 'scripter' agent. The agent may call 'script_compile' and 'script_help' to validate and refine the code. The generated code is returned as text.

Definition

Namespace: PCBI_Script.MCP
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class mcp_script_create : IMCPTool
Inheritance
Object    mcp_script_create
Implements
IMCPTool

Constructors

mcp_script_createInitializes a new instance of the mcp_script_create class

Properties

Methods

See Also