Released: 2026-07-14
New
- Published the server to the Official MCP Registry as
io.github.cometchat/docs-mcp, making it discoverable through the registry and downstream directories (Glama, PulseMCP) with the endpointhttps://mcp.cometchat.com/mcp. - Added a
GET /.well-known/glama.jsonendpoint that serves the connector-ownership proof for Glama. This verifies CometChat as the owner of the Glama connector listing, enabling a verified listing and maintainer control over its metadata.
Enhancements
- Renamed the server's display name from
CometChat DocumentationtoCometChat Docs. MCP clients such as Claude, Cursor, and VS Code now show the shorter name in their tool pickers. - Added a display
title("CometChat Docs") and the CometChat logo to the registry manifest (server.json), so registry-driven UIs render the brand name and icon instead of the rawdocs-mcpslug. - Updated the README to use the official Smithery badge with a live install count, and pointed all Smithery references at the canonical
smithery.ai/servers/cometchat/docs-mcplisting URL.
Fixes
- None