Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
Bridge provides IDE integration via a VS Code MCP bridge server.
func Setup ¶
Setup discovers a VS Code bridge from lockfiles and connects it to the MCP manager. Returns nil if no bridge is found.
func (*Bridge) GetContext ¶
GetContext returns the current IDE state formatted for prompt injection.
func (*Bridge) GetDiagnostics ¶
GetDiagnostics fetches LSP diagnostics from the IDE for a file.
func (*Bridge) GetInstructions ¶
GetInstructions returns the MCP server instructions from the bridge.
func (*Bridge) IsConnected ¶
IsConnected returns true if the bridge MCP server is connected.
Click to show internal directories.
Click to hide internal directories.