Skip to content
Open
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,20 @@
"homepage": "https://browser-use.com",
"keywords": ["browser use", "browser-use", "browser use cloud"],
"domains": ["browser-use.com", "cloud.browser-use.com"]
},
{
"name": "version-story",
"description": "Git for lawyers. Diff, merge, and blame for Word and PDF documents, returned as the redlines lawyers use: a PDF or Word tracked-changes redline, plus a text rendering the agent can read. Compare two versions of a contract, merge parallel edits into one draft, or trace which version introduced each change. Deterministic comparison engine behind a hosted MCP server with OAuth. Version Story account required.",
"category": "legal",
"source": {
"source": "url",
"url": "https://github.com/VersionStory/version-story-plugin-marketplace.git",
"sha": "66a463549b82faf052d91d8e3a096de0d2d8db61",
"path": "grok"
},
"homepage": "https://www.versionstory.com/developers/mcp/overview",
"keywords": ["version story", "versionstory", "version story compare", "version story redline"],
"domains": ["versionstory.com", "www.versionstory.com", "app.versionstory.com", "mcp-compare.versionstory.com"]
}
]
}
30 changes: 30 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,36 @@
]
}
},
"version-story": {
"sha": "66a463549b82faf052d91d8e3a096de0d2d8db61",
"version": "0.28.0",
"components": {
"mcpServers": [
{
"name": "version-story",
"description": "http"
}
],
"skills": [
{
"name": "combine",
"description": "Combine two or more independent documents that share no common original into a single Word draft whose tracked changes…"
},
{
"name": "compare",
"description": "Compare two versions of a Word or PDF document and produce a true redline with Version Story. Use for any request to re…"
},
{
"name": "merge",
"description": "Merge two or more separately edited revisions of one document into a single Word draft whose tracked changes are attrib…"
},
{
"name": "version-history",
"description": "Build a version history document across an ordered chain of document versions with Version Story, one Word document in…"
}
]
}
},
"wix": {
"sha": "6277ddff7bc62102d06d969d76e41f81eb86d48e",
"version": "1.17.0",
Expand Down