removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / assets / title
Added value: +"Assets"
addedInput schema / properties / chain_id / title
Added value: +"Chain Id"
addedInput schema / properties / protocol / title
Added value: +"Protocol"
addedInput schema / title
Added value: +"mcp_get_lending_ratesArguments"
addedOutput schema / $defs
Added value: +{
+ "LendingRateEntry": {
+ "properties": {
+ "asset_symbol": {
+ "title": "Asset Symbol",
+ "type": "string"
+ },
+ "borrow_apy_pct": {
+ "title": "Borrow Apy Pct",
+ "type": "number"
+ },
+ "chain_id": {
+ "title": "Chain Id",
+ "type": "integer"
+ },
+ "market_name": {
+ "title": "Market Name",
+ "type": "string"
+ },
+ "protocol": {
+ "enum": [
+ "aave-v3",
+ "compound-v3"
+ ],
+ "title": "Protocol",
+ "type": "string"
+ },
+ "source": {
+ "const": "on-chain",
+ "default": "on-chain",
+ "title": "Source",
+ "type": "string"
+ },
+ "supply_apy_pct": {
+ "title": "Supply Apy Pct",
+ "type": "number"
+ },
+ "utilization_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Utilization Pct"
+ }
+ },
+ "required": [
+ "protocol",
+ "chain_id",
+ "market_name",
+ "asset_symbol",
+ "supply_apy_pct",
+ "borrow_apy_pct"
+ ],
+ "title": "LendingRateEntry",
+ "type": "object"
+ }
+}
addedOutput schema / properties / rates / items / $ref
Added value: +"#/$defs/LendingRateEntry"
removedOutput schema / properties / rates / items / properties
Removed value: -{
- "asset_symbol": {
- "title": "Asset Symbol",
- "type": "string"
- },
- "borrow_apy_pct": {
- "title": "Borrow Apy Pct",
- "type": "number"
- },
- "chain_id": {
- "title": "Chain Id",
- "type": "integer"
- },
- "market_name": {
- "title": "Market Name",
- "type": "string"
- },
- "protocol": {
- "enum": [
- "aave-v3",
- "compound-v3"
- ],
- "title": "Protocol",
- "type": "string"
- },
- "source": {
- "const": "on-chain",
- "default": "on-chain",
- "title": "Source",
- "type": "string"
- },
- "supply_apy_pct": {
- "title": "Supply Apy Pct",
- "type": "number"
- },
- "utilization_pct": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Utilization Pct"
- }
-}
removedOutput schema / properties / rates / items / required
Removed value: -[
- "protocol",
- "chain_id",
- "market_name",
- "asset_symbol",
- "supply_apy_pct",
- "borrow_apy_pct"
-]
removedOutput schema / properties / rates / items / title
Removed value: -"LendingRateEntry"
removedOutput schema / properties / rates / items / type
Removed value: -"object"