Documentation
¶
Overview ¶
Package scripting provides a simple script runner for testing MCP tools.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
Raw bool
// contains filtered or unexported fields
}
Runner manages the execution of MCP test scripts.
type TestResult ¶ added in v0.2.1
type TestResult struct {
Executed int `json:"executed"`
Passed int `json:"passed"`
Failed int `json:"failed"`
}
TestResult holds numeric summary of test execution
Click to show internal directories.
Click to hide internal directories.