Created
February 23, 2026 17:21
-
-
Save yaasita/859a5ab0dc09b2b1d1d4ad83c144258b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "model": "openrouter/arcee-ai/trinity-large-preview:free", | |
| "small_model": "google/gemini-3-flash-preview", | |
| "default_agent": "build", | |
| "theme": "mercury", | |
| "mcp": { | |
| "mcp_terraform": { | |
| "type": "local", | |
| "command": [ | |
| "/usr/local/bin/terraform-mcp-server" | |
| ], | |
| "enabled": false | |
| }, | |
| "mcp_awsdocs": { | |
| "type": "local", | |
| "command": [ | |
| "uvx", | |
| "awslabs.aws-documentation-mcp-server@latest" | |
| ], | |
| "enabled": false, | |
| "environment": { | |
| "AWS_DOCUMENTATION_PARTITION": "aws", | |
| "FASTMCP_LOG_LEVEL": "ERROR" | |
| } | |
| }, | |
| "mcp_awsknowledge": { | |
| "type": "remote", | |
| "url": "https://knowledge-mcp.global.api.aws", | |
| "enabled": false, | |
| "timeout": 50000 | |
| }, | |
| "mcp_msdocs": { | |
| "type": "remote", | |
| "url": "https://learn.microsoft.com/api/mcp", | |
| "enabled": false | |
| } | |
| }, | |
| "tools": { | |
| "mcp_*": true | |
| }, | |
| "agent": { | |
| "modeltest1": { | |
| "description": "model test", | |
| "model": "openrouter/z-ai/glm-4.5-air:free" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment