Refresh the skill to include mcp usage#118
Merged
jackwildman merged 2 commits intomainfrom Feb 9, 2026
Merged
Conversation
Comment on lines
20
to
+29
|
|
||
| ## Installation | ||
|
|
||
| ### Python SDK | ||
|
|
||
| ```bash | ||
| pip install everyrow | ||
| ``` | ||
|
|
||
| ### MCP Server (for Claude Code, Claude Desktop, Cursor, etc.) |
There was a problem hiding this comment.
Bug: The SKILL.md documentation for the everyrow_dedupe tool incorrectly lists a select_representative parameter, which is not implemented in the server, causing validation errors for users.
Severity: MEDIUM
Suggested Fix
Remove the select_representative parameter from the SKILL.md documentation for the everyrow_dedupe tool to match the actual implementation. To restore the intended functionality, consider exposing the strategy parameter from the underlying Python SDK in the DedupeInput model and updating the documentation accordingly.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: skills/everyrow-sdk/SKILL.md#L20-L29
Potential issue: The `SKILL.md` documentation for the `everyrow_dedupe` tool includes a
`select_representative` parameter. However, the server-side implementation in
`everyrow-mcp/src/everyrow_mcp/server.py` defines a `DedupeInput` model that does not
include this field. Because the model is configured with `extra="forbid"`, any attempt
to use the documented `select_representative` parameter will result in a validation
error, causing the tool to fail. This discrepancy misleads users and prevents them from
using the tool as documented. Additionally, the underlying SDK's `strategy` parameter is
not exposed, limiting functionality.
Did we get this right? 👍 / 👎 to inform future reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.