|
| 1 | +{ |
| 2 | + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", |
| 3 | + "name": "io.github.UI5/mcp-server", |
| 4 | + "description": "A MCP server for UI5", |
| 5 | + "status": "active", |
| 6 | + "repository": { |
| 7 | + "url": "https://github.com/UI5/mcp-server", |
| 8 | + "source": "github" |
| 9 | + }, |
| 10 | + "version": "0.1.1", |
| 11 | + "packages": [ |
| 12 | + { |
| 13 | + "registry_type": "npm", |
| 14 | + "registry_base_url": "https://registry.npmjs.org", |
| 15 | + "identifier": "@ui5/mcp-server", |
| 16 | + "version": "0.1.1", |
| 17 | + "transport": { |
| 18 | + "type": "stdio" |
| 19 | + }, |
| 20 | + "environment_variables": [ |
| 21 | + { |
| 22 | + "default": "localhost, services.odata.org", |
| 23 | + "description": "A comma-separated list of domains that are allowed to be used in the 'oDataV4Url' parameter of the 'create_ui5_app' tool, for example: 'localhost, example.com, sub.example.com'. Set to an empty string to allow any domains. For wildcard subdomains, prefix the domain with a dot: '.example.com'. This will match 'www.example.com' but not 'example.com'.", |
| 24 | + "is_required": false, |
| 25 | + "format": "string", |
| 26 | + "is_secret": false, |
| 27 | + "name": "UI5_MCP_SERVER_ALLOWED_ODATA_DOMAINS" |
| 28 | + }, |
| 29 | + { |
| 30 | + "default": "false", |
| 31 | + "description": "Set to any value to disable structured content in the MCP server responses.", |
| 32 | + "is_required": false, |
| 33 | + "format": "boolean", |
| 34 | + "is_secret": false, |
| 35 | + "name": "UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT" |
| 36 | + }, |
| 37 | + { |
| 38 | + "default": "false", |
| 39 | + "description": "Set to any value to disable resources in the MCP server responses, see https://modelcontextprotocol.io/specification/2025-06-18/server/resource. This is useful for clients that do not support resources, see https://modelcontextprotocol.io/clients, such as Cursor or the Gemini CLI.", |
| 40 | + "is_required": false, |
| 41 | + "format": "string", |
| 42 | + "is_secret": false, |
| 43 | + "name": "UI5_MCP_SERVER_RESPONSE_NO_RESOURCES" |
| 44 | + }, |
| 45 | + { |
| 46 | + "default": "info", |
| 47 | + "description": "Internal log level, see https://sap.github.io/ui5-tooling/stable/pages/Troubleshooting/#changing-the-log-level): 'silent', 'error', 'warn', 'info', 'perf', 'verbose' or 'silly'", |
| 48 | + "is_required": false, |
| 49 | + "format": "string", |
| 50 | + "is_secret": false, |
| 51 | + "name": "UI5_LOG_LVL" |
| 52 | + }, |
| 53 | + { |
| 54 | + "default": "The '.ui5' directory in the user's home directory", |
| 55 | + "description": "Directory where the MCP server stores its data, such as cached API references.", |
| 56 | + "is_required": false, |
| 57 | + "format": "string", |
| 58 | + "is_secret": false, |
| 59 | + "name": "UI5_DATA_DIR" |
| 60 | + } |
| 61 | + ] |
| 62 | + } |
| 63 | + ] |
| 64 | +} |
0 commit comments