📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-18 00:02:59 +00:00
parent 82f7c6e56a
commit 47ce7f78dc
1446 changed files with 141041 additions and 6442 deletions
@@ -0,0 +1,22 @@
{
"fixtureNote": "Anonymized; not a real user configuration",
"unrelated": {
"token": "fixture-root-secret-must-not-appear-in-preview"
},
"mcpServers": {
"other": {
"command": "other-server",
"env": {
"TOKEN": "fixture-other-secret-must-not-appear-in-preview"
}
},
"aas": {
"command": "old-aas-mcp",
"args": ["--old"],
"env": {
"OLD_TOKEN": "fixture-old-secret-must-not-appear-in-preview"
},
"disabled": false
}
}
}
@@ -0,0 +1,18 @@
# Anonymized Codex fixture. It is not a real user configuration.
model = "example-model"
[features]
example_flag = true
[mcp_servers.other]
command = "other-server"
args = ["--token", "fixture-secret-must-not-appear-in-preview"]
[mcp_servers.aas]
command = "old-aas-mcp" # preserve this comment
args = ["--old"]
enabled = false
startup_timeout_sec = 20
[notice]
hide_example = true
@@ -0,0 +1,27 @@
{
"schemaVersion": 1,
"anonymized": true,
"validatedAt": "2026-07-17",
"hosts": [
{
"host": "codex",
"hostVersion": "documentation-current-2026-07-17",
"scopeContracts": {
"user": "explicit path to config.toml",
"project": "explicit path to .codex/config.toml"
},
"serverContract": "[mcp_servers.aas] with command, args, enabled",
"documentation": "https://developers.openai.com/codex/config-reference/"
},
{
"host": "claude",
"hostVersion": "documentation-current-2026-07-17",
"scopeContracts": {
"user": "explicit caller-supplied path using the same JSON object contract",
"project": "explicit path to .mcp.json"
},
"serverContract": "mcpServers.aas with command, args, env",
"documentation": "https://docs.anthropic.com/en/docs/claude-code/mcp"
}
]
}