Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMCPServer ¶
NewMCPServer creates a new MCP server for OpenAPI validation
func ValidateOpenAPISpec ¶
ValidateOpenAPISpec validates an OpenAPI specification from a file path and returns any errors found
Types ¶
type HelloArguments ¶
type HelloArguments struct {
Submitter string `json:"submitter" jsonschema:"required,description=The name of the person to greet"`
}
HelloArguments represents the arguments for the hello tool
type OpenAPIValidationArgs ¶
type OpenAPIValidationArgs struct {
FilePath string `json:"filePath" jsonschema:"required,description=The path to the OpenAPI specification file to validate"`
}
OpenAPIValidationArgs represents the arguments for the OpenAPI validation tool
Click to show internal directories.
Click to hide internal directories.