@avallon-labs/mcp 7.0.0 → 7.1.0-staging.260
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/index.js
CHANGED
|
@@ -2282,7 +2282,8 @@ var ListAgentsResponse = zod.object({
|
|
|
2282
2282
|
"GEMINI-2.5-flash-lite",
|
|
2283
2283
|
"GEMINI-3-flash",
|
|
2284
2284
|
"CLAUDE-sonnet-4.6",
|
|
2285
|
-
"CLAUDE-haiku-4.5"
|
|
2285
|
+
"CLAUDE-haiku-4.5",
|
|
2286
|
+
"GPT-5.4-mini"
|
|
2286
2287
|
]),
|
|
2287
2288
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2288
2289
|
tts_model: zod.enum([
|
|
@@ -2327,7 +2328,8 @@ var CreateAgentBody = zod.object({
|
|
|
2327
2328
|
"GEMINI-2.5-flash-lite",
|
|
2328
2329
|
"GEMINI-3-flash",
|
|
2329
2330
|
"CLAUDE-sonnet-4.6",
|
|
2330
|
-
"CLAUDE-haiku-4.5"
|
|
2331
|
+
"CLAUDE-haiku-4.5",
|
|
2332
|
+
"GPT-5.4-mini"
|
|
2331
2333
|
]).describe("LLM model for conversation"),
|
|
2332
2334
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]).describe("Text-to-speech provider"),
|
|
2333
2335
|
tts_model: zod.enum(["eleven_flash_v2_5", "eleven_turbo_v2_5", "sonic-3", "chirp_3"]).describe("Text-to-speech model"),
|
|
@@ -2381,7 +2383,8 @@ var GetAgentResponse = zod.object({
|
|
|
2381
2383
|
"GEMINI-2.5-flash-lite",
|
|
2382
2384
|
"GEMINI-3-flash",
|
|
2383
2385
|
"CLAUDE-sonnet-4.6",
|
|
2384
|
-
"CLAUDE-haiku-4.5"
|
|
2386
|
+
"CLAUDE-haiku-4.5",
|
|
2387
|
+
"GPT-5.4-mini"
|
|
2385
2388
|
]),
|
|
2386
2389
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2387
2390
|
tts_model: zod.enum([
|
|
@@ -2441,7 +2444,8 @@ var AddToolsToAgentResponse = zod.object({
|
|
|
2441
2444
|
"GEMINI-2.5-flash-lite",
|
|
2442
2445
|
"GEMINI-3-flash",
|
|
2443
2446
|
"CLAUDE-sonnet-4.6",
|
|
2444
|
-
"CLAUDE-haiku-4.5"
|
|
2447
|
+
"CLAUDE-haiku-4.5",
|
|
2448
|
+
"GPT-5.4-mini"
|
|
2445
2449
|
]),
|
|
2446
2450
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2447
2451
|
tts_model: zod.enum([
|
|
@@ -2501,7 +2505,8 @@ var DeleteToolsFromAgentResponse = zod.object({
|
|
|
2501
2505
|
"GEMINI-2.5-flash-lite",
|
|
2502
2506
|
"GEMINI-3-flash",
|
|
2503
2507
|
"CLAUDE-sonnet-4.6",
|
|
2504
|
-
"CLAUDE-haiku-4.5"
|
|
2508
|
+
"CLAUDE-haiku-4.5",
|
|
2509
|
+
"GPT-5.4-mini"
|
|
2505
2510
|
]),
|
|
2506
2511
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2507
2512
|
tts_model: zod.enum([
|
|
@@ -2551,7 +2556,8 @@ var UpdateAgentModelsBody = zod.object({
|
|
|
2551
2556
|
"GEMINI-2.5-flash-lite",
|
|
2552
2557
|
"GEMINI-3-flash",
|
|
2553
2558
|
"CLAUDE-sonnet-4.6",
|
|
2554
|
-
"CLAUDE-haiku-4.5"
|
|
2559
|
+
"CLAUDE-haiku-4.5",
|
|
2560
|
+
"GPT-5.4-mini"
|
|
2555
2561
|
]),
|
|
2556
2562
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2557
2563
|
tts_model: zod.enum([
|
|
@@ -2603,7 +2609,8 @@ var UpdateAgentModelsResponse = zod.object({
|
|
|
2603
2609
|
"GEMINI-2.5-flash-lite",
|
|
2604
2610
|
"GEMINI-3-flash",
|
|
2605
2611
|
"CLAUDE-sonnet-4.6",
|
|
2606
|
-
"CLAUDE-haiku-4.5"
|
|
2612
|
+
"CLAUDE-haiku-4.5",
|
|
2613
|
+
"GPT-5.4-mini"
|
|
2607
2614
|
]),
|
|
2608
2615
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2609
2616
|
tts_model: zod.enum([
|
|
@@ -2660,7 +2667,8 @@ var UpdateCallControlsResponse = zod.object({
|
|
|
2660
2667
|
"GEMINI-2.5-flash-lite",
|
|
2661
2668
|
"GEMINI-3-flash",
|
|
2662
2669
|
"CLAUDE-sonnet-4.6",
|
|
2663
|
-
"CLAUDE-haiku-4.5"
|
|
2670
|
+
"CLAUDE-haiku-4.5",
|
|
2671
|
+
"GPT-5.4-mini"
|
|
2664
2672
|
]),
|
|
2665
2673
|
tts_provider: zod.enum(["elevenlabs", "cartesia", "google"]),
|
|
2666
2674
|
tts_model: zod.enum([
|
|
@@ -4736,4 +4744,4 @@ var transport = new StdioServerTransport();
|
|
|
4736
4744
|
server.connect(transport).then(() => {
|
|
4737
4745
|
console.error("MCP server running on stdio");
|
|
4738
4746
|
}).catch(console.error);
|
|
4739
|
-
//# sourceMappingURL=server-
|
|
4747
|
+
//# sourceMappingURL=server-N3ERYWWG.js.map
|