@compass-labs/api-sdk 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +10 -6
- package/bin/mcp-server.js.map +7 -7
- package/dist/commonjs/funcs/aaveV3AaveHistoricalTransactions.d.ts +4 -0
- package/dist/commonjs/funcs/aaveV3AaveHistoricalTransactions.d.ts.map +1 -1
- package/dist/commonjs/funcs/aaveV3AaveHistoricalTransactions.js +4 -0
- package/dist/commonjs/funcs/aaveV3AaveHistoricalTransactions.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/mcp-server/tools/aaveV3AaveHistoricalTransactions.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/tools/aaveV3AaveHistoricalTransactions.js +5 -1
- package/dist/commonjs/mcp-server/tools/aaveV3AaveHistoricalTransactions.js.map +1 -1
- package/dist/commonjs/sdk/aavev3.d.ts +4 -0
- package/dist/commonjs/sdk/aavev3.d.ts.map +1 -1
- package/dist/commonjs/sdk/aavev3.js +4 -0
- package/dist/commonjs/sdk/aavev3.js.map +1 -1
- package/dist/esm/funcs/aaveV3AaveHistoricalTransactions.d.ts +4 -0
- package/dist/esm/funcs/aaveV3AaveHistoricalTransactions.d.ts.map +1 -1
- package/dist/esm/funcs/aaveV3AaveHistoricalTransactions.js +4 -0
- package/dist/esm/funcs/aaveV3AaveHistoricalTransactions.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/mcp-server/tools/aaveV3AaveHistoricalTransactions.d.ts.map +1 -1
- package/dist/esm/mcp-server/tools/aaveV3AaveHistoricalTransactions.js +5 -1
- package/dist/esm/mcp-server/tools/aaveV3AaveHistoricalTransactions.js.map +1 -1
- package/dist/esm/sdk/aavev3.d.ts +4 -0
- package/dist/esm/sdk/aavev3.d.ts.map +1 -1
- package/dist/esm/sdk/aavev3.js +4 -0
- package/dist/esm/sdk/aavev3.js.map +1 -1
- package/docs/sdks/aavev3/README.md +4 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/aaveV3AaveHistoricalTransactions.ts +4 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/aaveV3AaveHistoricalTransactions.ts +5 -1
- package/src/sdk/aavev3.ts +4 -0
package/bin/mcp-server.js
CHANGED
|
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
|
|
|
34264
34264
|
SDK_METADATA = {
|
|
34265
34265
|
language: "typescript",
|
|
34266
34266
|
openapiDocVersion: "0.0.1",
|
|
34267
|
-
sdkVersion: "1.0.
|
|
34267
|
+
sdkVersion: "1.0.6",
|
|
34268
34268
|
genVersion: "2.675.0",
|
|
34269
|
-
userAgent: "speakeasy-sdk/typescript 1.0.
|
|
34269
|
+
userAgent: "speakeasy-sdk/typescript 1.0.6 2.675.0 0.0.1 @compass-labs/api-sdk"
|
|
34270
34270
|
};
|
|
34271
34271
|
});
|
|
34272
34272
|
|
|
@@ -47079,7 +47079,11 @@ This endpoint retrieves historical transactions for a user on the AAVE platform.
|
|
|
47079
47079
|
It returns a list of transactions including deposits, withdrawals, borrows, and
|
|
47080
47080
|
repayments. Each transaction includes details such as the token, amount, timestamp,
|
|
47081
47081
|
and transaction type. This provides a comprehensive view of the user's historical
|
|
47082
|
-
activity within the AAVE protocol
|
|
47082
|
+
activity within the AAVE protocol.
|
|
47083
|
+
|
|
47084
|
+
⚠️ Data comes from the official Aave subgraph (
|
|
47085
|
+
https://github.com/aave/protocol-subgraphs)
|
|
47086
|
+
and thus this particular endpoint may be less reliable than our other endpoints. ⚠️`,
|
|
47083
47087
|
args: args4,
|
|
47084
47088
|
tool: async (client, args5, ctx) => {
|
|
47085
47089
|
const [result, apiCall] = await aaveV3AaveHistoricalTransactions(client, args5.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -55654,7 +55658,7 @@ it to be traded on DeFi protocols.`,
|
|
|
55654
55658
|
function createMCPServer(deps) {
|
|
55655
55659
|
const server = new McpServer({
|
|
55656
55660
|
name: "CompassApiSDK",
|
|
55657
|
-
version: "1.0.
|
|
55661
|
+
version: "1.0.6"
|
|
55658
55662
|
});
|
|
55659
55663
|
const client = new CompassApiSDKCore({
|
|
55660
55664
|
apiKeyAuth: deps.apiKeyAuth,
|
|
@@ -57028,7 +57032,7 @@ var routes = ln({
|
|
|
57028
57032
|
var app = _e(routes, {
|
|
57029
57033
|
name: "mcp",
|
|
57030
57034
|
versionInfo: {
|
|
57031
|
-
currentVersion: "1.0.
|
|
57035
|
+
currentVersion: "1.0.6"
|
|
57032
57036
|
}
|
|
57033
57037
|
});
|
|
57034
57038
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -57036,5 +57040,5 @@ export {
|
|
|
57036
57040
|
app
|
|
57037
57041
|
};
|
|
57038
57042
|
|
|
57039
|
-
//# debugId=
|
|
57043
|
+
//# debugId=6A39841F3901F4EB64756E2164756E21
|
|
57040
57044
|
//# sourceMappingURL=mcp-server.js.map
|