Skip to content

mcp

Manages Host MCP services and installs plugin Skills into the workspace.

Entry points and registration

extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.

Implementation Purpose
mcp-service.ts MCP Service
plugin-skills.ts Plugin Skills
legacy-live-references.ts Legacy Live References

Dependencies and change boundaries

Declared Host dependencies: auth · experiments · forever-box · settings · telemetry.

Keep connections, credentials, and temporary clients scoped; do not mix model and MCP credentials.

See Configuration for activation policy and Features for support status.

← Host extension map · Host