## Problem The Glama listing for `@jtalk22/slack-mcp-server` has a broken repository link in the backend database. **API Response shows:** ```json "repository": {"url": "https://github.com/undefined"} ``` **Should be:** ``` https://github.com/jtalk22/slack-mcp-server ``` ## Impact - Cannot claim ownership ("Failed to update MCP server glama.json" error) - No tools/prompts/resources showing (server has 10+ tools) - Score unavailable ## What I've Tried 1. Added `glama.json` with correct schema and maintainer 2. Simplified to minimal fields per schema 3. Pushed multiple times ## Links - **Glama listing:** https://glama.ai/mcp/servers/@jtalk22/slack-mcp-server - **API:** https://glama.ai/api/mcp/v1/servers/jtalk22/slack-mcp-server - **GitHub repo:** https://github.com/jtalk22/slack-mcp-server - **glama.json:** https://github.com/jtalk22/slack-mcp-server/blob/main/glama.json ## Request Could you please fix the repository URL in Glama's backend? The server was already merged via PR #1624. cc @punkpeye