-
Notifications
You must be signed in to change notification settings - Fork 0
docs: align marketplace listing copy with Deriv UX writing #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "deriv", | ||
| "interface": { | ||
| "displayName": "deriv" | ||
| "displayName": "Deriv" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
|
|
||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| { | ||
| "name": "deriv", | ||
| "owner": { | ||
| "name": "deriv", | ||
| "name": "Deriv", | ||
| "email": "api-support@deriv.com" | ||
| }, | ||
| "metadata": { | ||
| "description": "Deriv API plugin marketplace — live schema queries and task-based guides for the Deriv trading API." | ||
| "description": "Live schemas and guides for the Deriv trading API." | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "deriv", | ||
| "source": "./", | ||
| "description": "Get live Deriv API schemas plus guides for authentication, subscriptions, trades, and errors." | ||
| "description": "Live Deriv API schemas, payload validation, and guides for authentication, subscriptions, trades, and errors." | ||
| } | ||
| ] | ||
| } |
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| interface: | ||
| display_name: "Trading Market Data" | ||
| display_name: "Trading market data" | ||
| short_description: "Build market discovery and live price streams" | ||
| default_prompt: "Use $deriv-market-data to add symbol discovery, contracts, and live tick data." | ||
| dependencies: | ||
| tools: | ||
| - type: "mcp" | ||
| value: "deriv" | ||
| description: "Live Deriv market-data schemas, examples, and validation" | ||
| description: "Live Deriv API guides, schemas, examples, and payload validation" | ||
| transport: "streamable_http" | ||
| url: "https://mcp-api-v2.deriv.com/mcp" |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| interface: | ||
| display_name: "Trading Lifecycle" | ||
| short_description: "Implement proposal, execution, and positions" | ||
| default_prompt: "Use $deriv-trade-lifecycle to add proposal, buy, monitor, and sell flows." | ||
| display_name: "Trading lifecycle" | ||
| short_description: "Price, buy, monitor, and sell trades" | ||
| default_prompt: "Use $deriv-trade-lifecycle to add pricing, buy, monitor, and sell flows." | ||
| dependencies: | ||
| tools: | ||
| - type: "mcp" | ||
| value: "deriv" | ||
| description: "Live Deriv trading schemas, examples, and payload validation" | ||
| description: "Live Deriv API guides, schemas, examples, and payload validation" | ||
| transport: "streamable_http" | ||
| url: "https://mcp-api-v2.deriv.com/mcp" |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| interface: | ||
| display_name: "Trading Contract Types" | ||
| display_name: "Trading contract types" | ||
| short_description: "Configure options contract families and controls" | ||
| default_prompt: "Use $deriv-trade-types to add Accumulators and Rise/Fall trade choices." | ||
| default_prompt: "Use $deriv-trade-types to add Accumulator options and Rise/Fall." | ||
| dependencies: | ||
| tools: | ||
| - type: "mcp" | ||
| value: "deriv" | ||
| description: "Live Deriv contract schemas, examples, and payload validation" | ||
| description: "Live Deriv API guides, schemas, examples, and payload validation" | ||
| transport: "streamable_http" | ||
| url: "https://mcp-api-v2.deriv.com/mcp" |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: this PR normalizes the MCP dependency
descriptionin market-data, trade-lifecycle, and trade-types to"Live Deriv API guides, schemas, examples, and payload validation"(matching trading-app), but this file's is still"Live Deriv authentication guides and endpoint schemas"(line 9, outside the diff). If one shared string is the goal, this is the one that got missed.