@muretai/agent-entry 1.3.0 → 1.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muretai/agent-entry",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Make your website answer AI agents: an A2A agent endpoint that verifies who is knocking, opens an account for them and replies signed, in one HTTP round trip. Zero dependencies. Pairs with llms.txt and WebMCP.",
5
5
  "type": "module",
6
6
  "main": "muretai-agent-entry.mjs",
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "files": [
11
11
  "muretai-agent-entry.mjs",
12
+ "conformance/",
12
13
  "examples/server.mjs",
13
14
  "LICENSE",
14
15
  "README.md"
@@ -17,6 +18,7 @@
17
18
  "node": ">=20"
18
19
  },
19
20
  "scripts": {
21
+ "test": "node conformance/run.mjs",
20
22
  "example": "node examples/server.mjs"
21
23
  },
22
24
  "keywords": [