@truealter/sdk 0.2.4 → 0.4.1
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/README.md +1 -0
- package/dist/bin/alter-identity.js +831 -27
- package/dist/bin/mcp-bridge.js +179 -8
- package/dist/index.cjs +753 -21
- package/dist/index.d.cts +288 -16
- package/dist/index.d.ts +288 -16
- package/dist/index.js +685 -25
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ ALTER Identity SDK — query the continuous identity field from any JavaScript/T
|
|
|
5
5
|
[](https://www.npmjs.com/package/@truealter/sdk)
|
|
6
6
|
[](./LICENSE)
|
|
7
7
|
[](https://glama.ai/mcp/servers/true-alter/alter-identity)
|
|
8
|
+
[](https://www.deepnlp.org/store/ai-agent/identity/pub-truealter/alter-identity)
|
|
8
9
|
|
|
9
10
|
A thin client over the ALTER MCP server (Streamable HTTP, JSON-RPC 2.0, MCP spec `2025-11-25`) with x402 micropayment support, ES256 provenance verification, and config generators for Claude Code, Cursor, and generic MCP clients.
|
|
10
11
|
|