Skip to content

Commit e5a1d5d

Browse files
author
azeth-sync[bot]
committed
v0.2.13: sync from monorepo 2026-06-03
1 parent d37cbdf commit e5a1d5d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azeth/mcp-server",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"mcpName": "io.github.azeth-protocol/mcp-server",
55
"type": "module",
66
"description": "MCP server for the Azeth trust infrastructure — smart accounts, payments, reputation, and discovery tools for AI agents",
@@ -41,8 +41,8 @@
4141
"clean": "rm -rf dist"
4242
},
4343
"dependencies": {
44-
"@azeth/common": "^0.2.12",
45-
"@azeth/sdk": "^0.2.12",
44+
"@azeth/common": "^0.2.13",
45+
"@azeth/sdk": "^0.2.13",
4646
"@modelcontextprotocol/sdk": "^1.0.0",
4747
"dotenv": "^16.4.0",
4848
"viem": "^2.21.0",

src/tools/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export function registerAccountTools(server: McpServer): void {
334334
'',
335335
'Returns: Array of transaction records with hash, from, to, value, block number, and timestamp.',
336336
'',
337-
'Note: Full indexed history requires the Azeth server to be running. Returns empty results if the server is unavailable.',
337+
'Note: Complete history requires the Azeth indexer. When it is unavailable, this returns a best-effort recent-only window the RPC can serve and sets indexedHistoryUnavailable=true (it never errors) — treat a flagged result as partial, not as "no activity".',
338338
'The account is determined by the AZETH_PRIVATE_KEY environment variable.',
339339
'',
340340
'Example: { "limit": 5 } or { "smartAccount": "#2", "limit": 20 }',

0 commit comments

Comments
 (0)