dev3000 0.0.66 → 0.0.68

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 (208) hide show
  1. package/README.md +56 -7
  2. package/dist/cdp-monitor.d.ts +4 -1
  3. package/dist/cdp-monitor.d.ts.map +1 -1
  4. package/dist/cdp-monitor.js +39 -7
  5. package/dist/cdp-monitor.js.map +1 -1
  6. package/dist/cli.d.ts +1 -1
  7. package/dist/cli.js +12 -7
  8. package/dist/cli.js.map +1 -1
  9. package/dist/dev-environment.d.ts +2 -0
  10. package/dist/dev-environment.d.ts.map +1 -1
  11. package/dist/dev-environment.js +174 -42
  12. package/dist/dev-environment.js.map +1 -1
  13. package/dist/services/parsers/log-parsers/base.d.ts +1 -1
  14. package/dist/services/parsers/log-parsers/base.d.ts.map +1 -1
  15. package/dist/src/tui-interface-impl.tsx +163 -48
  16. package/dist/tui-interface-impl.d.ts.map +1 -1
  17. package/dist/tui-interface-impl.js +72 -14
  18. package/dist/tui-interface-impl.js.map +1 -1
  19. package/dist/utils/project-name.d.ts +18 -0
  20. package/dist/utils/project-name.d.ts.map +1 -0
  21. package/dist/utils/project-name.js +114 -0
  22. package/dist/utils/project-name.js.map +1 -0
  23. package/dist/utils/timestamp.d.ts +8 -0
  24. package/dist/utils/timestamp.d.ts.map +1 -0
  25. package/dist/utils/timestamp.js +18 -0
  26. package/dist/utils/timestamp.js.map +1 -0
  27. package/mcp-server/.next/BUILD_ID +1 -1
  28. package/mcp-server/.next/app-build-manifest.json +8 -6
  29. package/mcp-server/.next/build-manifest.json +2 -2
  30. package/mcp-server/.next/fallback-build-manifest.json +2 -2
  31. package/mcp-server/.next/next-minimal-server.js.nft.json +1 -1
  32. package/mcp-server/.next/next-server.js.nft.json +1 -1
  33. package/mcp-server/.next/prerender-manifest.json +10 -10
  34. package/mcp-server/.next/required-server-files.json +1 -0
  35. package/mcp-server/.next/server/app/_global-error/page.js.nft.json +1 -1
  36. package/mcp-server/.next/server/app/_global-error.html +2 -2
  37. package/mcp-server/.next/server/app/_global-error.rsc +1 -1
  38. package/mcp-server/.next/server/app/_not-found/page/app-build-manifest.json +1 -1
  39. package/mcp-server/.next/server/app/_not-found/page.js.nft.json +1 -1
  40. package/mcp-server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  41. package/mcp-server/.next/server/app/_not-found.html +1 -1
  42. package/mcp-server/.next/server/app/_not-found.rsc +2 -2
  43. package/mcp-server/.next/server/app/api/logs/append/route.js.nft.json +1 -1
  44. package/mcp-server/.next/server/app/api/logs/head/route.js.nft.json +1 -1
  45. package/mcp-server/.next/server/app/api/logs/list/route.js.nft.json +1 -1
  46. package/mcp-server/.next/server/app/api/logs/rotate/route.js.nft.json +1 -1
  47. package/mcp-server/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
  48. package/mcp-server/.next/server/app/api/logs/tail/route.js.nft.json +1 -1
  49. package/mcp-server/.next/server/app/api/screenshots/[filename]/route.js.nft.json +1 -1
  50. package/mcp-server/.next/server/app/api/tools/route.js.nft.json +1 -1
  51. package/mcp-server/.next/server/app/index.html +1 -1
  52. package/mcp-server/.next/server/app/index.rsc +3 -3
  53. package/mcp-server/.next/server/app/logs/page/app-build-manifest.json +4 -3
  54. package/mcp-server/.next/server/app/logs/page.js.nft.json +1 -1
  55. package/mcp-server/.next/server/app/logs/page_client-reference-manifest.js +1 -1
  56. package/mcp-server/.next/server/app/mcp/route.js.nft.json +1 -1
  57. package/mcp-server/.next/server/app/page/app-build-manifest.json +3 -2
  58. package/mcp-server/.next/server/app/page.js.nft.json +1 -1
  59. package/mcp-server/.next/server/app/page_client-reference-manifest.js +1 -1
  60. package/mcp-server/.next/server/chunks/ssr/{node_modules__pnpm_4f58b96e._.js → _188bfe33._.js} +2 -2
  61. package/mcp-server/.next/server/chunks/ssr/_188bfe33._.js.map +1 -0
  62. package/mcp-server/.next/server/chunks/ssr/_9d670a6b._.js +2 -2
  63. package/mcp-server/.next/server/chunks/ssr/_9d670a6b._.js.map +1 -1
  64. package/mcp-server/.next/server/chunks/ssr/_d858c4cd._.js +1 -1
  65. package/mcp-server/.next/server/chunks/ssr/_d858c4cd._.js.map +1 -1
  66. package/mcp-server/.next/server/chunks/ssr/_dae9c1d5._.js +1 -1
  67. package/mcp-server/.next/server/chunks/ssr/_dae9c1d5._.js.map +1 -1
  68. package/mcp-server/.next/server/chunks/ssr/{node_modules__pnpm_87fb6266._.js → _f03e80a8._.js} +2 -2
  69. package/mcp-server/.next/server/chunks/ssr/_f03e80a8._.js.map +1 -0
  70. package/mcp-server/.next/server/chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js +1 -1
  71. package/mcp-server/.next/server/chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js.map +1 -1
  72. package/mcp-server/.next/server/server-reference-manifest.js +1 -1
  73. package/mcp-server/.next/server/server-reference-manifest.json +1 -1
  74. package/mcp-server/.next/static/chunks/5a5edc75ee7e7de4.js +1 -0
  75. package/mcp-server/.next/static/chunks/65b18bf1ede9811a.css +1 -0
  76. package/mcp-server/.next/static/chunks/90585d882461b546.js +1 -0
  77. package/mcp-server/.next/static/chunks/c5f8464bc8083ee7.js +1 -0
  78. package/mcp-server/app/api/screenshots/[filename]/route.ts +15 -9
  79. package/mcp-server/app/api/tools/route.ts +22 -5
  80. package/mcp-server/app/layout.tsx +4 -2
  81. package/mcp-server/app/logs/LogsClient.infinite-loop.test.tsx +127 -0
  82. package/mcp-server/app/logs/LogsClient.tsx +318 -201
  83. package/mcp-server/app/logs/page.tsx +19 -3
  84. package/mcp-server/app/logs/utils.ts +15 -3
  85. package/mcp-server/app/mcp/route.ts +75 -509
  86. package/mcp-server/app/mcp/tools.ts +747 -0
  87. package/mcp-server/app/page.tsx +244 -169
  88. package/mcp-server/next.config.ts +1 -1
  89. package/mcp-server/package.json +14 -6
  90. package/mcp-server/public/favicon-16.svg +4 -0
  91. package/mcp-server/public/favicon-180.png +0 -0
  92. package/mcp-server/public/favicon-64.svg +4 -0
  93. package/mcp-server/public/favicon-preview.html +67 -0
  94. package/mcp-server/public/favicon.ico +0 -0
  95. package/mcp-server/public/favicon.svg +4 -0
  96. package/mcp-server/public/screenshots/test.txt +1 -0
  97. package/mcp-server/start-production.js +60 -0
  98. package/package.json +28 -15
  99. package/src/tui-interface-impl.tsx +163 -48
  100. package/mcp-server/.next/build/chunks/[root-of-the-server]__25374c4f._.js +0 -496
  101. package/mcp-server/.next/build/chunks/[root-of-the-server]__25374c4f._.js.map +0 -11
  102. package/mcp-server/.next/build/chunks/[root-of-the-server]__4718a9dd._.js +0 -408
  103. package/mcp-server/.next/build/chunks/[root-of-the-server]__4718a9dd._.js.map +0 -7
  104. package/mcp-server/.next/build/chunks/[root-of-the-server]__c438ef56._.js +0 -205
  105. package/mcp-server/.next/build/chunks/[root-of-the-server]__c438ef56._.js.map +0 -8
  106. package/mcp-server/.next/build/chunks/[root-of-the-server]__c7ae8543._.js +0 -496
  107. package/mcp-server/.next/build/chunks/[root-of-the-server]__c7ae8543._.js.map +0 -11
  108. package/mcp-server/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_d723d216._.js +0 -13
  109. package/mcp-server/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_d723d216._.js.map +0 -5
  110. package/mcp-server/.next/build/chunks/[turbopack-node]_transforms_webpack-loaders_ts_5a40237e._.js +0 -12
  111. package/mcp-server/.next/build/chunks/[turbopack-node]_transforms_webpack-loaders_ts_5a40237e._.js.map +0 -5
  112. package/mcp-server/.next/build/chunks/[turbopack]_runtime.js +0 -770
  113. package/mcp-server/.next/build/chunks/[turbopack]_runtime.js.map +0 -10
  114. package/mcp-server/.next/build/chunks/node_modules__pnpm_806d01c0._.js +0 -6759
  115. package/mcp-server/.next/build/chunks/node_modules__pnpm_806d01c0._.js.map +0 -47
  116. package/mcp-server/.next/cache/.previewinfo +0 -1
  117. package/mcp-server/.next/cache/.rscinfo +0 -1
  118. package/mcp-server/.next/cache/.tsbuildinfo +0 -1
  119. package/mcp-server/.next/cache/next-devtools-config.json +0 -1
  120. package/mcp-server/.next/cache/webpack/client-development/0.pack.gz +0 -0
  121. package/mcp-server/.next/cache/webpack/client-development/1.pack.gz +0 -0
  122. package/mcp-server/.next/cache/webpack/client-development/2.pack.gz +0 -0
  123. package/mcp-server/.next/cache/webpack/client-development/3.pack.gz +0 -0
  124. package/mcp-server/.next/cache/webpack/client-development/4.pack.gz +0 -0
  125. package/mcp-server/.next/cache/webpack/client-development/index.pack.gz +0 -0
  126. package/mcp-server/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  127. package/mcp-server/.next/cache/webpack/server-development/0.pack.gz +0 -0
  128. package/mcp-server/.next/cache/webpack/server-development/1.pack.gz +0 -0
  129. package/mcp-server/.next/cache/webpack/server-development/2.pack.gz +0 -0
  130. package/mcp-server/.next/cache/webpack/server-development/3.pack.gz +0 -0
  131. package/mcp-server/.next/cache/webpack/server-development/4.pack.gz +0 -0
  132. package/mcp-server/.next/cache/webpack/server-development/5.pack.gz +0 -0
  133. package/mcp-server/.next/cache/webpack/server-development/index.pack.gz +0 -0
  134. package/mcp-server/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  135. package/mcp-server/.next/diagnostics/build-diagnostics.json +0 -6
  136. package/mcp-server/.next/diagnostics/framework.json +0 -1
  137. package/mcp-server/.next/server/chunks/0916f_next_ab257ac1._.js +0 -17
  138. package/mcp-server/.next/server/chunks/0916f_next_ab257ac1._.js.map +0 -1
  139. package/mcp-server/.next/server/chunks/250ae__next-internal_server_app_api_screenshots_[filename]_route_actions_4f8d6e37.js +0 -3
  140. package/mcp-server/.next/server/chunks/250ae__next-internal_server_app_api_screenshots_[filename]_route_actions_4f8d6e37.js.map +0 -1
  141. package/mcp-server/.next/server/chunks/[root-of-the-server]__1b561deb._.js +0 -3
  142. package/mcp-server/.next/server/chunks/[root-of-the-server]__1b561deb._.js.map +0 -1
  143. package/mcp-server/.next/server/chunks/[root-of-the-server]__38e8baae._.js +0 -22
  144. package/mcp-server/.next/server/chunks/[root-of-the-server]__38e8baae._.js.map +0 -1
  145. package/mcp-server/.next/server/chunks/[root-of-the-server]__47380b6c._.js +0 -7
  146. package/mcp-server/.next/server/chunks/[root-of-the-server]__47380b6c._.js.map +0 -1
  147. package/mcp-server/.next/server/chunks/[root-of-the-server]__674284d7._.js +0 -3
  148. package/mcp-server/.next/server/chunks/[root-of-the-server]__674284d7._.js.map +0 -1
  149. package/mcp-server/.next/server/chunks/[root-of-the-server]__6a89b7dc._.js +0 -3
  150. package/mcp-server/.next/server/chunks/[root-of-the-server]__6a89b7dc._.js.map +0 -1
  151. package/mcp-server/.next/server/chunks/[root-of-the-server]__729bfe09._.js +0 -11
  152. package/mcp-server/.next/server/chunks/[root-of-the-server]__729bfe09._.js.map +0 -1
  153. package/mcp-server/.next/server/chunks/[root-of-the-server]__a433711a._.js +0 -3
  154. package/mcp-server/.next/server/chunks/[root-of-the-server]__a433711a._.js.map +0 -1
  155. package/mcp-server/.next/server/chunks/[root-of-the-server]__a58600d8._.js +0 -3
  156. package/mcp-server/.next/server/chunks/[root-of-the-server]__a58600d8._.js.map +0 -1
  157. package/mcp-server/.next/server/chunks/[root-of-the-server]__bc43993b._.js +0 -3
  158. package/mcp-server/.next/server/chunks/[root-of-the-server]__bc43993b._.js.map +0 -1
  159. package/mcp-server/.next/server/chunks/[root-of-the-server]__c464573d._.js +0 -3
  160. package/mcp-server/.next/server/chunks/[root-of-the-server]__c464573d._.js.map +0 -1
  161. package/mcp-server/.next/server/chunks/[root-of-the-server]__e6d29491._.js +0 -4
  162. package/mcp-server/.next/server/chunks/[root-of-the-server]__e6d29491._.js.map +0 -1
  163. package/mcp-server/.next/server/chunks/[turbopack]_runtime.js +0 -770
  164. package/mcp-server/.next/server/chunks/[turbopack]_runtime.js.map +0 -10
  165. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_append_route_actions_bc66060f.js +0 -3
  166. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_append_route_actions_bc66060f.js.map +0 -1
  167. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_head_route_actions_1152480c.js +0 -3
  168. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_head_route_actions_1152480c.js.map +0 -1
  169. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_list_route_actions_b9e24400.js +0 -3
  170. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_list_route_actions_b9e24400.js.map +0 -1
  171. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_rotate_route_actions_76075d08.js +0 -3
  172. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_rotate_route_actions_76075d08.js.map +0 -1
  173. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_stream_route_actions_16e5c553.js +0 -3
  174. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_stream_route_actions_16e5c553.js.map +0 -1
  175. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_tail_route_actions_55440150.js +0 -3
  176. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_logs_tail_route_actions_55440150.js.map +0 -1
  177. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_tools_route_actions_007f3c7c.js +0 -3
  178. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_api_tools_route_actions_007f3c7c.js.map +0 -1
  179. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_mcp_route_actions_7f7b5be4.js +0 -3
  180. package/mcp-server/.next/server/chunks/mcp-server__next-internal_server_app_mcp_route_actions_7f7b5be4.js.map +0 -1
  181. package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_4f58b96e._.js.map +0 -1
  182. package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_87fb6266._.js.map +0 -1
  183. package/mcp-server/.next/server/pages/404.html +0 -1
  184. package/mcp-server/.next/server/pages/500.html +0 -2
  185. package/mcp-server/.next/server/pages/_app/build-manifest.json +0 -9
  186. package/mcp-server/.next/server/pages/_app/client-build-manifest.json +0 -1
  187. package/mcp-server/.next/server/pages/_app/next-font-manifest.json +0 -6
  188. package/mcp-server/.next/server/pages/_app/pages-manifest.json +0 -1
  189. package/mcp-server/.next/server/pages/_app/react-loadable-manifest.json +0 -1
  190. package/mcp-server/.next/server/pages/_document/next-font-manifest.json +0 -6
  191. package/mcp-server/.next/server/pages/_document/pages-manifest.json +0 -1
  192. package/mcp-server/.next/server/pages/_document/react-loadable-manifest.json +0 -1
  193. package/mcp-server/.next/server/pages/_error/build-manifest.json +0 -9
  194. package/mcp-server/.next/server/pages/_error/client-build-manifest.json +0 -1
  195. package/mcp-server/.next/server/pages/_error/next-font-manifest.json +0 -6
  196. package/mcp-server/.next/server/pages/_error/pages-manifest.json +0 -1
  197. package/mcp-server/.next/server/pages/_error/react-loadable-manifest.json +0 -1
  198. package/mcp-server/.next/static/chunks/11f1b53bdf7a9af0.js +0 -1
  199. package/mcp-server/.next/static/chunks/3d4ea64f6384f2c6.js +0 -1
  200. package/mcp-server/.next/static/chunks/50335dad5c51aab8.js +0 -1
  201. package/mcp-server/.next/static/chunks/bdd0789390bc312f.css +0 -1
  202. package/mcp-server/.next/trace +0 -1
  203. package/mcp-server/.next/turbopack +0 -0
  204. package/mcp-server/.next/types/routes.d.ts +0 -82
  205. package/mcp-server/.next/types/validator.ts +0 -160
  206. /package/mcp-server/.next/static/{mZfouQw6OHfahPQayuVeY → 9VUbGT0H5KtrSKNmmAF__}/_buildManifest.js +0 -0
  207. /package/mcp-server/.next/static/{mZfouQw6OHfahPQayuVeY → 9VUbGT0H5KtrSKNmmAF__}/_clientMiddlewareManifest.json +0 -0
  208. /package/mcp-server/.next/static/{mZfouQw6OHfahPQayuVeY → 9VUbGT0H5KtrSKNmmAF__}/_ssgManifest.js +0 -0
@@ -2,15 +2,15 @@
2
2
  2:I[79442,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
3
3
  3:I[91868,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
4
4
  4:I[41731,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"ClientPageRoot"]
5
- 5:I[41449,["/_next/static/chunks/50335dad5c51aab8.js"],"default"]
5
+ 5:I[41449,["/_next/static/chunks/5a5edc75ee7e7de4.js","/_next/static/chunks/90585d882461b546.js"],"default"]
6
6
  8:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"OutletBoundary"]
7
7
  a:I[72445,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"AsyncMetadataOutlet"]
8
8
  c:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"ViewportBoundary"]
9
9
  e:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"MetadataBoundary"]
10
10
  f:"$Sreact.suspense"
11
11
  11:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
12
- :HL["/_next/static/chunks/bdd0789390bc312f.css","style"]
13
- 0:{"P":null,"b":"mZfouQw6OHfahPQayuVeY","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/bdd0789390bc312f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full","children":[["$","head",null,{"children":[["$","title",null,{"children":"🎯 dev3000"}],["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}],["$","link",null,{"rel":"icon","href":"/favicon-16.svg","type":"image/svg+xml","sizes":"16x16"}],["$","link",null,{"rel":"apple-touch-icon","href":"/favicon-180.png"}],["$","meta",null,{"name":"theme-color","content":"#1f2937"}]]}],["$","body",null,{"className":"h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],[["$","script","script-0",{"src":"/_next/static/chunks/50335dad5c51aab8.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,[["$","$Lc",null,{"children":"$Ld"}],null],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
12
+ :HL["/_next/static/chunks/65b18bf1ede9811a.css","style"]
13
+ 0:{"P":null,"b":"9VUbGT0H5KtrSKNmmAF__","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/65b18bf1ede9811a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full","children":[["$","head",null,{"children":[["$","title",null,{"children":"🎯 dev3000"}],["$","link",null,{"rel":"icon","href":"/favicon.ico","type":"image/x-icon"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml","sizes":"32x32"}],["$","link",null,{"rel":"icon","href":"/favicon-16.svg","type":"image/svg+xml","sizes":"16x16"}],["$","link",null,{"rel":"icon","href":"/favicon-64.svg","type":"image/svg+xml","sizes":"64x64"}],["$","link",null,{"rel":"apple-touch-icon","href":"/favicon-180.png"}],["$","link",null,{"rel":"shortcut icon","href":"/favicon.svg"}],["$","meta",null,{"name":"theme-color","content":"#1f2937"}]]}],["$","body",null,{"className":"h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],[["$","script","script-0",{"src":"/_next/static/chunks/5a5edc75ee7e7de4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/90585d882461b546.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,[["$","$Lc",null,{"children":"$Ld"}],null],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
14
14
  6:{}
15
15
  7:"$0:f:0:1:2:children:1:props:children:0:props:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -3,9 +3,10 @@
3
3
  "/logs/page": [
4
4
  "static/chunks/044e917a180dc576.js",
5
5
  "static/chunks/1415a83da347ea73.js",
6
- "static/chunks/bdd0789390bc312f.css",
7
- "static/chunks/3d4ea64f6384f2c6.js",
8
- "static/chunks/11f1b53bdf7a9af0.js",
6
+ "static/chunks/65b18bf1ede9811a.css",
7
+ "static/chunks/044e917a180dc576.js",
8
+ "static/chunks/c5f8464bc8083ee7.js",
9
+ "static/chunks/90585d882461b546.js",
9
10
  "static/chunks/6839f59cc7f3e68c.js",
10
11
  "static/chunks/b137bfc92ad8bec0.js",
11
12
  "static/chunks/8a5ef92054eb3f68.js",
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../../node_modules/.pnpm/node_modules/next","../../../../app/logs/LogsClient.test.ts","../../../../app/logs/LogsClient.tsx","../../../../app/logs/page.tsx","../../../../app/logs/utils.ts","../../../../node_modules/next","../../chunks/ssr/0916f_next_dist_927c15f3._.js","../../chunks/ssr/0916f_next_dist_c17417af._.js","../../chunks/ssr/0916f_next_dist_c724e947._.js","../../chunks/ssr/0916f_next_dist_client_components_builtin_forbidden_7b57efa5.js","../../chunks/ssr/0916f_next_dist_client_components_builtin_global-error_118601bd.js","../../chunks/ssr/0916f_next_dist_client_components_builtin_unauthorized_6614f15c.js","../../chunks/ssr/0916f_next_dist_client_components_f453b63e._.js","../../chunks/ssr/0916f_next_dist_esm_87a80014._.js","../../chunks/ssr/[root-of-the-server]__2cdf0446._.js","../../chunks/ssr/[root-of-the-server]__524f1e5c._.js","../../chunks/ssr/[root-of-the-server]__73b7df71._.js","../../chunks/ssr/[root-of-the-server]__db132681._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_8babd77a._.js","../../chunks/ssr/_9d670a6b._.js","../../chunks/ssr/_dae9c1d5._.js","../../chunks/ssr/mcp-server__next-internal_server_app_logs_page_actions_71542ba9.js","../../chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js","../../chunks/ssr/node_modules__pnpm_4f58b96e._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../../node_modules/.pnpm/node_modules/next","../../../../../node_modules/next","../../../../app/logs/LogsClient.infinite-loop.test.tsx","../../../../app/logs/LogsClient.test.ts","../../../../app/logs/LogsClient.tsx","../../../../app/logs/page.tsx","../../../../app/logs/utils.ts","../../../../node_modules/next","../../chunks/ssr/0916f_next_dist_927c15f3._.js","../../chunks/ssr/0916f_next_dist_c17417af._.js","../../chunks/ssr/0916f_next_dist_c724e947._.js","../../chunks/ssr/0916f_next_dist_client_components_builtin_forbidden_7b57efa5.js","../../chunks/ssr/0916f_next_dist_client_components_builtin_global-error_118601bd.js","../../chunks/ssr/0916f_next_dist_client_components_builtin_unauthorized_6614f15c.js","../../chunks/ssr/0916f_next_dist_client_components_f453b63e._.js","../../chunks/ssr/0916f_next_dist_esm_87a80014._.js","../../chunks/ssr/[root-of-the-server]__2cdf0446._.js","../../chunks/ssr/[root-of-the-server]__524f1e5c._.js","../../chunks/ssr/[root-of-the-server]__73b7df71._.js","../../chunks/ssr/[root-of-the-server]__db132681._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_188bfe33._.js","../../chunks/ssr/_8babd77a._.js","../../chunks/ssr/_9d670a6b._.js","../../chunks/ssr/_dae9c1d5._.js","../../chunks/ssr/mcp-server__next-internal_server_app_logs_page_actions_71542ba9.js","../../chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/logs/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js <module evaluation>":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/mcp-server/app/logs/LogsClient.tsx <module evaluation>":{"id":54735,"name":"*","chunks":["/_next/static/chunks/3d4ea64f6384f2c6.js","/_next/static/chunks/11f1b53bdf7a9af0.js"],"async":false},"[project]/mcp-server/app/logs/LogsClient.tsx":{"id":54735,"name":"*","chunks":["/_next/static/chunks/3d4ea64f6384f2c6.js","/_next/static/chunks/11f1b53bdf7a9af0.js"],"async":false}},"ssrModuleMapping":{"79442":{"*":{"id":10341,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"91868":{"*":{"id":6811,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"41731":{"*":{"id":85378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"27256":{"*":{"id":85002,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"90212":{"*":{"id":38417,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"42907":{"*":{"id":17004,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"72445":{"*":{"id":96210,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"33058":{"*":{"id":76042,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"57588":{"*":{"id":1516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"54735":{"*":{"id":78506,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__524f1e5c._.js","server/chunks/ssr/_9d670a6b._.js","server/chunks/ssr/node_modules__pnpm_4f58b96e._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"79442":{"*":{"id":33085,"name":"*","chunks":[],"async":false}},"91868":{"*":{"id":65243,"name":"*","chunks":[],"async":false}},"41731":{"*":{"id":73071,"name":"*","chunks":[],"async":false}},"27256":{"*":{"id":29471,"name":"*","chunks":[],"async":false}},"90212":{"*":{"id":58765,"name":"*","chunks":[],"async":false}},"42907":{"*":{"id":29751,"name":"*","chunks":[],"async":false}},"72445":{"*":{"id":99955,"name":"*","chunks":[],"async":false}},"33058":{"*":{"id":1824,"name":"*","chunks":[],"async":false}},"57588":{"*":{"id":73728,"name":"*","chunks":[],"async":false}},"54735":{"*":{"id":87872,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/mcp-server/app/layout":[{"path":"static/chunks/bdd0789390bc312f.css","inlined":false}],"[project]/mcp-server/app/logs/page":[{"path":"static/chunks/bdd0789390bc312f.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/044e917a180dc576.js","static/chunks/1415a83da347ea73.js"],"[project]/mcp-server/app/layout":[],"[project]/mcp-server/app/logs/page":["static/chunks/3d4ea64f6384f2c6.js","static/chunks/11f1b53bdf7a9af0.js"]}}
2
+ globalThis.__RSC_MANIFEST["/logs/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js <module evaluation>":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/mcp-server/app/logs/LogsClient.tsx <module evaluation>":{"id":54735,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/c5f8464bc8083ee7.js","/_next/static/chunks/90585d882461b546.js"],"async":false},"[project]/mcp-server/app/logs/LogsClient.tsx":{"id":54735,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/c5f8464bc8083ee7.js","/_next/static/chunks/90585d882461b546.js"],"async":false}},"ssrModuleMapping":{"79442":{"*":{"id":10341,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"91868":{"*":{"id":6811,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"41731":{"*":{"id":85378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"27256":{"*":{"id":85002,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"90212":{"*":{"id":38417,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"42907":{"*":{"id":17004,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"72445":{"*":{"id":96210,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"33058":{"*":{"id":76042,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"57588":{"*":{"id":1516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"54735":{"*":{"id":78506,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__524f1e5c._.js","server/chunks/ssr/_188bfe33._.js","server/chunks/ssr/_9d670a6b._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"79442":{"*":{"id":33085,"name":"*","chunks":[],"async":false}},"91868":{"*":{"id":65243,"name":"*","chunks":[],"async":false}},"41731":{"*":{"id":73071,"name":"*","chunks":[],"async":false}},"27256":{"*":{"id":29471,"name":"*","chunks":[],"async":false}},"90212":{"*":{"id":58765,"name":"*","chunks":[],"async":false}},"42907":{"*":{"id":29751,"name":"*","chunks":[],"async":false}},"72445":{"*":{"id":99955,"name":"*","chunks":[],"async":false}},"33058":{"*":{"id":1824,"name":"*","chunks":[],"async":false}},"57588":{"*":{"id":73728,"name":"*","chunks":[],"async":false}},"54735":{"*":{"id":87872,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/mcp-server/app/layout":[{"path":"static/chunks/65b18bf1ede9811a.css","inlined":false}],"[project]/mcp-server/app/logs/page":[{"path":"static/chunks/65b18bf1ede9811a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/044e917a180dc576.js","static/chunks/1415a83da347ea73.js"],"[project]/mcp-server/app/layout":[],"[project]/mcp-server/app/logs/page":["static/chunks/044e917a180dc576.js","static/chunks/c5f8464bc8083ee7.js","static/chunks/90585d882461b546.js"]}}
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../../node_modules/.pnpm/node_modules/next","../../../../app/mcp/route.ts","../../../../node_modules/next","../../chunks/[root-of-the-server]__38e8baae._.js","../../chunks/[root-of-the-server]__47380b6c._.js","../../chunks/[root-of-the-server]__bc43993b._.js","../../chunks/[turbopack]_runtime.js","../../chunks/mcp-server__next-internal_server_app_mcp_route_actions_7f7b5be4.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../../node_modules/.pnpm/node_modules/next","../../../../../node_modules/next","../../../../app/mcp/route.ts","../../../../app/mcp/tools.ts","../../../../node_modules/next","../../chunks/[root-of-the-server]__38e8baae._.js","../../chunks/[root-of-the-server]__47380b6c._.js","../../chunks/[root-of-the-server]__bc43993b._.js","../../chunks/[turbopack]_runtime.js","../../chunks/mcp-server__next-internal_server_app_mcp_route_actions_7f7b5be4.js","./route_client-reference-manifest.js"]}
@@ -3,8 +3,9 @@
3
3
  "/page": [
4
4
  "static/chunks/044e917a180dc576.js",
5
5
  "static/chunks/1415a83da347ea73.js",
6
- "static/chunks/bdd0789390bc312f.css",
7
- "static/chunks/50335dad5c51aab8.js",
6
+ "static/chunks/65b18bf1ede9811a.css",
7
+ "static/chunks/5a5edc75ee7e7de4.js",
8
+ "static/chunks/90585d882461b546.js",
8
9
  "static/chunks/6839f59cc7f3e68c.js",
9
10
  "static/chunks/b137bfc92ad8bec0.js",
10
11
  "static/chunks/8a5ef92054eb3f68.js",
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../node_modules/.pnpm/node_modules/next","../../../node_modules/next","../chunks/ssr/0916f_next_dist_927c15f3._.js","../chunks/ssr/0916f_next_dist_c17417af._.js","../chunks/ssr/0916f_next_dist_c724e947._.js","../chunks/ssr/0916f_next_dist_client_components_builtin_forbidden_7b57efa5.js","../chunks/ssr/0916f_next_dist_client_components_builtin_global-error_118601bd.js","../chunks/ssr/0916f_next_dist_client_components_builtin_unauthorized_6614f15c.js","../chunks/ssr/0916f_next_dist_client_components_f453b63e._.js","../chunks/ssr/0916f_next_dist_esm_87a80014._.js","../chunks/ssr/[root-of-the-server]__2cdf0446._.js","../chunks/ssr/[root-of-the-server]__6518b3b8._.js","../chunks/ssr/[root-of-the-server]__73b7df71._.js","../chunks/ssr/[root-of-the-server]__83ee047c._.js","../chunks/ssr/[turbopack]_runtime.js","../chunks/ssr/_3a061fbf._.js","../chunks/ssr/_d858c4cd._.js","../chunks/ssr/mcp-server__next-internal_server_app_page_actions_a5ee4758.js","../chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js","../chunks/ssr/node_modules__pnpm_87fb6266._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../node_modules/.pnpm/node_modules/next","../../../../node_modules/next","../../../node_modules/next","../chunks/ssr/0916f_next_dist_927c15f3._.js","../chunks/ssr/0916f_next_dist_c17417af._.js","../chunks/ssr/0916f_next_dist_c724e947._.js","../chunks/ssr/0916f_next_dist_client_components_builtin_forbidden_7b57efa5.js","../chunks/ssr/0916f_next_dist_client_components_builtin_global-error_118601bd.js","../chunks/ssr/0916f_next_dist_client_components_builtin_unauthorized_6614f15c.js","../chunks/ssr/0916f_next_dist_client_components_f453b63e._.js","../chunks/ssr/0916f_next_dist_esm_87a80014._.js","../chunks/ssr/[root-of-the-server]__2cdf0446._.js","../chunks/ssr/[root-of-the-server]__6518b3b8._.js","../chunks/ssr/[root-of-the-server]__73b7df71._.js","../chunks/ssr/[root-of-the-server]__83ee047c._.js","../chunks/ssr/[turbopack]_runtime.js","../chunks/ssr/_3a061fbf._.js","../chunks/ssr/_d858c4cd._.js","../chunks/ssr/_f03e80a8._.js","../chunks/ssr/mcp-server__next-internal_server_app_page_actions_a5ee4758.js","../chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js <module evaluation>":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/mcp-server/app/page.tsx <module evaluation>":{"id":41449,"name":"*","chunks":["/_next/static/chunks/50335dad5c51aab8.js"],"async":false},"[project]/mcp-server/app/page.tsx":{"id":41449,"name":"*","chunks":["/_next/static/chunks/50335dad5c51aab8.js"],"async":false}},"ssrModuleMapping":{"79442":{"*":{"id":10341,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"91868":{"*":{"id":6811,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"41731":{"*":{"id":85378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"27256":{"*":{"id":85002,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"90212":{"*":{"id":38417,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"42907":{"*":{"id":17004,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"72445":{"*":{"id":96210,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"33058":{"*":{"id":76042,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"57588":{"*":{"id":1516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"41449":{"*":{"id":35543,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__83ee047c._.js","server/chunks/ssr/_d858c4cd._.js","server/chunks/ssr/node_modules__pnpm_87fb6266._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"79442":{"*":{"id":33085,"name":"*","chunks":[],"async":false}},"91868":{"*":{"id":65243,"name":"*","chunks":[],"async":false}},"41731":{"*":{"id":73071,"name":"*","chunks":[],"async":false}},"27256":{"*":{"id":29471,"name":"*","chunks":[],"async":false}},"90212":{"*":{"id":58765,"name":"*","chunks":[],"async":false}},"42907":{"*":{"id":29751,"name":"*","chunks":[],"async":false}},"72445":{"*":{"id":99955,"name":"*","chunks":[],"async":false}},"33058":{"*":{"id":1824,"name":"*","chunks":[],"async":false}},"57588":{"*":{"id":73728,"name":"*","chunks":[],"async":false}},"41449":{"*":{"id":23267,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/mcp-server/app/layout":[{"path":"static/chunks/bdd0789390bc312f.css","inlined":false}],"[project]/mcp-server/app/page":[{"path":"static/chunks/bdd0789390bc312f.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/044e917a180dc576.js","static/chunks/1415a83da347ea73.js"],"[project]/mcp-server/app/layout":[],"[project]/mcp-server/app/page":["static/chunks/50335dad5c51aab8.js"]}}
2
+ globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js <module evaluation>":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/mcp-server/app/page.tsx <module evaluation>":{"id":41449,"name":"*","chunks":["/_next/static/chunks/5a5edc75ee7e7de4.js","/_next/static/chunks/90585d882461b546.js"],"async":false},"[project]/mcp-server/app/page.tsx":{"id":41449,"name":"*","chunks":["/_next/static/chunks/5a5edc75ee7e7de4.js","/_next/static/chunks/90585d882461b546.js"],"async":false}},"ssrModuleMapping":{"79442":{"*":{"id":10341,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"91868":{"*":{"id":6811,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"41731":{"*":{"id":85378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"27256":{"*":{"id":85002,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"90212":{"*":{"id":38417,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"42907":{"*":{"id":17004,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"72445":{"*":{"id":96210,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"33058":{"*":{"id":76042,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"57588":{"*":{"id":1516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2cdf0446._.js","server/chunks/ssr/0916f_next_dist_esm_87a80014._.js"],"async":false}},"41449":{"*":{"id":35543,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__83ee047c._.js","server/chunks/ssr/_d858c4cd._.js","server/chunks/ssr/_f03e80a8._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"79442":{"*":{"id":33085,"name":"*","chunks":[],"async":false}},"91868":{"*":{"id":65243,"name":"*","chunks":[],"async":false}},"41731":{"*":{"id":73071,"name":"*","chunks":[],"async":false}},"27256":{"*":{"id":29471,"name":"*","chunks":[],"async":false}},"90212":{"*":{"id":58765,"name":"*","chunks":[],"async":false}},"42907":{"*":{"id":29751,"name":"*","chunks":[],"async":false}},"72445":{"*":{"id":99955,"name":"*","chunks":[],"async":false}},"33058":{"*":{"id":1824,"name":"*","chunks":[],"async":false}},"57588":{"*":{"id":73728,"name":"*","chunks":[],"async":false}},"41449":{"*":{"id":23267,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/mcp-server/app/layout":[{"path":"static/chunks/65b18bf1ede9811a.css","inlined":false}],"[project]/mcp-server/app/page":[{"path":"static/chunks/65b18bf1ede9811a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/044e917a180dc576.js","static/chunks/1415a83da347ea73.js"],"[project]/mcp-server/app/layout":[],"[project]/mcp-server/app/page":["static/chunks/5a5edc75ee7e7de4.js","static/chunks/90585d882461b546.js"]}}