@absolutejs/mcp 0.10.3 → 0.11.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/dist/manifest.js CHANGED
@@ -8505,6 +8505,16 @@ var Type2 = exports_type6;
8505
8505
  // src/manifest.ts
8506
8506
  var manifest = defineManifest()({
8507
8507
  contract: 2,
8508
+ discovery: {
8509
+ audiences: ["agent-hosts", "mcp-clients"],
8510
+ intents: [
8511
+ "serve MCP tools",
8512
+ "connect an MCP client",
8513
+ "run durable MCP tasks"
8514
+ ],
8515
+ keywords: ["agents", "mcp", "tools", "oauth", "tasks", "elicitation"],
8516
+ protocols: ["MCP 2025-11-25", "OAuth 2.0"]
8517
+ },
8508
8518
  identity: {
8509
8519
  accent: "#0ea5e9",
8510
8520
  category: "ai",
@@ -1,5 +1,28 @@
1
1
  {
2
2
  "contract": 2,
3
+ "discovery": {
4
+ "audiences": [
5
+ "agent-hosts",
6
+ "mcp-clients"
7
+ ],
8
+ "intents": [
9
+ "serve MCP tools",
10
+ "connect an MCP client",
11
+ "run durable MCP tasks"
12
+ ],
13
+ "keywords": [
14
+ "agents",
15
+ "mcp",
16
+ "tools",
17
+ "oauth",
18
+ "tasks",
19
+ "elicitation"
20
+ ],
21
+ "protocols": [
22
+ "MCP 2025-11-25",
23
+ "OAuth 2.0"
24
+ ]
25
+ },
3
26
  "identity": {
4
27
  "accent": "#0ea5e9",
5
28
  "category": "ai",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "elysia": ">=1.1.0"
12
12
  },
13
13
  "dependencies": {
14
- "@absolutejs/agency": "^0.5.0",
14
+ "@absolutejs/agency": "^0.6.0",
15
15
  "@absolutejs/manifest": "^0.3.0",
16
16
  "@sinclair/typebox": "^0.34.0"
17
17
  },
@@ -58,5 +58,5 @@
58
58
  "typecheck": "tsc --noEmit --project tsconfig.json"
59
59
  },
60
60
  "types": "./dist/src/index.d.ts",
61
- "version": "0.10.3"
61
+ "version": "0.11.0"
62
62
  }