The user wants a short HTML introduction about "Luskad MCP" - an MCP that helps check coding conventions/standards directly in the editor with examples and rules.
I need to:
- Output HTML snippet with safe tags only
- No script, style, or inline on* events
- No markdown code blocks
- No preamble
- Keep it short
- Write in Chinese (导购编辑 tone)
Luskad MCP 是一款面向开发者的编码规范查询工具,能在编辑器内即时提供代码风格规则与正反示例,省去反复翻阅文档的时间。
它能接什么
- 主流 IDE 客户端:如 Cursor、VS Code 等支持 MCP 协议的编辑器
- 项目代码库:根据当前语言和框架匹配对应规范(如 ESLint、Prettier、PEP 8 等)
- AI 编程助手:作为上下文工具,让 Copilot、Claude 等模型按团队规范生成代码
是否需要密钥
Luskad MCP 默认提供公共规范库的只读查询,开箱即用无需配置 token。若需接入团队私有规范(如公司内部编码手册),则需通过管理后台获取 API 密钥进行认证。
前往官网了解详情