Discover Packages
github.com/PizenLabs/lea
internal
mcp
install
package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Jun 22, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package install configures MCP server entries for lea and lx across
supported AI coding agent tools (Claude Code, VS Code, OpenCode, etc.).
Run configures MCP targets for detected AI coding agents.
If opts includes AutoSelectAll=true, all detected targets are configured
without user interaction. Otherwise an interactive multi-select prompt is shown.
type MCPEntry struct {
Command string `json:"command" yaml:"cmd" toml:"command"`
Args []string `json:"args" yaml:"-" toml:"args"`
Env map[string ]string `json:"env,omitempty" yaml:"-" toml:"-"`
}
MCPEntry represents a single MCP tool entry in the JSON config schema.
type Options struct {
AutoSelectAll bool
}
Options controls automated behavior of the install command.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.