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 ¶
AllMCPTools returns all MCPTool implementations for ProjectDiscovery vulnerability.sh (vulnx) MCP integration.
Click to show internal directories.
Click to hide internal directories.