Init, MCP, and Editor Integration
Generate MCP config and install OpenSana skills for supported CLI targets.
opensana init helps integrate OpenSana into editor and agent workflows.
What init Does
- writes MCP config for selected targets
- installs OpenSana skills for supported CLIs
MCP Setup
opensana init mcp
opensana init mcp --cli claude
opensana init mcp --cli codexToday this can write:
.mcp.jsonfor Claude-oriented setups.codex/config.tomlfor Codex-oriented setups
Skill Setup
opensana init skill
opensana init skill --cli claude,codex --scope projectHow To Think About It
- use
setupto save a profile - use
connectto run live thread execution - use
initto wire editors and local agent tools into the same project
Related Sections
Planned Runtime Note
Codex-related setup can appear before full runtime parity is available in OpenSana thread execution. Treat those pages and generated files as part of the planned integration path, not a promise that every runtime is already fully supported end to end.