app-server: Return codex home in initialize response

This commit is contained in:
Ruslan Nigmatullin
2026-03-24 15:08:20 -07:00
parent 621862a7d1
commit b7280fa475
7 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"codexHome": {
"description": "Absolute path to the server's Codex home directory.",
"type": "string"
},
"platformFamily": {
"description": "Platform family for the running app-server target, for example `\"unix\"` or `\"windows\"`.",
"type": "string"
@@ -14,6 +18,7 @@
}
},
"required": [
"codexHome",
"platformFamily",
"platformOs",
"userAgent"