Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BrowserLoginResult ¶
BrowserLoginResult is what the loopback callback hands back when the dashboard finishes minting a PAT. Name and Email are populated from the dashboard's authenticated session (Google identity) and may be empty if that information wasn't available.
type MCPRequest ¶
type MCPRequest struct {
JSONRPC string `json:"jsonrpc"`
ID interface{} `json:"id"`
Method string `json:"method"`
Params json.RawMessage `json:"params,omitempty"`
}
MCPRequest is a JSON-RPC 2.0 request.
type MCPResponse ¶
type MCPResponse struct {
JSONRPC string `json:"jsonrpc"`
ID interface{} `json:"id"`
Result interface{} `json:"result,omitempty"`
Error *MCPError `json:"error,omitempty"`
}
MCPResponse is a JSON-RPC 2.0 response.
Source Files
¶
- activity.go
- auth.go
- browserlogin.go
- capture.go
- detach.go
- diff.go
- evolution.go
- generate.go
- history.go
- hooks.go
- init.go
- integrations.go
- interactive.go
- invite.go
- join.go
- log.go
- mcp.go
- mcp_dormant.go
- mcp_install.go
- members.go
- migrate.go
- pull.go
- push.go
- push_preview.go
- remote.go
- repoclient.go
- root.go
- slug.go
- status.go
- update.go
- updatecheck.go
- version.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package agentwire wires the Contexo MCP server (`ctx mcp`) into the configuration of the AI coding agents that support MCP — Claude Code, Cursor, and Codex.
|
Package agentwire wires the Contexo MCP server (`ctx mcp`) into the configuration of the AI coding agents that support MCP — Claude Code, Cursor, and Codex. |
Click to show internal directories.
Click to hide internal directories.