article
README
UI5开发指南
使用UI5 MCP服务器的get_guidelines工具来获取最新的UI5开发编码标准和最佳实践。
UI5 MCP服务器是一个基于模型上下文协议的工具,专为UI5应用开发设计,提供项目创建、代码分析、API文档查询和开发指南等功能,旨在提升开发者在使用AI辅助工具时的体验。
使用UI5 MCP服务器的get_guidelines工具来获取最新的UI5开发编码标准和最佳实践。
Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata
{
"mcpServers": {
"ui5-mcp-server": {
"command": "npx",
"args": [
"@ui5/mcp-server"
]
}
}
}claude_desktop_config.jsonHosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed