devops-mcp and codex-mcp config and auth wrapper

This commit is contained in:
Petr Nyc
2026-03-11 16:59:17 +01:00
parent b10c0d0bda
commit 7c6c295eb8
2 changed files with 166 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ preferred_auth_method = "apikey"
# model = "oca/gpt-5.1-codex-mini"
# profile = "gpt-5-1-codex-mini"
model = "gpt-5.3-codex"
profile = "gpt-5-3-codex"
model = "gpt-5.4"
profile = "gpt-5-4"
web_search_request = true
@@ -127,16 +127,33 @@ review_model = "gpt-5.3-codex"
personality = "pragmatic"
model_reasoning_effort = "high"
[profiles.gpt-5-4]
model = "gpt-5.4"
model_provider = "oca-responses"
review_model = "gpt-5.4"
personality = "pragmatic"
model_reasoning_effort = "high"
[mcp_servers.playwright]
command = "/Users/jetpac/.codex/bin/playwright-mcp"
startup_timeout_sec = 30.0
PLAYWRIGHT_BROWSERS_PATH = "0"
# [mcp_servers.oci-kb]
[mcp_servers.oci-kb]
# command = "/Users/jetpac/.local/bin/ocikb-mcp-server"
#
## command = "uvx"
## args = ["--index", "https://artifactory.oci.oraclecorp.com/api/pypi/global-release-pypi/simple/", "--from", "oci-kb-mcp@latest", "ocikb-mcp-server"]
## startup_timeout_sec = 30.0
command = "uvx"
args = ["--index", "https://artifactory.oci.oraclecorp.com/api/pypi/global-release-pypi/simple/", "--from", "oci-kb-mcp@latest", "ocikb-mcp-server"]
startup_timeout_sec = 30.0
## Adjust args if you need --browser=firefox, --headed, or custom launch flags.
[mcp_servers.devops_mcp]
command = "/Users/jetpac/bin/devops-mcp-wrapper.sh"
env_vars = ["OP_TOKEN", "OPERATOR_ACCESS_TOKEN"]
startup_timeout_sec = 180.0
[projects."/Users/jetpac/bin"]
trust_level = "trusted"