@inkeep/agents-api 0.0.0-dev-20260413050848 → 0.0.0-dev-20260413152429

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.
Files changed (34) hide show
  1. package/dist/.well-known/workflow/v1/manifest.json +33 -33
  2. package/dist/createApp.d.ts +2 -2
  3. package/dist/data/db/runDbClient.d.ts +2 -2
  4. package/dist/data-reconciliation/handlers/sub-agents.d.ts +2 -2
  5. package/dist/data-reconciliation/handlers/tools.d.ts +2 -2
  6. package/dist/domains/evals/routes/index.d.ts +2 -2
  7. package/dist/domains/evals/workflow/routes.d.ts +2 -2
  8. package/dist/domains/manage/routes/authLookup.d.ts +2 -2
  9. package/dist/domains/manage/routes/availableAgents.d.ts +2 -2
  10. package/dist/domains/manage/routes/feedback.d.ts +2 -2
  11. package/dist/domains/manage/routes/index.d.ts +2 -2
  12. package/dist/domains/manage/routes/invitations.d.ts +2 -2
  13. package/dist/domains/manage/routes/mcpCatalog.js +146 -42
  14. package/dist/domains/manage/routes/passwordResetLinks.d.ts +2 -2
  15. package/dist/domains/manage/routes/signoz.d.ts +2 -2
  16. package/dist/domains/manage/routes/users.d.ts +2 -2
  17. package/dist/domains/mcp/routes/mcp.d.ts +2 -2
  18. package/dist/domains/run/agents/relationTools.d.ts +2 -2
  19. package/dist/domains/run/routes/auth.d.ts +2 -2
  20. package/dist/domains/run/types/chat.d.ts +3 -3
  21. package/dist/domains/run/workflow/steps/scheduledTriggerSteps.d.ts +6 -6
  22. package/dist/env.d.ts +2 -2
  23. package/dist/factory.d.ts +340 -340
  24. package/dist/index.d.ts +338 -338
  25. package/dist/middleware/evalsAuth.d.ts +2 -2
  26. package/dist/middleware/manageAuth.d.ts +3 -3
  27. package/dist/middleware/projectConfig.d.ts +3 -3
  28. package/dist/middleware/requireEntitlement.d.ts +2 -2
  29. package/dist/middleware/requirePermission.d.ts +2 -2
  30. package/dist/middleware/runAuth.d.ts +4 -4
  31. package/dist/middleware/sessionAuth.d.ts +3 -3
  32. package/dist/middleware/tenantAccess.d.ts +2 -2
  33. package/dist/middleware/tracing.d.ts +3 -3
  34. package/package.json +5 -5
@@ -1,31 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
- "node_modules/.pnpm/workflow@4.2.0-beta.67_@nestjs+common@11.1.13_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_ba33265d61d382fe160c46ba43387199/node_modules/workflow/dist/internal/builtins.js": {
5
- "__builtin_response_array_buffer": {
6
- "stepId": "__builtin_response_array_buffer"
7
- },
8
- "__builtin_response_json": {
9
- "stepId": "__builtin_response_json"
10
- },
11
- "__builtin_response_text": {
12
- "stepId": "__builtin_response_text"
13
- }
14
- },
15
- "src/domains/evals/workflow/functions/evaluateConversation.ts": {
16
- "executeEvaluatorStep": {
17
- "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//executeEvaluatorStep"
18
- },
19
- "getConversationStep": {
20
- "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getConversationStep"
21
- },
22
- "getEvaluatorsStep": {
23
- "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getEvaluatorsStep"
24
- },
25
- "logStep": {
26
- "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//logStep"
27
- }
28
- },
29
4
  "src/domains/run/workflow/steps/schedulerSteps.ts": {
30
5
  "checkSchedulerCurrentStep": {
31
6
  "stepId": "step//./src/domains/run/workflow/steps/schedulerSteps//checkSchedulerCurrentStep"
@@ -71,6 +46,31 @@
71
46
  "stepId": "step//./src/domains/evals/workflow/functions/runDatasetItem//recordConversationStep"
72
47
  }
73
48
  },
49
+ "node_modules/.pnpm/workflow@4.2.0-beta.67_@nestjs+common@11.1.13_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_ba33265d61d382fe160c46ba43387199/node_modules/workflow/dist/internal/builtins.js": {
50
+ "__builtin_response_array_buffer": {
51
+ "stepId": "__builtin_response_array_buffer"
52
+ },
53
+ "__builtin_response_json": {
54
+ "stepId": "__builtin_response_json"
55
+ },
56
+ "__builtin_response_text": {
57
+ "stepId": "__builtin_response_text"
58
+ }
59
+ },
60
+ "src/domains/evals/workflow/functions/evaluateConversation.ts": {
61
+ "executeEvaluatorStep": {
62
+ "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//executeEvaluatorStep"
63
+ },
64
+ "getConversationStep": {
65
+ "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getConversationStep"
66
+ },
67
+ "getEvaluatorsStep": {
68
+ "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//getEvaluatorsStep"
69
+ },
70
+ "logStep": {
71
+ "stepId": "step//./src/domains/evals/workflow/functions/evaluateConversation//logStep"
72
+ }
73
+ },
74
74
  "src/domains/run/workflow/steps/scheduledTriggerSteps.ts": {
75
75
  "addConversationIdStep": {
76
76
  "stepId": "step//./src/domains/run/workflow/steps/scheduledTriggerSteps//addConversationIdStep"
@@ -137,16 +137,16 @@
137
137
  }
138
138
  },
139
139
  "workflows": {
140
- "src/domains/evals/workflow/functions/evaluateConversation.ts": {
141
- "_evaluateConversationWorkflow": {
142
- "workflowId": "workflow//./src/domains/evals/workflow/functions/evaluateConversation//_evaluateConversationWorkflow",
140
+ "src/domains/evals/workflow/functions/runDatasetItem.ts": {
141
+ "_runDatasetItemWorkflow": {
142
+ "workflowId": "workflow//./src/domains/evals/workflow/functions/runDatasetItem//_runDatasetItemWorkflow",
143
143
  "graph": {
144
144
  "nodes": [
145
145
  {
146
146
  "id": "start",
147
147
  "type": "workflowStart",
148
148
  "data": {
149
- "label": "Start: _evaluateConversationWorkflow",
149
+ "label": "Start: _runDatasetItemWorkflow",
150
150
  "nodeKind": "workflow_start"
151
151
  }
152
152
  },
@@ -170,16 +170,16 @@
170
170
  }
171
171
  }
172
172
  },
173
- "src/domains/evals/workflow/functions/runDatasetItem.ts": {
174
- "_runDatasetItemWorkflow": {
175
- "workflowId": "workflow//./src/domains/evals/workflow/functions/runDatasetItem//_runDatasetItemWorkflow",
173
+ "src/domains/evals/workflow/functions/evaluateConversation.ts": {
174
+ "_evaluateConversationWorkflow": {
175
+ "workflowId": "workflow//./src/domains/evals/workflow/functions/evaluateConversation//_evaluateConversationWorkflow",
176
176
  "graph": {
177
177
  "nodes": [
178
178
  {
179
179
  "id": "start",
180
180
  "type": "workflowStart",
181
181
  "data": {
182
- "label": "Start: _runDatasetItemWorkflow",
182
+ "label": "Start: _evaluateConversationWorkflow",
183
183
  "nodeKind": "workflow_start"
184
184
  }
185
185
  },
@@ -1,10 +1,10 @@
1
1
  import { AppConfig } from "./types/app.js";
2
2
  import "./types/index.js";
3
3
  import { Hono } from "hono";
4
- import * as hono_types12 from "hono/types";
4
+ import * as hono_types0 from "hono/types";
5
5
 
6
6
  //#region src/createApp.d.ts
7
7
  declare const isWebhookRoute: (path: string) => boolean;
8
- declare function createAgentsHono(config: AppConfig): Hono<hono_types12.BlankEnv, hono_types12.BlankSchema, "/">;
8
+ declare function createAgentsHono(config: AppConfig): Hono<hono_types0.BlankEnv, hono_types0.BlankSchema, "/">;
9
9
  //#endregion
10
10
  export { createAgentsHono, isWebhookRoute };
@@ -1,6 +1,6 @@
1
- import * as _inkeep_agents_core3 from "@inkeep/agents-core";
1
+ import * as _inkeep_agents_core0 from "@inkeep/agents-core";
2
2
 
3
3
  //#region src/data/db/runDbClient.d.ts
4
- declare const runDbClient: _inkeep_agents_core3.AgentsRunDatabaseClient;
4
+ declare const runDbClient: _inkeep_agents_core0.AgentsRunDatabaseClient;
5
5
  //#endregion
6
6
  export { runDbClient as default };
@@ -1,6 +1,6 @@
1
- import * as _inkeep_agents_core0 from "@inkeep/agents-core";
1
+ import * as _inkeep_agents_core3 from "@inkeep/agents-core";
2
2
 
3
3
  //#region src/data-reconciliation/handlers/sub-agents.d.ts
4
- declare const subAgentsHandlers: _inkeep_agents_core0.EntityEffectHandlers<"sub_agents">;
4
+ declare const subAgentsHandlers: _inkeep_agents_core3.EntityEffectHandlers<"sub_agents">;
5
5
  //#endregion
6
6
  export { subAgentsHandlers };
@@ -1,6 +1,6 @@
1
- import * as _inkeep_agents_core6 from "@inkeep/agents-core";
1
+ import * as _inkeep_agents_core4 from "@inkeep/agents-core";
2
2
 
3
3
  //#region src/data-reconciliation/handlers/tools.d.ts
4
- declare const toolsHandlers: _inkeep_agents_core6.EntityEffectHandlers<"tools">;
4
+ declare const toolsHandlers: _inkeep_agents_core4.EntityEffectHandlers<"tools">;
5
5
  //#endregion
6
6
  export { toolsHandlers };
@@ -1,7 +1,7 @@
1
1
  import { OpenAPIHono } from "@hono/zod-openapi";
2
- import * as hono13 from "hono";
2
+ import * as hono16 from "hono";
3
3
 
4
4
  //#region src/domains/evals/routes/index.d.ts
5
- declare const app: OpenAPIHono<hono13.Env, {}, "/">;
5
+ declare const app: OpenAPIHono<hono16.Env, {}, "/">;
6
6
  //#endregion
7
7
  export { app as default };
@@ -1,7 +1,7 @@
1
1
  import { Hono } from "hono";
2
- import * as hono_types5 from "hono/types";
2
+ import * as hono_types7 from "hono/types";
3
3
 
4
4
  //#region src/domains/evals/workflow/routes.d.ts
5
- declare const workflowRoutes: Hono<hono_types5.BlankEnv, hono_types5.BlankSchema, "/">;
5
+ declare const workflowRoutes: Hono<hono_types7.BlankEnv, hono_types7.BlankSchema, "/">;
6
6
  //#endregion
7
7
  export { workflowRoutes };
@@ -1,10 +1,10 @@
1
1
  import { ManageAppVariables } from "../../../types/app.js";
2
2
  import { Hono } from "hono";
3
- import * as hono_types8 from "hono/types";
3
+ import * as hono_types13 from "hono/types";
4
4
 
5
5
  //#region src/domains/manage/routes/authLookup.d.ts
6
6
  declare const authLookupRoutes: Hono<{
7
7
  Variables: ManageAppVariables;
8
- }, hono_types8.BlankSchema, "/">;
8
+ }, hono_types13.BlankSchema, "/">;
9
9
  //#endregion
10
10
  export { authLookupRoutes as default };
@@ -1,7 +1,7 @@
1
1
  import { OpenAPIHono } from "@hono/zod-openapi";
2
- import * as hono16 from "hono";
2
+ import * as hono20 from "hono";
3
3
 
4
4
  //#region src/domains/manage/routes/availableAgents.d.ts
5
- declare const app: OpenAPIHono<hono16.Env, {}, "/">;
5
+ declare const app: OpenAPIHono<hono20.Env, {}, "/">;
6
6
  //#endregion
7
7
  export { app as default };
@@ -1,7 +1,7 @@
1
1
  import { OpenAPIHono } from "@hono/zod-openapi";
2
- import * as hono15 from "hono";
2
+ import * as hono14 from "hono";
3
3
 
4
4
  //#region src/domains/manage/routes/feedback.d.ts
5
- declare const app: OpenAPIHono<hono15.Env, {}, "/">;
5
+ declare const app: OpenAPIHono<hono14.Env, {}, "/">;
6
6
  //#endregion
7
7
  export { app as default };
@@ -1,7 +1,7 @@
1
1
  import { OpenAPIHono } from "@hono/zod-openapi";
2
- import * as hono14 from "hono";
2
+ import * as hono15 from "hono";
3
3
 
4
4
  //#region src/domains/manage/routes/index.d.ts
5
- declare const app: OpenAPIHono<hono14.Env, {}, "/">;
5
+ declare const app: OpenAPIHono<hono15.Env, {}, "/">;
6
6
  //#endregion
7
7
  export { app as default };
@@ -1,10 +1,10 @@
1
1
  import { ManageAppVariables } from "../../../types/app.js";
2
2
  import { Hono } from "hono";
3
- import * as hono_types7 from "hono/types";
3
+ import * as hono_types5 from "hono/types";
4
4
 
5
5
  //#region src/domains/manage/routes/invitations.d.ts
6
6
  declare const invitationsRoutes: Hono<{
7
7
  Variables: ManageAppVariables;
8
- }, hono_types7.BlankSchema, "/">;
8
+ }, hono_types5.BlankSchema, "/">;
9
9
  //#endregion
10
10
  export { invitationsRoutes as default };
@@ -15,22 +15,22 @@ const PREBUILT_MCP_SERVERS = [
15
15
  category: "automation",
16
16
  description: "Web scraping and automation platform"
17
17
  },
18
- {
19
- id: "asana",
20
- name: "Asana",
21
- url: "https://mcp.asana.com/sse",
22
- transport: MCPTransportType.sse,
23
- category: "project_management",
24
- description: "Project management and team collaboration"
25
- },
26
18
  {
27
19
  id: "atlassian",
28
20
  name: "Atlassian",
29
- url: "https://mcp.atlassian.com/v1/sse",
30
- transport: MCPTransportType.sse,
21
+ url: "https://mcp.atlassian.com/v1/mcp",
22
+ transport: MCPTransportType.streamableHttp,
31
23
  category: "project_management",
32
24
  description: "Jira, Confluence, and other Atlassian products"
33
25
  },
26
+ {
27
+ id: "attio",
28
+ name: "Attio",
29
+ url: "https://mcp.attio.com/mcp",
30
+ transport: MCPTransportType.streamableHttp,
31
+ category: "crm",
32
+ description: "Modern customer relationship management"
33
+ },
34
34
  {
35
35
  id: "buildkite",
36
36
  name: "Buildkite",
@@ -40,6 +40,14 @@ const PREBUILT_MCP_SERVERS = [
40
40
  category: "ci_cd",
41
41
  description: "Continuous integration and deployment"
42
42
  },
43
+ {
44
+ id: "calendly",
45
+ name: "Calendly",
46
+ url: "https://mcp.calendly.com",
47
+ transport: MCPTransportType.streamableHttp,
48
+ category: "scheduling",
49
+ description: "Scheduling and meeting booking"
50
+ },
43
51
  {
44
52
  id: "canva",
45
53
  name: "Canva",
@@ -57,6 +65,14 @@ const PREBUILT_MCP_SERVERS = [
57
65
  category: "communication",
58
66
  description: "Voice and audio communication"
59
67
  },
68
+ {
69
+ id: "clickup",
70
+ name: "ClickUp",
71
+ url: "https://mcp.clickup.com/mcp",
72
+ transport: MCPTransportType.streamableHttp,
73
+ category: "project_management",
74
+ description: "Project management and team productivity"
75
+ },
60
76
  {
61
77
  id: "close",
62
78
  name: "Close (CRM)",
@@ -69,8 +85,8 @@ const PREBUILT_MCP_SERVERS = [
69
85
  {
70
86
  id: "cloudflare-docs",
71
87
  name: "Cloudflare Docs",
72
- url: "https://docs.mcp.cloudflare.com/sse",
73
- transport: MCPTransportType.sse,
88
+ url: "https://docs.mcp.cloudflare.com/mcp",
89
+ transport: MCPTransportType.streamableHttp,
74
90
  isOpen: true,
75
91
  imageUrl: "https://www.cloudflare.com/favicon.ico",
76
92
  category: "documentation",
@@ -79,8 +95,8 @@ const PREBUILT_MCP_SERVERS = [
79
95
  {
80
96
  id: "cloudflare-observability",
81
97
  name: "Cloudflare Observability",
82
- url: "https://observability.mcp.cloudflare.com/sse",
83
- transport: MCPTransportType.sse,
98
+ url: "https://observability.mcp.cloudflare.com/mcp",
99
+ transport: MCPTransportType.streamableHttp,
84
100
  imageUrl: "https://www.cloudflare.com/favicon.ico",
85
101
  category: "monitoring",
86
102
  description: "Cloudflare observability and monitoring"
@@ -88,8 +104,8 @@ const PREBUILT_MCP_SERVERS = [
88
104
  {
89
105
  id: "cloudflare-workers",
90
106
  name: "Cloudflare Workers Bindings",
91
- url: "https://bindings.mcp.cloudflare.com/sse",
92
- transport: MCPTransportType.sse,
107
+ url: "https://bindings.mcp.cloudflare.com/mcp",
108
+ transport: MCPTransportType.streamableHttp,
93
109
  imageUrl: "https://www.cloudflare.com/favicon.ico",
94
110
  category: "infrastructure",
95
111
  description: "Cloudflare Workers and serverless functions"
@@ -97,12 +113,20 @@ const PREBUILT_MCP_SERVERS = [
97
113
  {
98
114
  id: "cloudinary",
99
115
  name: "Cloudinary (Asset Management)",
100
- url: "https://asset-management.mcp.cloudinary.com/sse",
101
- transport: MCPTransportType.sse,
116
+ url: "https://asset-management.mcp.cloudinary.com/mcp",
117
+ transport: MCPTransportType.streamableHttp,
102
118
  imageUrl: "https://cloudinary.com/wp-content/uploads/sites/6/2020/09/favicon-32x32-1.png",
103
119
  category: "media",
104
120
  description: "Digital asset management and media optimization"
105
121
  },
122
+ {
123
+ id: "craft",
124
+ name: "Craft",
125
+ url: "https://mcp.craft.do/my/mcp",
126
+ transport: MCPTransportType.streamableHttp,
127
+ category: "productivity",
128
+ description: "Notes and second brain"
129
+ },
106
130
  {
107
131
  id: "deepwiki",
108
132
  name: "DeepWiki",
@@ -125,11 +149,20 @@ const PREBUILT_MCP_SERVERS = [
125
149
  {
126
150
  id: "egnyte",
127
151
  name: "Egnyte",
128
- url: "https://mcp-server.egnyte.com/sse",
129
- transport: MCPTransportType.sse,
152
+ url: "https://mcp-server.egnyte.com/mcp",
153
+ transport: MCPTransportType.streamableHttp,
130
154
  category: "storage",
131
155
  description: "Enterprise file sharing and collaboration"
132
156
  },
157
+ {
158
+ id: "exa",
159
+ name: "Exa",
160
+ url: "https://mcp.exa.ai/mcp",
161
+ transport: MCPTransportType.streamableHttp,
162
+ isOpen: true,
163
+ category: "ai",
164
+ description: "Web search for AI"
165
+ },
133
166
  {
134
167
  id: "fireflies",
135
168
  name: "Fireflies",
@@ -147,6 +180,30 @@ const PREBUILT_MCP_SERVERS = [
147
180
  category: "monitoring",
148
181
  description: "Global network monitoring and testing"
149
182
  },
183
+ {
184
+ id: "granola",
185
+ name: "Granola",
186
+ url: "https://mcp.granola.ai/mcp",
187
+ transport: MCPTransportType.streamableHttp,
188
+ category: "productivity",
189
+ description: "AI meeting notes"
190
+ },
191
+ {
192
+ id: "gusto",
193
+ name: "Gusto",
194
+ url: "https://mcp.api.gusto.com",
195
+ transport: MCPTransportType.streamableHttp,
196
+ category: "finance",
197
+ description: "Payroll, benefits, and HR"
198
+ },
199
+ {
200
+ id: "honeycomb",
201
+ name: "Honeycomb",
202
+ url: "https://mcp.honeycomb.io/mcp",
203
+ transport: MCPTransportType.streamableHttp,
204
+ category: "monitoring",
205
+ description: "Observability and distributed tracing"
206
+ },
150
207
  {
151
208
  id: "huggingface",
152
209
  name: "Hugging Face",
@@ -156,6 +213,14 @@ const PREBUILT_MCP_SERVERS = [
156
213
  category: "ai",
157
214
  description: "Machine learning models and datasets"
158
215
  },
216
+ {
217
+ id: "incident-io",
218
+ name: "incident.io",
219
+ url: "https://mcp.incident.io/mcp",
220
+ transport: MCPTransportType.streamableHttp,
221
+ category: "monitoring",
222
+ description: "Incident management and response"
223
+ },
159
224
  {
160
225
  id: "instant",
161
226
  name: "Instant (InstantDB)",
@@ -192,6 +257,14 @@ const PREBUILT_MCP_SERVERS = [
192
257
  category: "development",
193
258
  description: "Bug reporting and debugging"
194
259
  },
260
+ {
261
+ id: "krisp",
262
+ name: "Krisp",
263
+ url: "https://mcp.krisp.ai/mcp",
264
+ transport: MCPTransportType.streamableHttp,
265
+ category: "productivity",
266
+ description: "AI meeting transcripts and noise cancellation"
267
+ },
195
268
  {
196
269
  id: "linear",
197
270
  name: "Linear",
@@ -200,11 +273,27 @@ const PREBUILT_MCP_SERVERS = [
200
273
  category: "project_management",
201
274
  description: "Issue tracking and project management"
202
275
  },
276
+ {
277
+ id: "mem",
278
+ name: "Mem",
279
+ url: "https://mcp.mem.ai/mcp",
280
+ transport: MCPTransportType.streamableHttp,
281
+ category: "productivity",
282
+ description: "AI-powered notes and knowledge base"
283
+ },
284
+ {
285
+ id: "miro",
286
+ name: "Miro",
287
+ url: "https://mcp.miro.com",
288
+ transport: MCPTransportType.streamableHttp,
289
+ category: "design",
290
+ description: "Visual collaboration and whiteboarding"
291
+ },
203
292
  {
204
293
  id: "monday",
205
294
  name: "Monday",
206
- url: "https://mcp.monday.com/sse",
207
- transport: MCPTransportType.sse,
295
+ url: "https://mcp.monday.com/mcp",
296
+ transport: MCPTransportType.streamableHttp,
208
297
  category: "project_management",
209
298
  description: "Work operating system and project management"
210
299
  },
@@ -255,7 +344,7 @@ const PREBUILT_MCP_SERVERS = [
255
344
  {
256
345
  id: "paypal",
257
346
  name: "PayPal",
258
- url: "https://mcp.paypal.com",
347
+ url: "https://mcp.paypal.com/mcp",
259
348
  transport: MCPTransportType.streamableHttp,
260
349
  category: "payments",
261
350
  description: "Payment processing"
@@ -269,6 +358,14 @@ const PREBUILT_MCP_SERVERS = [
269
358
  category: "marketing",
270
359
  description: "Meta (Facebook) advertising management"
271
360
  },
361
+ {
362
+ id: "postman",
363
+ name: "Postman",
364
+ url: "https://mcp.postman.com/mcp",
365
+ transport: MCPTransportType.streamableHttp,
366
+ category: "development",
367
+ description: "API development and testing"
368
+ },
272
369
  {
273
370
  id: "posthog",
274
371
  name: "PostHog",
@@ -304,6 +401,14 @@ const PREBUILT_MCP_SERVERS = [
304
401
  category: "automation",
305
402
  description: "Workflow automation"
306
403
  },
404
+ {
405
+ id: "sanity",
406
+ name: "Sanity",
407
+ url: "https://mcp.sanity.io",
408
+ transport: MCPTransportType.streamableHttp,
409
+ category: "knowledge",
410
+ description: "Headless CMS and structured content"
411
+ },
307
412
  {
308
413
  id: "semgrep",
309
414
  name: "Semgrep",
@@ -317,7 +422,7 @@ const PREBUILT_MCP_SERVERS = [
317
422
  {
318
423
  id: "sentry",
319
424
  name: "Sentry",
320
- url: "https://mcp.sentry.dev",
425
+ url: "https://mcp.sentry.dev/mcp",
321
426
  transport: MCPTransportType.streamableHttp,
322
427
  category: "monitoring",
323
428
  description: "Error tracking and performance monitoring"
@@ -366,13 +471,12 @@ const PREBUILT_MCP_SERVERS = [
366
471
  description: "Open source Firebase alternative"
367
472
  },
368
473
  {
369
- id: "telnyx",
370
- name: "Telnyx",
371
- url: "https://api.telnyx.com/v2/mcp",
474
+ id: "tavily",
475
+ name: "Tavily",
476
+ url: "https://mcp.tavily.com/mcp",
372
477
  transport: MCPTransportType.streamableHttp,
373
- imageUrl: "https://www.telnyx.com/favicon.ico",
374
- category: "communication",
375
- description: "Communications API platform"
478
+ category: "ai",
479
+ description: "Real-time web search for AI agents"
376
480
  },
377
481
  {
378
482
  id: "thoughtspot",
@@ -383,14 +487,6 @@ const PREBUILT_MCP_SERVERS = [
383
487
  category: "analytics",
384
488
  description: "Analytics and business intelligence"
385
489
  },
386
- {
387
- id: "vercel",
388
- name: "Vercel",
389
- url: "https://mcp.vercel.com",
390
- transport: MCPTransportType.streamableHttp,
391
- category: "infrastructure",
392
- description: "Web hosting and deployment platform"
393
- },
394
490
  {
395
491
  id: "waystation",
396
492
  name: "WayStation",
@@ -403,20 +499,28 @@ const PREBUILT_MCP_SERVERS = [
403
499
  {
404
500
  id: "webflow",
405
501
  name: "Webflow",
406
- url: "https://mcp.webflow.com/sse",
407
- transport: MCPTransportType.sse,
502
+ url: "https://mcp.webflow.com/mcp",
503
+ transport: MCPTransportType.streamableHttp,
408
504
  category: "design",
409
505
  description: "Website builder and CMS"
410
506
  },
411
507
  {
412
508
  id: "wix",
413
509
  name: "Wix",
414
- url: "https://mcp.wix.com/sse",
415
- transport: MCPTransportType.sse,
510
+ url: "https://mcp.wix.com/mcp",
511
+ transport: MCPTransportType.streamableHttp,
416
512
  imageUrl: "https://wix.com/favicon.ico",
417
513
  category: "design",
418
514
  description: "Website builder"
419
515
  },
516
+ {
517
+ id: "wordpress",
518
+ name: "WordPress.com",
519
+ url: "https://public-api.wordpress.com/wpcom/v2/mcp/v1",
520
+ transport: MCPTransportType.streamableHttp,
521
+ category: "knowledge",
522
+ description: "Website builder and blogging platform"
523
+ },
420
524
  {
421
525
  id: "zapier",
422
526
  name: "Zapier",
@@ -1,10 +1,10 @@
1
1
  import { ManageAppVariables } from "../../../types/app.js";
2
2
  import { Hono } from "hono";
3
- import * as hono_types9 from "hono/types";
3
+ import * as hono_types6 from "hono/types";
4
4
 
5
5
  //#region src/domains/manage/routes/passwordResetLinks.d.ts
6
6
  declare const passwordResetLinksRoutes: Hono<{
7
7
  Variables: ManageAppVariables;
8
- }, hono_types9.BlankSchema, "/">;
8
+ }, hono_types6.BlankSchema, "/">;
9
9
  //#endregion
10
10
  export { passwordResetLinksRoutes as default };
@@ -1,10 +1,10 @@
1
1
  import { ManageAppVariables } from "../../../types/app.js";
2
2
  import { Hono } from "hono";
3
- import * as hono_types10 from "hono/types";
3
+ import * as hono_types9 from "hono/types";
4
4
 
5
5
  //#region src/domains/manage/routes/signoz.d.ts
6
6
  declare const app: Hono<{
7
7
  Variables: ManageAppVariables;
8
- }, hono_types10.BlankSchema, "/">;
8
+ }, hono_types9.BlankSchema, "/">;
9
9
  //#endregion
10
10
  export { app as default };
@@ -1,10 +1,10 @@
1
1
  import { ManageAppVariables } from "../../../types/app.js";
2
2
  import { Hono } from "hono";
3
- import * as hono_types11 from "hono/types";
3
+ import * as hono_types10 from "hono/types";
4
4
 
5
5
  //#region src/domains/manage/routes/users.d.ts
6
6
  declare const usersRoutes: Hono<{
7
7
  Variables: ManageAppVariables;
8
- }, hono_types11.BlankSchema, "/">;
8
+ }, hono_types10.BlankSchema, "/">;
9
9
  //#endregion
10
10
  export { usersRoutes as default };
@@ -1,7 +1,7 @@
1
1
  import { Hono } from "hono";
2
- import * as hono_types3 from "hono/types";
2
+ import * as hono_types11 from "hono/types";
3
3
 
4
4
  //#region src/domains/mcp/routes/mcp.d.ts
5
- declare const app: Hono<hono_types3.BlankEnv, hono_types3.BlankSchema, "/">;
5
+ declare const app: Hono<hono_types11.BlankEnv, hono_types11.BlankSchema, "/">;
6
6
  //#endregion
7
7
  export { app as default };
@@ -2,7 +2,7 @@ import { AgentConfig, AgentRunContext, DelegateRelation } from "./agent-types.js
2
2
  import "./Agent.js";
3
3
  import { InternalRelation } from "../utils/project.js";
4
4
  import { z } from "@hono/zod-openapi";
5
- import * as _inkeep_agents_core4 from "@inkeep/agents-core";
5
+ import * as _inkeep_agents_core5 from "@inkeep/agents-core";
6
6
  import { CredentialStoreRegistry, FullExecutionContext } from "@inkeep/agents-core";
7
7
  import * as ai0 from "ai";
8
8
 
@@ -50,7 +50,7 @@ declare function createDelegateToAgentTool({
50
50
  message: string;
51
51
  }, {
52
52
  toolCallId: any;
53
- result: _inkeep_agents_core4.Message | _inkeep_agents_core4.Task;
53
+ result: _inkeep_agents_core5.Message | _inkeep_agents_core5.Task;
54
54
  }>;
55
55
  /**
56
56
  * Parameters for building a transfer relation config
@@ -1,8 +1,8 @@
1
1
  import { OpenAPIHono } from "@hono/zod-openapi";
2
- import * as hono18 from "hono";
2
+ import * as hono0 from "hono";
3
3
 
4
4
  //#region src/domains/run/routes/auth.d.ts
5
5
  declare function getAnonJwtSecret(): Uint8Array;
6
- declare const app: OpenAPIHono<hono18.Env, {}, "/">;
6
+ declare const app: OpenAPIHono<hono0.Env, {}, "/">;
7
7
  //#endregion
8
8
  export { app as default, getAnonJwtSecret };