projectinspect

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const ToolName = "jacu_project_inspect"

Variables

This section is empty.

Functions

func RegisterTool

func RegisterTool(server *mcp.Server, root string)

func Run added in v0.4.0

Types

type Input

type Input struct {
	Include  []string `json:"include,omitempty"`
	MaxFiles int      `json:"max_files,omitempty"`
}

type Summary

type Summary struct {
	ProjectID    string   `json:"project_id"`
	Name         string   `json:"name"`
	Languages    []string `json:"languages"`
	Manifests    []string `json:"manifests"`
	TestCommands []string `json:"test_commands"`
	FileCount    int      `json:"file_count"`
	Truncated    bool     `json:"truncated"`
}

func Scan

func Scan(ctx context.Context, root string, in Input) (Summary, []string, error)

Jump to

Keyboard shortcuts

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