PageDesignerMcp
by yanghaiyong
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_URL | No | GitLab instance URL | https://open-gitlab.going-link.com |
| MDT_BRANCH | No | Backend default branch | master |
| MDT_PROJECT | No | Backend project path | operation-apaas/tiangong-mdt-page |
| FRONT_BRANCH | No | Frontend default branch | master |
| GITLAB_TOKEN | Yes | GitLab Personal Access Token (required, scope: read_api + read_repository) | |
| FRONT_PROJECT | No | Frontend project path | operation-apaas/tiangong-front-page |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recommend_configC | 根据页面描述推荐页面类型、组件骨架和增强功能 |
| query_knowledgeC | 搜索整个页面设计器知识库 |
| parse_stacktraceB | 解析Java异常堆栈,提取错误码和源码位置 |
| diagnose_errorB | 诊断错误码/错误名,在 GitLab 代码库中搜索引用和抛出位置 |
| trace_callchainC | 追踪类/方法的调用链 (通过 GitLab 搜索) |
| trace_callgraphA | 追踪调用层级图:Controller→Service→Handler→Mapper (通过 GitLab) |
| query_dbtableB | 查询数据库表的实体类字段定义 (通过 GitLab) |
| diagnose_frontendC | 诊断前端渲染/Store/组件加载等问题 (通过 GitLab 搜索) |
| gitlab_search_codeC | 在 GitLab 项目中全局搜索代码 (通用) |
| gitlab_get_fileB | 从 GitLab 读取文件内容 |
| gitlab_list_mrsC | 查询 GitLab 项目 Merge Request 列表 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yanghaiyong/PageDesignerMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server