The user wants a short "About" HTML snippet for the Hackage Documentation MCP. Let me write a concise introduction in Chinese that explains what this MCP can connect to and whether it needs an API key.
Hackage is Haskell's central package repository. A documentation MCP for Hackage would help AI assistants look up Haskell package documentation, module references, function signatures, etc. Hackage documentation is publicly available, so this likely doesn't need an API key.
Let me write a short HTML snippet.
关于 Hackage Documentation MCP
Hackage Documentation MCP 专为 Haskell 生态打造,能够在对话中直接检索 Hackage 上的包与模块文档,免去手动翻查网页的繁琐。
它能帮你做什么
- 查询 Hackage 包的基本信息、版本与依赖关系
- 获取指定模块的导出列表、类型签名与简短说明
- 定位函数、类型类或数据类型的定义所在模块
- 对比不同版本之间 API 的差异
接入说明
该 MCP 直接对接 Hackage 公开文档接口,无需申请密钥,按 MCP 标准协议在客户端配置后即可使用。