You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add MCP registry server.json with schema validation
- Add server.json for MCP registry publishing with subfolder support
- Add server.json version fields to version consistency test
- Add schema validation test that fetches and validates against $schema
- Add jsonschema dev dependency
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add MCP registry metadata for publishing
- Add mcp-name to README for PyPI ownership validation
- Update server.json schema to 2025-12-11
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Bump version to 0.1.9
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
"name": "everyrow",
12
12
"source": "./",
13
13
"description": "Claude Code plugin for the everyrow SDK - AI-powered data processing utilities for transforming, deduping, merging, ranking, and screening dataframes",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "everyrow",
3
3
"description": "Claude Code plugin for the everyrow SDK - AI-powered data processing utilities for transforming, deduping, merging, ranking, and screening dataframes",
Copy file name to clipboardExpand all lines: gemini-extension.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "everyrow",
3
3
"description": "Gemini extension for the everyrow SDK - AI-powered data processing utilities for transforming, deduping, merging, ranking, and screening dataframes",
"""Check that version is consistent across pyproject.toml, plugin.json, gemini-extension.json, marketplace.json, and everyrow-mcp/pyproject.toml."""
10
+
"""Check that version is consistent across pyproject.toml, plugin.json, gemini-extension.json, marketplace.json, everyrow-mcp/pyproject.toml, and everyrow-mcp/server.json."""
0 commit comments