opencode_get_config
Retrieve the complete opencode configuration, including model, provider, MCP server settings, and instructions, in a single call.
Instructions
Read the full opencode configuration.
Returns model, provider, MCP server settings, and instructions.
Return Format
{"success": bool, "message": str, "data": {"config": dict}}
Examples
opencode_get_config()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||