@buildaureon/mcp 0.1.8 → 0.1.10

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/CHANGELOG.md ADDED
@@ -0,0 +1,81 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@buildaureon/mcp` are documented in this file.
4
+
5
+ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
+ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.1.10] — 2026-09-13
9
+
10
+ Published on npm as `@buildaureon/mcp@0.1.10`. Depends on `@buildaureon/sdk@0.1.10`.
11
+
12
+ ### Documentation
13
+
14
+ - Official hosted MCP is documented: `https://mcp.aureonlabs.network/mcp` (Streamable HTTP, 54 tools). Health: `https://mcp.aureonlabs.network/healthz`.
15
+ - Hosted connect is URL-only. Open tools: `aureon_ping`, `aureon_list_market_presets`, `aureon_validate_receipt`.
16
+ - Optional `X-Aureon-Api-Key` on the same URL for your wallet tools. Example: `examples/cursor.hosted.user.mcp.json`.
17
+ - Local stdio remains `npx -y @buildaureon/mcp` with your issued `AUREON_API_KEY`.
18
+ - Cursor hosted example: `examples/cursor.hosted.mcp.json`.
19
+ - README, setup, architecture, auth, security, and agent-guide no longer describe MCP as stdio-only or as a server-wallet-only hosted process.
20
+
21
+ ### Changed
22
+
23
+ - Omit `AUREON_NETWORK` on the official host now selects **mainnet**. Set `AUREON_NETWORK=testnet` to stay on testnet on the same host.
24
+ - Public Living Capital remains the testnet console. MCP default is mainnet.
25
+
26
+ ## [0.1.9] — 2026-09-08
27
+
28
+ Published on npm as `@buildaureon/mcp@0.1.9`. Depends on `@buildaureon/sdk@0.1.9`.
29
+
30
+ ### Changed
31
+
32
+ - Default API is `https://api.aureonlabs.network`. Omit `AUREON_NETWORK` for testnet **46630**. Set `AUREON_NETWORK=mainnet` for chain **4663** on the same host.
33
+ - The SDK client now sends `X-Aureon-Network` so the hosted API can serve both chains.
34
+ - Live tests and verify scripts read credentials from the environment only. They no longer open monorepo or PC files.
35
+
36
+ ## [0.1.8] — 2026-09-08
37
+
38
+ Published on npm as `@buildaureon/mcp@0.1.8`. Depends on `@buildaureon/sdk@0.1.8`.
39
+
40
+ ### Added
41
+
42
+ - Process env `AUREON_NETWORK` (`mainnet` default, `testnet` opt-in) via `resolveAureonNetworkFromEnv()`, shared with the SDK.
43
+ - Host snippets omit `AUREON_API_URL` by default so the process uses local mainnet `http://127.0.0.1:8788` (chain 4663).
44
+
45
+ ### Changed
46
+
47
+ - Default API is **Robinhood Chain mainnet** local stack: chain **4663**, `http://127.0.0.1:8788`.
48
+ - `AUREON_NETWORK=testnet` selects `https://api.aureonlabs.network`, which remains chain **46630**.
49
+ - Mixed `AUREON_NETWORK` and `AUREON_API_URL` that disagree on a known host throw at startup.
50
+ - Keys must be issued on the **same** API the MCP process will call.
51
+
52
+ ### First use (same as testnet)
53
+
54
+ - Empty vault: `aureon_restore_objective` returns **409**.
55
+ - `aureon_prepare_vault_deposit` returns unsigned steps. Agents do not fund the vault and never broadcast.
56
+ - The user or host wallet (including MetaMask) signs when they use the product.
57
+ - After a funded vault, Automatic restore can settle on-chain. Read `settlement`, `verifiedOnChain`, and `explorerUrl` on every receipt.
58
+
59
+ ### Documentation
60
+
61
+ - README, setup, auth, architecture, tools, agent-guide, and security aligned to mainnet default, 54 tools, and the 409-then-prepare path.
62
+ - Version strings in setup and auth updated from `0.1.1` to `0.1.8`. Tool-count tables unified at **54**.
63
+
64
+ ## [0.1.7] — 2026-09-07
65
+
66
+ Previous public npm release. stdio MCP adapter over `@buildaureon/sdk` for Cursor, Claude Desktop, and other MCP hosts.
67
+
68
+ ## [0.1.2] — 2026-08-14
69
+
70
+ Public npm release.
71
+
72
+ ## [0.1.1] — 2026-07-26
73
+
74
+ Initial public npm release of `@buildaureon/mcp`.
75
+
76
+ [0.1.10]: https://www.npmjs.com/package/@buildaureon/mcp/v/0.1.10
77
+ [0.1.9]: https://www.npmjs.com/package/@buildaureon/mcp/v/0.1.9
78
+ [0.1.8]: https://www.npmjs.com/package/@buildaureon/mcp/v/0.1.8
79
+ [0.1.7]: https://www.npmjs.com/package/@buildaureon/mcp/v/0.1.7
80
+ [0.1.2]: https://www.npmjs.com/package/@buildaureon/mcp/v/0.1.2
81
+ [0.1.1]: https://www.npmjs.com/package/@buildaureon/mcp/v/0.1.1