Skip to content

Commit 6cdb1b9

Browse files
committed
feat: MCP annotations batch 7/65 (100 components)
1 parent 61d0151 commit 6cdb1b9

File tree

100 files changed

+600
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+600
-100
lines changed

components/bitget/actions/future-market-get-tickers/future-market-get-tickers.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-future-market-get-tickers",
55
name: "Future - Market - Get Tickers",
66
description: "Get all ticker data of the given product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbol-Ticker)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/future-market-get-vip-fee-rate/future-market-get-vip-fee-rate.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-future-market-get-vip-fee-rate",
55
name: "Future - Market - Get VIP Fee Rate",
66
description: "Retrieve VIP fee rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-VIP-Fee-Rate)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-auction/spot-market-get-auction.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-auction",
55
name: "Spot - Market - Get Auction",
66
description: "Retrieve auction data for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Auction)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-candle-data/spot-market-get-candle-data.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-candle-data",
55
name: "Spot - Market - Get Candle Data",
66
description: "Retrieve candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Candle-Data)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-coin-list/spot-market-get-coin-list.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-coin-list",
55
name: "Spot - Market - Get Coin List",
66
description: "Get spot coin information,supporting both individual and full queries. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Coin-List)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-history-candle-data/spot-market-get-history-candle-data.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-history-candle-data",
55
name: "Spot - Market - Get History Candle Data",
66
description: "Retrieve history candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-History-Candle-Data)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-market-trades/spot-market-get-market-trades.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-market-trades",
55
name: "Spot - Market - Get Market Trades",
66
description: "Retrieve market trade history for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Market-Trades)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-merge-depth/spot-market-get-merge-depth.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-merge-depth",
55
name: "Spot - Market - Get Merge Depth",
66
description: "Retrieve merge depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Merge-Orderbook)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-orderbook/spot-market-get-orderbook.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-orderbook",
55
name: "Spot - Market - Get Orderbook",
66
description: "Retrieve the order book depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Orderbook)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

components/bitget/actions/spot-market-get-recent-trades/spot-market-get-recent-trades.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "bitget-spot-market-get-recent-trades",
55
name: "Spot - Market - Get Recent Trades",
66
description: "Retrieve recent trade fills for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Recent-Trades)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
app,

0 commit comments

Comments
 (0)