tools

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MCPTool

type MCPTool interface {
	// MCPToolSpec returns the MCP tool spec for registration.
	MCPToolSpec() mcp.Tool
	// MCPHandler returns the MCP handler for this tool.
	MCPHandler(client *cvemap.Client) func(ctx context.Context, request mcp.CallToolRequest) (*mcp.CallToolResult, error)
}

MCPTool is the interface all tools must implement for MCP support.

func AllMCPTools

func AllMCPTools(client *cvemap.Client) []MCPTool

AllMCPTools returns all MCPTool implementations for ProjectDiscovery vulnerability.sh (vulnx) MCP integration.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL