@copilotkit/runtime 1.9.2-next.21 → 1.9.2-next.23

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 (41) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/{chunk-UPC6N4MV.mjs → chunk-C6PCDSTD.mjs} +2 -2
  3. package/dist/{chunk-IBYPYIVX.mjs → chunk-FIA5HRU2.mjs} +57 -18
  4. package/dist/chunk-FIA5HRU2.mjs.map +1 -0
  5. package/dist/{chunk-IXK4UOV6.mjs → chunk-HZW6X63M.mjs} +2 -2
  6. package/dist/{chunk-P3HORCYJ.mjs → chunk-LYXJJDV3.mjs} +2 -2
  7. package/dist/{chunk-47L6Z7PJ.mjs → chunk-ZQUGWRVU.mjs} +2 -2
  8. package/dist/index.d.ts +1 -1
  9. package/dist/index.js +56 -17
  10. package/dist/index.js.map +1 -1
  11. package/dist/index.mjs +5 -5
  12. package/dist/lib/index.d.ts +1 -1
  13. package/dist/lib/index.js +56 -17
  14. package/dist/lib/index.js.map +1 -1
  15. package/dist/lib/index.mjs +5 -5
  16. package/dist/lib/integrations/index.d.ts +2 -2
  17. package/dist/lib/integrations/index.js +1 -1
  18. package/dist/lib/integrations/index.js.map +1 -1
  19. package/dist/lib/integrations/index.mjs +4 -4
  20. package/dist/lib/integrations/nest/index.d.ts +1 -1
  21. package/dist/lib/integrations/nest/index.js +1 -1
  22. package/dist/lib/integrations/nest/index.js.map +1 -1
  23. package/dist/lib/integrations/nest/index.mjs +2 -2
  24. package/dist/lib/integrations/node-express/index.d.ts +1 -1
  25. package/dist/lib/integrations/node-express/index.js +1 -1
  26. package/dist/lib/integrations/node-express/index.js.map +1 -1
  27. package/dist/lib/integrations/node-express/index.mjs +2 -2
  28. package/dist/lib/integrations/node-http/index.d.ts +1 -1
  29. package/dist/lib/integrations/node-http/index.js +1 -1
  30. package/dist/lib/integrations/node-http/index.js.map +1 -1
  31. package/dist/lib/integrations/node-http/index.mjs +1 -1
  32. package/dist/{shared-41d4988d.d.ts → shared-6b6dbf8b.d.ts} +1 -3
  33. package/package.json +2 -2
  34. package/src/lib/runtime/__tests__/mcp-tools-utils.test.ts +464 -0
  35. package/src/lib/runtime/copilot-runtime.ts +1 -3
  36. package/src/lib/runtime/mcp-tools-utils.ts +84 -18
  37. package/dist/chunk-IBYPYIVX.mjs.map +0 -1
  38. /package/dist/{chunk-UPC6N4MV.mjs.map → chunk-C6PCDSTD.mjs.map} +0 -0
  39. /package/dist/{chunk-IXK4UOV6.mjs.map → chunk-HZW6X63M.mjs.map} +0 -0
  40. /package/dist/{chunk-P3HORCYJ.mjs.map → chunk-LYXJJDV3.mjs.map} +0 -0
  41. /package/dist/{chunk-47L6Z7PJ.mjs.map → chunk-ZQUGWRVU.mjs.map} +0 -0
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  CustomEventNames,
3
3
  LangGraphAgent
4
- } from "../chunk-UPC6N4MV.mjs";
4
+ } from "../chunk-C6PCDSTD.mjs";
5
5
  import {
6
6
  config,
7
7
  copilotRuntimeNextJSAppRouterEndpoint,
8
8
  copilotRuntimeNextJSPagesRouterEndpoint
9
- } from "../chunk-IXK4UOV6.mjs";
9
+ } from "../chunk-HZW6X63M.mjs";
10
10
  import {
11
11
  copilotRuntimeNestEndpoint
12
- } from "../chunk-P3HORCYJ.mjs";
12
+ } from "../chunk-LYXJJDV3.mjs";
13
13
  import {
14
14
  copilotRuntimeNodeExpressEndpoint
15
- } from "../chunk-47L6Z7PJ.mjs";
15
+ } from "../chunk-ZQUGWRVU.mjs";
16
16
  import {
17
17
  CopilotRuntime,
18
18
  addCustomHeaderPlugin,
@@ -28,7 +28,7 @@ import {
28
28
  getCommonConfig,
29
29
  langGraphPlatformEndpoint,
30
30
  resolveEndpointType
31
- } from "../chunk-IBYPYIVX.mjs";
31
+ } from "../chunk-FIA5HRU2.mjs";
32
32
  import "../chunk-SHBDMA63.mjs";
33
33
  import {
34
34
  GoogleGenerativeAIAdapter,
@@ -1,5 +1,5 @@
1
- import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-41d4988d.js';
2
- export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-41d4988d.js';
1
+ import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-6b6dbf8b.js';
2
+ export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-6b6dbf8b.js';
3
3
  import * as graphql_yoga from 'graphql-yoga';
4
4
  import { YogaServerInstance } from 'graphql-yoga';
5
5
  export { copilotRuntimeNodeHttpEndpoint } from './node-http/index.js';
@@ -44,7 +44,7 @@ var require_package = __commonJS({
44
44
  publishConfig: {
45
45
  access: "public"
46
46
  },
47
- version: "1.9.2-next.21",
47
+ version: "1.9.2-next.23",
48
48
  sideEffects: false,
49
49
  main: "./dist/index.js",
50
50
  module: "./dist/index.mjs",