Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PyProjectTool ¶
type PyProjectTool struct {
// contains filtered or unexported fields
}
PyProjectTool handles Python package version checking for pyproject.toml files
func (*PyProjectTool) Definition ¶
func (t *PyProjectTool) Definition() mcp.Tool
Definition returns the tool's definition for MCP registration
type PythonTool ¶
type PythonTool struct {
// contains filtered or unexported fields
}
PythonTool handles Python package version checking
func NewPythonTool ¶
func NewPythonTool(client packageversions.HTTPClient) *PythonTool
NewPythonTool creates a new python tool with the given HTTP client
func (*PythonTool) Definition ¶
func (t *PythonTool) Definition() mcp.Tool
Definition returns the tool's definition for MCP registration
Click to show internal directories.
Click to hide internal directories.