Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
</a>
</p>

<p align="center">
<a aria-label="Follow us" href="[https://x.com/getwrenai](https://archestra.ai/mcp-catalog/canner__wren-engine)">
<img alt="" src="https://archestra.ai/mcp-catalog/api/badge/quality/Canner/wren-engine">
</a>
Comment on lines +12 to +14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix invalid href and missing alt; use the correct MCP catalog URL

The anchor’s href contains markdown literal [...](...), which results in an invalid link in HTML. Also, the image has an empty alt. Use the catalog URL directly and provide a meaningful alt.

Apply this diff:

-  <a aria-label="Follow us" href="[https://x.com/getwrenai](https://archestra.ai/mcp-catalog/canner__wren-engine)">
-    <img alt="" src="https://archestra.ai/mcp-catalog/api/badge/quality/Canner/wren-engine">
+  <a aria-label="Trust Score (MCP Catalog)" href="https://archestra.ai/mcp-catalog/canner__wren-engine">
+    <img alt="Trust Score" src="https://archestra.ai/mcp-catalog/api/badge/quality/Canner/wren-engine">
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<a aria-label="Follow us" href="[https://x.com/getwrenai](https://archestra.ai/mcp-catalog/canner__wren-engine)">
<img alt="" src="https://archestra.ai/mcp-catalog/api/badge/quality/Canner/wren-engine">
</a>
<a aria-label="Trust Score (MCP Catalog)" href="https://archestra.ai/mcp-catalog/canner__wren-engine">
<img alt="Trust Score" src="https://archestra.ai/mcp-catalog/api/badge/quality/Canner/wren-engine">
</a>
🤖 Prompt for AI Agents
In README.md around lines 12 to 14, the anchor href incorrectly includes
markdown-style wrapper and the image alt is empty; replace the href with the
direct MCP catalog URL https://archestra.ai/mcp-catalog/canner__wren-engine
(remove the [text](url) format) and set a meaningful alt on the img such as
"Canner Wren Engine quality badge" so the link is valid and accessible.

</p>

<p align="center">
<a aria-label="Follow us" href="https://x.com/getwrenai">
<img alt="" src="https://img.shields.io/badge/-@getwrenai-blue?style=for-the-badge&logo=x&logoColor=white&labelColor=gray&logoWidth=20">
Expand All @@ -21,7 +27,7 @@
<a aria-label="Canner" href="https://cannerdata.com/">
<img src="https://img.shields.io/badge/%F0%9F%A7%A1-Made%20by%20Canner-blue?style=for-the-badge">
</a>
</p>


> Wren Engine is the Semantic Engine for MCP Clients and AI Agents.
> [Wren AI](https://github.com/Canner/WrenAI) GenBI AI Agent is based on Wren Engine.
Expand Down Expand Up @@ -108,4 +114,3 @@ The project consists of 4 main modules:

- Welcome to our [Discord server](https://discord.gg/5DvshJqG8Z) to give us feedback!
- If there is any issues, please visit [Github Issues](https://github.com/Canner/wren-engine/issues).