@bosonprotocol/agentic-commerce 1.2.6-alpha.1 → 1.2.6-alpha.2
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 +7 -7
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ MCP server, MCP client, and GOAT SDK plugin for [Boson Protocol](https://bosonpr
|
|
|
9
9
|
|
|
10
10
|
## 🤖 For AI Agents
|
|
11
11
|
|
|
12
|
-
**See [AGENTS.md](
|
|
12
|
+
**See [AGENTS.md](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/AGENTS.md) for a comprehensive AI agent guide** covering end-to-end selling and buying flows, exchange lifecycle, configuration, and integration options. Claude Code auto-loads it via the `CLAUDE.md` → `@AGENTS.md` import.
|
|
13
13
|
|
|
14
14
|
**Hosted MCP servers (no setup required):**
|
|
15
15
|
- Staging: `https://mcp-staging.bosonprotocol.io/mcp`
|
|
@@ -17,12 +17,12 @@ MCP server, MCP client, and GOAT SDK plugin for [Boson Protocol](https://bosonpr
|
|
|
17
17
|
|
|
18
18
|
## 📚 Documentation
|
|
19
19
|
|
|
20
|
-
- [AI Agent Guide](
|
|
21
|
-
- [MCP Server README](
|
|
22
|
-
- [MCP Client README](
|
|
23
|
-
- [GOAT SDK Plugin README](
|
|
24
|
-
- [High Value Asset Module README](
|
|
25
|
-
- [E2E Test Suite](
|
|
20
|
+
- [AI Agent Guide](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/AGENTS.md) — End-to-end flows, exchange & dispute lifecycles, enums, integration options
|
|
21
|
+
- [MCP Server README](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/src/boson/mcp-server/README.md) — All 56 tools, 2 prompts, 10 resources with full parameter reference
|
|
22
|
+
- [MCP Client README](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/src/boson/mcp-client/README.md) — TypeScript client usage
|
|
23
|
+
- [GOAT SDK Plugin README](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/src/boson/goat-sdk-plugin/README.md) — Agent framework integration (Anthropic, Vercel AI)
|
|
24
|
+
- [High Value Asset Module README](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/src/fermion/README.md) — High-value/luxury asset marketplace (formerly Fermion Protocol, integrated into Boson in 2025)
|
|
25
|
+
- [E2E Test Suite](https://github.com/bosonprotocol/agent-builder/blob/HEAD/docs/agentic-commerce/e2e/boson/tests/complete-marketplace-journeys.test.ts) — Runnable reference for every seller/buyer/dispute flow
|
|
26
26
|
- [Boson Protocol Docs](https://docs.bosonprotocol.io) — Protocol concepts and architecture
|
|
27
27
|
- [Agent Integration Docs](https://docs.bosonprotocol.io/using-the-protocol/agent-integration) — MCP + GOAT SDK guide on the protocol site
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bosonprotocol/agentic-commerce",
|
|
3
|
-
"version": "1.2.6-alpha.
|
|
3
|
+
"version": "1.2.6-alpha.2",
|
|
4
4
|
"description": "Agentic commerce tools for Boson and Fermion protocols",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
"rimraf": "^6.0.1",
|
|
136
136
|
"run-script-os": "^1.1.6",
|
|
137
137
|
"ts-jest": "^29.4.0",
|
|
138
|
+
"tsx": "^4.21.0",
|
|
138
139
|
"typescript": "^5.0.0",
|
|
139
140
|
"typescript-eslint": "^8.33.1",
|
|
140
141
|
"vitest": "^3.2.3"
|