Conversation
|
are you on the MCP Discord? Let me know your Discord username and I will give you a special flair that's only for MCP server authors. |
CodeCapy Review ₍ᐢ•(ܫ)•ᐢ₎
Codebase SummaryThis repository provides an integration with Proofly's deepfake detection capabilities using a hosted MCP server. The repository includes a README file with integration instructions and now displays an MCP server badge that links to Proofly's server listing on the Glama MCP server directory. PR ChangesThe pull request adds a section in the README.md file to include an MCP badge. The badge is implemented as a clickable image (380x200 pixels) with alt text 'Proofly Integration MCP server', linking to the Proofly MCP server listing (https://glama.ai/mcp/servers/@Proofly-AI/mcp). This badge gives users a quick visual reference to ensure the MCP server integration is valid and secure. Setup Instructions
Generated Test Cases1: MCP Badge Visibility and Layout Test ❗️❗️❗️Description: This test verifies that the MCP integration badge is visible in the README and adheres to the correct dimensions and alt text. This ensures that users can easily recognize and trust the integration status. Prerequisites:
Steps:
Expected Result: The MCP badge should be clearly visible, rendered with the correct dimensions (380x200), and display the correct alt text 'Proofly Integration MCP server'. 2: MCP Badge Link Navigation Test ❗️❗️❗️Description: This test confirms that clicking the MCP integration badge navigates the user to the correct server listing page on Glama, ensuring that the hyperlink within the badge works as intended. Prerequisites:
Steps:
Expected Result: Upon clicking the badge, the browser should navigate to https://glama.ai/mcp/servers/@Proofly-AI/mcp, and the page should load with the expected server details. Raw Changes AnalyzedFile: README.md
Changes:
@@ -7,6 +7,10 @@ This document describes two ways to integrate Proofly's deepfake detection capab
Both integration methods ultimately use the Proofly API (`https://api.proofly.ai`) for analysis.
+<a href="https://glama.ai/mcp/servers/@Proofly-AI/mcp">
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" />
+</a>
+
---
## 1. Using the Hosted MCP Server (`https://mcp.proofly.ai`)
@@ -192,4 +196,4 @@ Gets detailed information about a specific face detected in an image analysis se
Parameters:
- `sessionUuid: string` - Session UUID from a previous analysis.
- `faceIndex: number` - Index of the face to get details for (starting from 0).
-- `format: "text" | "json"` (optional, default: "text") - Output format.
+- `format: "text" | "json"` (optional, default: "text") - Output format.
\ No newline at end of file
|
| <a href="https://glama.ai/mcp/servers/@Proofly-AI/mcp"> | ||
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" /> | ||
| </a> |
There was a problem hiding this comment.
[nitpick] Consider using Markdown image/link syntax ([](https://glama.ai/mcp/servers/@Proofly-AI/mcp)) for consistency with the rest of the README.
| <a href="https://glama.ai/mcp/servers/@Proofly-AI/mcp"> | |
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" /> | |
| </a> | |
| [](https://glama.ai/mcp/servers/@Proofly-AI/mcp) |
| Both integration methods ultimately use the Proofly API (`https://api.proofly.ai`) for analysis. | ||
|
|
||
| <a href="https://glama.ai/mcp/servers/@Proofly-AI/mcp"> | ||
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" /> |
There was a problem hiding this comment.
Add a title attribute to the image for improved accessibility and tooltip support, e.g., <img ... title="View Proofly MCP server badge">.
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" /> | |
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" title="View Proofly MCP server badge" /> |
This PR adds a badge for the Proofly MCP Integration server listing in Glama MCP server directory.
Glama performs regular codebase and documentation checks to:
This badge helps your users to quickly assess that the MCP server is safe, server capabilities, and instructions for installing the server.