Skip to content

Commit 150b551

Browse files
committed
fix: Remove invalid UI5_DATA_DIR default from server.json
The default field contained a description string instead of a valid value, causing some MCP clients to set UI5_DATA_DIR to the literal text. The server already handles the unset case correctly by falling back to ~/.ui5.
1 parent c02222a commit 150b551

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

server.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"name": "UI5_LOG_LVL"
5151
},
5252
{
53-
"default": "The '.ui5' directory in the user's home directory",
54-
"description": "Directory where the MCP server stores its data, such as cached API references.",
53+
"description": "Directory where the MCP server stores its data, such as cached API references. Defaults to the '.ui5' directory in the user's home directory.",
5554
"isRequired": false,
5655
"format": "string",
5756
"isSecret": false,

0 commit comments

Comments
 (0)