-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathserver.json
More file actions
39 lines (39 loc) · 1.42 KB
/
server.json
File metadata and controls
39 lines (39 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.SAP/fiori-mcp-server",
"description": "MCP server for SAP Fiori development",
"repository": {
"url": "https://github.com/SAP/open-ux-tools",
"source": "github",
"subfolder": "packages/fiori-mcp-server"
},
"version": "0.6.49",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@sap-ux/fiori-mcp-server",
"version": "0.6.49",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Sets logger verbosity. Allowed values: 'off', 'error', 'warn', 'info', 'debug', 'verbose', 'silly'.",
"isRequired": false,
"format": "string",
"isSecret": false,
"default": "error",
"name": "LOG_LEVEL"
},
{
"description": "Set to 'true' to opt out of SAP Fiori tools usage analytics telemetry.",
"isRequired": false,
"format": "boolean",
"isSecret": false,
"name": "SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY"
}
]
}
]
}