@mcpjam/inspector 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +9 -9
  3. package/.next/app-path-routes-manifest.json +2 -2
  4. package/.next/build-manifest.json +2 -2
  5. package/.next/cache/.previewinfo +1 -1
  6. package/.next/cache/.rscinfo +1 -1
  7. package/.next/cache/.tsbuildinfo +1 -1
  8. package/.next/cache/eslint/.cache_1pr0xfn +1 -1
  9. package/.next/cache/webpack/client-production/0.pack +0 -0
  10. package/.next/cache/webpack/client-production/index.pack +0 -0
  11. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  12. package/.next/cache/webpack/server-production/0.pack +0 -0
  13. package/.next/cache/webpack/server-production/index.pack +0 -0
  14. package/.next/prerender-manifest.json +3 -3
  15. package/.next/server/app/_not-found/page.js +1 -1
  16. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/.next/server/app/api/mcp/chat/route_client-reference-manifest.js +1 -1
  18. package/.next/server/app/api/mcp/connect/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/mcp/prompts/get/route_client-reference-manifest.js +1 -1
  20. package/.next/server/app/api/mcp/prompts/list/route_client-reference-manifest.js +1 -1
  21. package/.next/server/app/api/mcp/resources/list/route_client-reference-manifest.js +1 -1
  22. package/.next/server/app/api/mcp/resources/read/route_client-reference-manifest.js +1 -1
  23. package/.next/server/app/api/mcp/tools/route_client-reference-manifest.js +1 -1
  24. package/.next/server/app/oauth/callback/page.js +2 -2
  25. package/.next/server/app/oauth/callback/page_client-reference-manifest.js +1 -1
  26. package/.next/server/app/page.js +5 -5
  27. package/.next/server/app/page.js.nft.json +1 -1
  28. package/.next/server/app/page_client-reference-manifest.js +1 -1
  29. package/.next/server/app-paths-manifest.json +2 -2
  30. package/.next/server/pages/500.html +1 -1
  31. package/.next/server/server-reference-manifest.js +1 -1
  32. package/.next/server/server-reference-manifest.json +1 -1
  33. package/.next/static/chunks/574-9365237f47ed3a68.js +1 -0
  34. package/.next/static/chunks/app/page-b0e3ed6257734413.js +1 -0
  35. package/.next/trace +35 -35
  36. package/README.md +5 -5
  37. package/package.json +1 -1
  38. package/.next/static/chunks/14-ae3a01e72ea53777.js +0 -1
  39. package/.next/static/chunks/app/page-fdd433623879220d.js +0 -1
  40. /package/.next/static/{Pq27RIJUfrYOGSjOrYx4E → SigynMKeJ0KJs0Nc9i0E-}/_buildManifest.js +0 -0
  41. /package/.next/static/{Pq27RIJUfrYOGSjOrYx4E → SigynMKeJ0KJs0Nc9i0E-}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- [{"/Users/matt8p/Desktop/inspector/src/app/api/mcp/chat/route.ts":"1","/Users/matt8p/Desktop/inspector/src/app/api/mcp/connect/route.ts":"2","/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/get/route.ts":"3","/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/list/route.ts":"4","/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/list/route.ts":"5","/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/read/route.ts":"6","/Users/matt8p/Desktop/inspector/src/app/api/mcp/tools/route.ts":"7","/Users/matt8p/Desktop/inspector/src/app/layout.tsx":"8","/Users/matt8p/Desktop/inspector/src/app/oauth/callback/page.tsx":"9","/Users/matt8p/Desktop/inspector/src/app/page.tsx":"10","/Users/matt8p/Desktop/inspector/src/components/ActiveServerSelector.tsx":"11","/Users/matt8p/Desktop/inspector/src/components/ChatTab.tsx":"12","/Users/matt8p/Desktop/inspector/src/components/ElicitationDialog.tsx":"13","/Users/matt8p/Desktop/inspector/src/components/PromptsTab.tsx":"14","/Users/matt8p/Desktop/inspector/src/components/ResourcesTab.tsx":"15","/Users/matt8p/Desktop/inspector/src/components/ServersTab.tsx":"16","/Users/matt8p/Desktop/inspector/src/components/SettingsTab.tsx":"17","/Users/matt8p/Desktop/inspector/src/components/ToolsTab.tsx":"18","/Users/matt8p/Desktop/inspector/src/components/TracingTab.tsx":"19","/Users/matt8p/Desktop/inspector/src/components/chat/chat-helpers.ts":"20","/Users/matt8p/Desktop/inspector/src/components/chat/chat-input.tsx":"21","/Users/matt8p/Desktop/inspector/src/components/chat/code-block.tsx":"22","/Users/matt8p/Desktop/inspector/src/components/chat/markdown.tsx":"23","/Users/matt8p/Desktop/inspector/src/components/chat/message-editor.tsx":"24","/Users/matt8p/Desktop/inspector/src/components/chat/message.tsx":"25","/Users/matt8p/Desktop/inspector/src/components/chat/model-selector.tsx":"26","/Users/matt8p/Desktop/inspector/src/components/chat/provider-logo.tsx":"27","/Users/matt8p/Desktop/inspector/src/components/chat/tool-call.tsx":"28","/Users/matt8p/Desktop/inspector/src/components/connection/AddServerModal.tsx":"29","/Users/matt8p/Desktop/inspector/src/components/connection/ServerConnectionCard.tsx":"30","/Users/matt8p/Desktop/inspector/src/components/icons.tsx":"31","/Users/matt8p/Desktop/inspector/src/components/logging/log-card.tsx":"32","/Users/matt8p/Desktop/inspector/src/components/logging/log-level-badge.tsx":"33","/Users/matt8p/Desktop/inspector/src/components/mcp-sidebar.tsx":"34","/Users/matt8p/Desktop/inspector/src/components/sidebar/account-switcher.tsx":"35","/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-main.tsx":"36","/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-user.tsx":"37","/Users/matt8p/Desktop/inspector/src/components/sidebar/theme-switcher.tsx":"38","/Users/matt8p/Desktop/inspector/src/components/ui/accordion.tsx":"39","/Users/matt8p/Desktop/inspector/src/components/ui/alert-dialog.tsx":"40","/Users/matt8p/Desktop/inspector/src/components/ui/alert.tsx":"41","/Users/matt8p/Desktop/inspector/src/components/ui/aspect-ratio.tsx":"42","/Users/matt8p/Desktop/inspector/src/components/ui/avatar.tsx":"43","/Users/matt8p/Desktop/inspector/src/components/ui/badge.tsx":"44","/Users/matt8p/Desktop/inspector/src/components/ui/breadcrumb.tsx":"45","/Users/matt8p/Desktop/inspector/src/components/ui/button.tsx":"46","/Users/matt8p/Desktop/inspector/src/components/ui/calendar.tsx":"47","/Users/matt8p/Desktop/inspector/src/components/ui/card.tsx":"48","/Users/matt8p/Desktop/inspector/src/components/ui/carousel.tsx":"49","/Users/matt8p/Desktop/inspector/src/components/ui/chart.tsx":"50","/Users/matt8p/Desktop/inspector/src/components/ui/checkbox.tsx":"51","/Users/matt8p/Desktop/inspector/src/components/ui/collapsible.tsx":"52","/Users/matt8p/Desktop/inspector/src/components/ui/command.tsx":"53","/Users/matt8p/Desktop/inspector/src/components/ui/context-menu.tsx":"54","/Users/matt8p/Desktop/inspector/src/components/ui/dialog.tsx":"55","/Users/matt8p/Desktop/inspector/src/components/ui/drawer.tsx":"56","/Users/matt8p/Desktop/inspector/src/components/ui/dropdown-menu.tsx":"57","/Users/matt8p/Desktop/inspector/src/components/ui/form.tsx":"58","/Users/matt8p/Desktop/inspector/src/components/ui/hover-card.tsx":"59","/Users/matt8p/Desktop/inspector/src/components/ui/input-otp.tsx":"60","/Users/matt8p/Desktop/inspector/src/components/ui/input.tsx":"61","/Users/matt8p/Desktop/inspector/src/components/ui/label.tsx":"62","/Users/matt8p/Desktop/inspector/src/components/ui/mcp-icon.tsx":"63","/Users/matt8p/Desktop/inspector/src/components/ui/menubar.tsx":"64","/Users/matt8p/Desktop/inspector/src/components/ui/navigation-menu.tsx":"65","/Users/matt8p/Desktop/inspector/src/components/ui/pagination.tsx":"66","/Users/matt8p/Desktop/inspector/src/components/ui/popover.tsx":"67","/Users/matt8p/Desktop/inspector/src/components/ui/progress.tsx":"68","/Users/matt8p/Desktop/inspector/src/components/ui/radio-group.tsx":"69","/Users/matt8p/Desktop/inspector/src/components/ui/resizable.tsx":"70","/Users/matt8p/Desktop/inspector/src/components/ui/scroll-area.tsx":"71","/Users/matt8p/Desktop/inspector/src/components/ui/select.tsx":"72","/Users/matt8p/Desktop/inspector/src/components/ui/separator.tsx":"73","/Users/matt8p/Desktop/inspector/src/components/ui/sheet.tsx":"74","/Users/matt8p/Desktop/inspector/src/components/ui/sidebar.tsx":"75","/Users/matt8p/Desktop/inspector/src/components/ui/skeleton.tsx":"76","/Users/matt8p/Desktop/inspector/src/components/ui/slider.tsx":"77","/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx":"78","/Users/matt8p/Desktop/inspector/src/components/ui/switch.tsx":"79","/Users/matt8p/Desktop/inspector/src/components/ui/table.tsx":"80","/Users/matt8p/Desktop/inspector/src/components/ui/tabs.tsx":"81","/Users/matt8p/Desktop/inspector/src/components/ui/textarea.tsx":"82","/Users/matt8p/Desktop/inspector/src/components/ui/toggle-group.tsx":"83","/Users/matt8p/Desktop/inspector/src/components/ui/toggle.tsx":"84","/Users/matt8p/Desktop/inspector/src/components/ui/tooltip.tsx":"85","/Users/matt8p/Desktop/inspector/src/config/app-config.ts":"86","/Users/matt8p/Desktop/inspector/src/hooks/use-ai-provider-keys.ts":"87","/Users/matt8p/Desktop/inspector/src/hooks/use-app-state.ts":"88","/Users/matt8p/Desktop/inspector/src/hooks/use-chat.ts":"89","/Users/matt8p/Desktop/inspector/src/hooks/use-logger.ts":"90","/Users/matt8p/Desktop/inspector/src/hooks/use-mobile.ts":"91","/Users/matt8p/Desktop/inspector/src/lib/chat-types.ts":"92","/Users/matt8p/Desktop/inspector/src/lib/chat-utils.ts":"93","/Users/matt8p/Desktop/inspector/src/lib/date-utils.ts":"94","/Users/matt8p/Desktop/inspector/src/lib/layout-utils.ts":"95","/Users/matt8p/Desktop/inspector/src/lib/mcp-oauth.ts":"96","/Users/matt8p/Desktop/inspector/src/lib/mcp-utils.ts":"97","/Users/matt8p/Desktop/inspector/src/lib/ollama-utils.ts":"98","/Users/matt8p/Desktop/inspector/src/lib/theme-utils.ts":"99","/Users/matt8p/Desktop/inspector/src/lib/types.ts":"100","/Users/matt8p/Desktop/inspector/src/lib/url-utils.ts":"101","/Users/matt8p/Desktop/inspector/src/lib/utils.ts":"102","/Users/matt8p/Desktop/inspector/src/server/server-actions.ts":"103","/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx":"104","/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-store.ts":"105","/Users/matt8p/Desktop/inspector/src/types/preferences/layout.ts":"106","/Users/matt8p/Desktop/inspector/src/types/preferences/theme.ts":"107"},{"size":8019,"mtime":1753673701890,"results":"108","hashOfConfig":"109"},{"size":1233,"mtime":1753673701891,"results":"110","hashOfConfig":"109"},{"size":1178,"mtime":1753673701892,"results":"111","hashOfConfig":"109"},{"size":958,"mtime":1753673701893,"results":"112","hashOfConfig":"109"},{"size":970,"mtime":1753673701894,"results":"113","hashOfConfig":"109"},{"size":1116,"mtime":1753673701895,"results":"114","hashOfConfig":"109"},{"size":8183,"mtime":1753673701895,"results":"115","hashOfConfig":"109"},{"size":1634,"mtime":1753673701903,"results":"116","hashOfConfig":"109"},{"size":1224,"mtime":1753673701904,"results":"117","hashOfConfig":"109"},{"size":4348,"mtime":1753673701904,"results":"118","hashOfConfig":"109"},{"size":4697,"mtime":1753673701905,"results":"119","hashOfConfig":"109"},{"size":8411,"mtime":1753673701905,"results":"120","hashOfConfig":"109"},{"size":8580,"mtime":1753673701909,"results":"121","hashOfConfig":"109"},{"size":24975,"mtime":1753673701910,"results":"122","hashOfConfig":"109"},{"size":17783,"mtime":1753673701911,"results":"123","hashOfConfig":"109"},{"size":3958,"mtime":1753673701917,"results":"124","hashOfConfig":"109"},{"size":8599,"mtime":1753673701919,"results":"125","hashOfConfig":"109"},{"size":32988,"mtime":1753673701921,"results":"126","hashOfConfig":"109"},{"size":5495,"mtime":1753673701921,"results":"127","hashOfConfig":"109"},{"size":1594,"mtime":1753673701922,"results":"128","hashOfConfig":"109"},{"size":9820,"mtime":1753673701922,"results":"129","hashOfConfig":"109"},{"size":805,"mtime":1753673701923,"results":"130","hashOfConfig":"109"},{"size":2623,"mtime":1753673701923,"results":"131","hashOfConfig":"109"},{"size":1933,"mtime":1753673701924,"results":"132","hashOfConfig":"109"},{"size":11699,"mtime":1753673701924,"results":"133","hashOfConfig":"109"},{"size":2190,"mtime":1753673701925,"results":"134","hashOfConfig":"109"},{"size":843,"mtime":1753673701926,"results":"135","hashOfConfig":"109"},{"size":11239,"mtime":1753673701926,"results":"136","hashOfConfig":"109"},{"size":13219,"mtime":1753673701927,"results":"137","hashOfConfig":"109"},{"size":17720,"mtime":1753673701928,"results":"138","hashOfConfig":"109"},{"size":5891,"mtime":1753673701928,"results":"139","hashOfConfig":"109"},{"size":3461,"mtime":1753673701929,"results":"140","hashOfConfig":"109"},{"size":986,"mtime":1753673701929,"results":"141","hashOfConfig":"109"},{"size":2895,"mtime":1753673701930,"results":"142","hashOfConfig":"109"},{"size":2861,"mtime":1753673701931,"results":"143","hashOfConfig":"109"},{"size":1450,"mtime":1753673701931,"results":"144","hashOfConfig":"109"},{"size":3550,"mtime":1753673701931,"results":"145","hashOfConfig":"109"},{"size":848,"mtime":1753673701932,"results":"146","hashOfConfig":"109"},{"size":2059,"mtime":1753673701933,"results":"147","hashOfConfig":"109"},{"size":3878,"mtime":1753673701933,"results":"148","hashOfConfig":"109"},{"size":1625,"mtime":1753673701933,"results":"149","hashOfConfig":"109"},{"size":278,"mtime":1753673701934,"results":"150","hashOfConfig":"109"},{"size":1102,"mtime":1753673701934,"results":"151","hashOfConfig":"109"},{"size":1659,"mtime":1753673701934,"results":"152","hashOfConfig":"109"},{"size":2391,"mtime":1753673701935,"results":"153","hashOfConfig":"109"},{"size":2167,"mtime":1753673701935,"results":"154","hashOfConfig":"109"},{"size":7699,"mtime":1753673701936,"results":"155","hashOfConfig":"109"},{"size":2002,"mtime":1753673701937,"results":"156","hashOfConfig":"109"},{"size":5624,"mtime":1753673701938,"results":"157","hashOfConfig":"109"},{"size":9856,"mtime":1753673701938,"results":"158","hashOfConfig":"109"},{"size":1229,"mtime":1753673701939,"results":"159","hashOfConfig":"109"},{"size":801,"mtime":1753673701940,"results":"160","hashOfConfig":"109"},{"size":4844,"mtime":1753673701940,"results":"161","hashOfConfig":"109"},{"size":8249,"mtime":1753673701941,"results":"162","hashOfConfig":"109"},{"size":3997,"mtime":1753673701941,"results":"163","hashOfConfig":"109"},{"size":4273,"mtime":1753673701942,"results":"164","hashOfConfig":"109"},{"size":8311,"mtime":1753673701942,"results":"165","hashOfConfig":"109"},{"size":3807,"mtime":1753673701943,"results":"166","hashOfConfig":"109"},{"size":1535,"mtime":1753673701943,"results":"167","hashOfConfig":"109"},{"size":2270,"mtime":1753673701943,"results":"168","hashOfConfig":"109"},{"size":972,"mtime":1753673701943,"results":"169","hashOfConfig":"109"},{"size":613,"mtime":1753673701944,"results":"170","hashOfConfig":"109"},{"size":1283,"mtime":1753673701944,"results":"171","hashOfConfig":"109"},{"size":8425,"mtime":1753673701945,"results":"172","hashOfConfig":"109"},{"size":6682,"mtime":1753673701945,"results":"173","hashOfConfig":"109"},{"size":2727,"mtime":1753673701945,"results":"174","hashOfConfig":"109"},{"size":1640,"mtime":1753673701946,"results":"175","hashOfConfig":"109"},{"size":742,"mtime":1753673701946,"results":"176","hashOfConfig":"109"},{"size":1469,"mtime":1753673701946,"results":"177","hashOfConfig":"109"},{"size":2040,"mtime":1753673701946,"results":"178","hashOfConfig":"109"},{"size":1647,"mtime":1753673701947,"results":"179","hashOfConfig":"109"},{"size":6271,"mtime":1753673701947,"results":"180","hashOfConfig":"109"},{"size":701,"mtime":1753673701948,"results":"181","hashOfConfig":"109"},{"size":4104,"mtime":1753673701948,"results":"182","hashOfConfig":"109"},{"size":21832,"mtime":1753673701949,"results":"183","hashOfConfig":"109"},{"size":279,"mtime":1753673701950,"results":"184","hashOfConfig":"109"},{"size":2007,"mtime":1753673701951,"results":"185","hashOfConfig":"109"},{"size":571,"mtime":1753673701951,"results":"186","hashOfConfig":"109"},{"size":1180,"mtime":1753673701952,"results":"187","hashOfConfig":"109"},{"size":2464,"mtime":1753673701952,"results":"188","hashOfConfig":"109"},{"size":1975,"mtime":1753673701953,"results":"189","hashOfConfig":"109"},{"size":764,"mtime":1753673701953,"results":"190","hashOfConfig":"109"},{"size":1932,"mtime":1753673701953,"results":"191","hashOfConfig":"109"},{"size":1574,"mtime":1753673701954,"results":"192","hashOfConfig":"109"},{"size":1896,"mtime":1753673701954,"results":"193","hashOfConfig":"109"},{"size":353,"mtime":1753673701955,"results":"194","hashOfConfig":"109"},{"size":3065,"mtime":1753673701956,"results":"195","hashOfConfig":"109"},{"size":24105,"mtime":1753673701957,"results":"196","hashOfConfig":"109"},{"size":14272,"mtime":1753673701957,"results":"197","hashOfConfig":"109"},{"size":6171,"mtime":1753673701958,"results":"198","hashOfConfig":"109"},{"size":585,"mtime":1753673701958,"results":"199","hashOfConfig":"109"},{"size":1659,"mtime":1753673701958,"results":"200","hashOfConfig":"109"},{"size":2888,"mtime":1753673701959,"results":"201","hashOfConfig":"109"},{"size":266,"mtime":1753673701959,"results":"202","hashOfConfig":"109"},{"size":221,"mtime":1753673701959,"results":"203","hashOfConfig":"109"},{"size":7073,"mtime":1753673701960,"results":"204","hashOfConfig":"109"},{"size":6663,"mtime":1753673701960,"results":"205","hashOfConfig":"109"},{"size":2589,"mtime":1753673701961,"results":"206","hashOfConfig":"109"},{"size":405,"mtime":1753673701961,"results":"207","hashOfConfig":"109"},{"size":3960,"mtime":1753673701961,"results":"208","hashOfConfig":"109"},{"size":984,"mtime":1753673701962,"results":"209","hashOfConfig":"109"},{"size":2275,"mtime":1753673701962,"results":"210","hashOfConfig":"109"},{"size":876,"mtime":1753673701962,"results":"211","hashOfConfig":"109"},{"size":1056,"mtime":1753673701963,"results":"212","hashOfConfig":"109"},{"size":640,"mtime":1753673701963,"results":"213","hashOfConfig":"109"},{"size":1003,"mtime":1753673701966,"results":"214","hashOfConfig":"109"},{"size":1195,"mtime":1753673701966,"results":"215","hashOfConfig":"109"},{"filePath":"216","messages":"217","suppressedMessages":"218","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"kvpuwf",{"filePath":"219","messages":"220","suppressedMessages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","suppressedMessages":"224","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"225","messages":"226","suppressedMessages":"227","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","suppressedMessages":"230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"231","messages":"232","suppressedMessages":"233","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"234","messages":"235","suppressedMessages":"236","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"237","messages":"238","suppressedMessages":"239","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"240","messages":"241","suppressedMessages":"242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"243","messages":"244","suppressedMessages":"245","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"246","messages":"247","suppressedMessages":"248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","suppressedMessages":"251","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","suppressedMessages":"254","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"255","messages":"256","suppressedMessages":"257","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"258","messages":"259","suppressedMessages":"260","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"261","messages":"262","suppressedMessages":"263","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"264","messages":"265","suppressedMessages":"266","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"267","messages":"268","suppressedMessages":"269","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"270","messages":"271","suppressedMessages":"272","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"273","messages":"274","suppressedMessages":"275","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"276","messages":"277","suppressedMessages":"278","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"381","messages":"382","suppressedMessages":"383","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"384","messages":"385","suppressedMessages":"386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"387","messages":"388","suppressedMessages":"389","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"390","messages":"391","suppressedMessages":"392","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"393","messages":"394","suppressedMessages":"395","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"396","messages":"397","suppressedMessages":"398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"399","messages":"400","suppressedMessages":"401","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"402","messages":"403","suppressedMessages":"404","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"405","messages":"406","suppressedMessages":"407","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"408","messages":"409","suppressedMessages":"410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"411","messages":"412","suppressedMessages":"413","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"414","messages":"415","suppressedMessages":"416","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"417","messages":"418","suppressedMessages":"419","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"420","messages":"421","suppressedMessages":"422","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"423","messages":"424","suppressedMessages":"425","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"426","messages":"427","suppressedMessages":"428","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"429","messages":"430","suppressedMessages":"431","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"432","messages":"433","suppressedMessages":"434","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"435","messages":"436","suppressedMessages":"437","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"438","messages":"439","suppressedMessages":"440","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"441","messages":"442","suppressedMessages":"443","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"444","messages":"445","suppressedMessages":"446","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"447","messages":"448","suppressedMessages":"449","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"450","messages":"451","suppressedMessages":"452","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"453","messages":"454","suppressedMessages":"455","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"456","messages":"457","suppressedMessages":"458","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"459","messages":"460","suppressedMessages":"461","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"462","messages":"463","suppressedMessages":"464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"465","messages":"466","suppressedMessages":"467","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"468","messages":"469","suppressedMessages":"470","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"471","messages":"472","suppressedMessages":"473","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"474","messages":"475","suppressedMessages":"476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"477","messages":"478","suppressedMessages":"479","errorCount":0,"fatalErrorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"480","messages":"481","suppressedMessages":"482","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"501","messages":"502","suppressedMessages":"503","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"504","messages":"505","suppressedMessages":"506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"507","messages":"508","suppressedMessages":"509","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"510","messages":"511","suppressedMessages":"512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"513","messages":"514","suppressedMessages":"515","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"516","messages":"517","suppressedMessages":"518","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"519","messages":"520","suppressedMessages":"521","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"522","messages":"523","suppressedMessages":"524","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"525","messages":"526","suppressedMessages":"527","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"528","messages":"529","suppressedMessages":"530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"531","messages":"532","suppressedMessages":"533","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"534","messages":"535","suppressedMessages":"536","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/matt8p/Desktop/inspector/src/app/api/mcp/chat/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/connect/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/get/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/list/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/list/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/read/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/tools/route.ts",["537"],[],"/Users/matt8p/Desktop/inspector/src/app/layout.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/app/oauth/callback/page.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/app/page.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ActiveServerSelector.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ChatTab.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ElicitationDialog.tsx",["538"],[],"/Users/matt8p/Desktop/inspector/src/components/PromptsTab.tsx",["539","540"],[],"/Users/matt8p/Desktop/inspector/src/components/ResourcesTab.tsx",["541"],[],"/Users/matt8p/Desktop/inspector/src/components/ServersTab.tsx",["542","543","544"],[],"/Users/matt8p/Desktop/inspector/src/components/SettingsTab.tsx",["545","546"],[],"/Users/matt8p/Desktop/inspector/src/components/ToolsTab.tsx",["547","548","549","550"],[],"/Users/matt8p/Desktop/inspector/src/components/TracingTab.tsx",["551"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/chat-helpers.ts",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/chat-input.tsx",["552"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/code-block.tsx",["553"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/markdown.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/message-editor.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/message.tsx",["554","555"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/model-selector.tsx",["556"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/provider-logo.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/tool-call.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/connection/AddServerModal.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/connection/ServerConnectionCard.tsx",["557","558"],[],"/Users/matt8p/Desktop/inspector/src/components/icons.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/logging/log-card.tsx",["559"],[],"/Users/matt8p/Desktop/inspector/src/components/logging/log-level-badge.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/mcp-sidebar.tsx",["560"],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/account-switcher.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-main.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-user.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/theme-switcher.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/accordion.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/alert-dialog.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/alert.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/aspect-ratio.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/avatar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/badge.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/breadcrumb.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/button.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/calendar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/card.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/carousel.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/chart.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/checkbox.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/collapsible.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/command.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/context-menu.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/dialog.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/drawer.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/dropdown-menu.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/form.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/hover-card.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/input-otp.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/input.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/label.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/mcp-icon.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/menubar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/navigation-menu.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/pagination.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/popover.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/progress.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/radio-group.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/resizable.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/scroll-area.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/select.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/separator.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/sheet.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/sidebar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/skeleton.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/slider.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/switch.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/table.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/tabs.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/textarea.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/toggle-group.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/toggle.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/tooltip.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/config/app-config.ts",[],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-ai-provider-keys.ts",[],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-app-state.ts",["561","562","563","564","565"],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-chat.ts",["566"],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-logger.ts",[],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-mobile.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/chat-types.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/chat-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/date-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/layout-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/mcp-oauth.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/mcp-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/ollama-utils.ts",["567"],[],"/Users/matt8p/Desktop/inspector/src/lib/theme-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/types.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/url-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/server/server-actions.ts",[],[],"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-store.ts",[],[],"/Users/matt8p/Desktop/inspector/src/types/preferences/layout.ts",[],[],"/Users/matt8p/Desktop/inspector/src/types/preferences/theme.ts",[],[],{"ruleId":"568","severity":1,"message":"569","line":257,"column":16,"nodeType":null,"messageId":"570","endLine":257,"endColumn":28},{"ruleId":"571","severity":1,"message":"572","line":68,"column":6,"nodeType":"573","endLine":68,"endColumn":26,"suggestions":"574"},{"ruleId":"571","severity":1,"message":"575","line":69,"column":6,"nodeType":"573","endLine":69,"endColumn":20,"suggestions":"576"},{"ruleId":"568","severity":1,"message":"577","line":105,"column":14,"nodeType":null,"messageId":"570","endLine":105,"endColumn":17},{"ruleId":"571","severity":1,"message":"578","line":41,"column":6,"nodeType":"573","endLine":41,"endColumn":20,"suggestions":"579"},{"ruleId":"568","severity":1,"message":"580","line":27,"column":22,"nodeType":null,"messageId":"570","endLine":27,"endColumn":35},{"ruleId":"568","severity":1,"message":"581","line":28,"column":22,"nodeType":null,"messageId":"570","endLine":28,"endColumn":35},{"ruleId":"571","severity":1,"message":"582","line":34,"column":6,"nodeType":"573","endLine":34,"endColumn":8,"suggestions":"583"},{"ruleId":"568","severity":1,"message":"584","line":4,"column":48,"nodeType":null,"messageId":"570","endLine":4,"endColumn":54},{"ruleId":"585","severity":1,"message":"586","line":190,"column":13,"nodeType":"587","endLine":196,"endColumn":15},{"ruleId":"571","severity":1,"message":"588","line":86,"column":6,"nodeType":"573","endLine":86,"endColumn":28,"suggestions":"589"},{"ruleId":"571","severity":1,"message":"590","line":92,"column":6,"nodeType":"573","endLine":92,"endColumn":35,"suggestions":"591"},{"ruleId":"568","severity":1,"message":"592","line":265,"column":9,"nodeType":null,"messageId":"570","endLine":265,"endColumn":24},{"ruleId":"568","severity":1,"message":"593","line":266,"column":9,"nodeType":null,"messageId":"570","endLine":266,"endColumn":25},{"ruleId":"568","severity":1,"message":"594","line":21,"column":20,"nodeType":null,"messageId":"570","endLine":21,"endColumn":38},{"ruleId":"568","severity":1,"message":"595","line":12,"column":10,"nodeType":null,"messageId":"570","endLine":12,"endColumn":15},{"ruleId":"568","severity":1,"message":"596","line":11,"column":3,"nodeType":null,"messageId":"570","endLine":11,"endColumn":7},{"ruleId":"568","severity":1,"message":"597","line":62,"column":9,"nodeType":null,"messageId":"570","endLine":62,"endColumn":19},{"ruleId":"585","severity":1,"message":"586","line":104,"column":15,"nodeType":"587","endLine":108,"endColumn":17},{"ruleId":"568","severity":1,"message":"595","line":11,"column":10,"nodeType":null,"messageId":"570","endLine":11,"endColumn":15},{"ruleId":"568","severity":1,"message":"598","line":28,"column":31,"nodeType":null,"messageId":"570","endLine":28,"endColumn":47},{"ruleId":"568","severity":1,"message":"599","line":43,"column":10,"nodeType":null,"messageId":"570","endLine":43,"endColumn":21},{"ruleId":"568","severity":1,"message":"600","line":21,"column":11,"nodeType":null,"messageId":"570","endLine":21,"endColumn":16},{"ruleId":"585","severity":1,"message":"586","line":99,"column":11,"nodeType":"587","endLine":105,"endColumn":13},{"ruleId":"571","severity":1,"message":"601","line":102,"column":6,"nodeType":"573","endLine":102,"endColumn":8,"suggestions":"602"},{"ruleId":"571","severity":1,"message":"603","line":131,"column":6,"nodeType":"573","endLine":131,"endColumn":17,"suggestions":"604"},{"ruleId":"571","severity":1,"message":"605","line":379,"column":5,"nodeType":"573","endLine":379,"endColumn":29,"suggestions":"606"},{"ruleId":"571","severity":1,"message":"605","line":560,"column":6,"nodeType":"573","endLine":560,"endColumn":8,"suggestions":"607"},{"ruleId":"571","severity":1,"message":"605","line":665,"column":5,"nodeType":"573","endLine":665,"endColumn":23,"suggestions":"608"},{"ruleId":"571","severity":1,"message":"609","line":99,"column":6,"nodeType":"573","endLine":99,"endColumn":62,"suggestions":"610"},{"ruleId":"568","severity":1,"message":"611","line":37,"column":14,"nodeType":null,"messageId":"570","endLine":37,"endColumn":19},"@typescript-eslint/no-unused-vars","'cleanupError' is defined but never used.","unusedVar","react-hooks/exhaustive-deps","React Hook React.useEffect has a missing dependency: 'generateFormFields'. Either include it or remove the dependency array.","ArrayExpression",["612"],"React Hook useEffect has a missing dependency: 'fetchPrompts'. Either include it or remove the dependency array.",["613"],"'err' is defined but never used.","React Hook useEffect has a missing dependency: 'fetchResources'. Either include it or remove the dependency array.",["614"],"'setSearchTerm' is assigned a value but never used.","'setFilterType' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'connectedServerConfigs' and 'onReconnect'. Either include them or remove the dependency array. If 'onReconnect' changes too often, find the parent component that defines it and wrap that definition in useCallback.",["615"],"'Server' is defined but never used.","@next/next/no-img-element","Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element","JSXOpeningElement","React Hook useEffect has missing dependencies: 'eventSource' and 'fetchTools'. Either include them or remove the dependency array.",["616"],"React Hook useEffect has a missing dependency: 'generateFormFields'. Either include it or remove the dependency array.",["617"],"'processedFields' is assigned a value but never used.","'validationErrors' is assigned a value but never used.","'getFilteredEntries' is assigned a value but never used.","'Model' is defined but never used.","'node' is defined but never used.","'handleEdit' is assigned a value but never used.","'getTimeBreakdown' is defined but never used.","'currentTime' is assigned a value but never used.","'theme' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'logger'. Either include it or remove the dependency array.",["618"],"React Hook useEffect has a missing dependency: 'handleOAuthCallbackComplete'. Either include it or remove the dependency array.",["619"],"React Hook useCallback has a missing dependency: 'logger'. Either include it or remove the dependency array.",["620"],["621"],["622"],"React Hook useEffect has a missing dependency: 'availableModels'. Either include it or remove the dependency array.",["623"],"'error' is defined but never used.",{"desc":"624","fix":"625"},{"desc":"626","fix":"627"},{"desc":"628","fix":"629"},{"desc":"630","fix":"631"},{"desc":"632","fix":"633"},{"desc":"634","fix":"635"},{"desc":"636","fix":"637"},{"desc":"638","fix":"639"},{"desc":"640","fix":"641"},{"desc":"636","fix":"642"},{"desc":"643","fix":"644"},{"desc":"645","fix":"646"},"Update the dependencies array to be: [elicitationRequest, generateFormFields]",{"range":"647","text":"648"},"Update the dependencies array to be: [fetchPrompts, serverConfig]",{"range":"649","text":"650"},"Update the dependencies array to be: [fetchResources, serverConfig]",{"range":"651","text":"652"},"Update the dependencies array to be: [connectedServerConfigs, onReconnect]",{"range":"653","text":"654"},"Update the dependencies array to be: [serverConfig, logger, fetchTools, eventSource]",{"range":"655","text":"656"},"Update the dependencies array to be: [selectedTool, tools, logger, generateFormFields]",{"range":"657","text":"658"},"Update the dependencies array to be: [logger]",{"range":"659","text":"660"},"Update the dependencies array to be: [handleOAuthCallbackComplete, isLoading]",{"range":"661","text":"662"},"Update the dependencies array to be: [convertFormToMCPConfig, logger]",{"range":"663","text":"664"},{"range":"665","text":"660"},"Update the dependencies array to be: [appState.servers, logger]",{"range":"666","text":"667"},"Update the dependencies array to be: [tokens, ollamaModels, isOllamaRunning, hasToken, model, availableModels]",{"range":"668","text":"669"},[1475,1495],"[elicitationRequest, generateFormFields]",[1816,1830],"[fetchPrompts, serverConfig]",[1255,1269],"[fetchResources, serverConfig]",[1136,1138],"[connectedServerConfigs, onReconnect]",[2382,2404],"[serverConfig, logger, fetchTools, eventSource]",[2545,2574],"[selectedTool, tools, logger, generateFormFields]",[2919,2921],"[logger]",[3748,3759],"[handleOAuthCallbackComplete, isLoading]",[11965,11989],"[convertFormToMCPConfig, logger]",[18044,18046],[21199,21217],"[appState.servers, logger]",[3253,3309],"[tokens, ollamaModels, isOllamaRunning, hasToken, model, availableModels]"]
1
+ [{"/Users/matt8p/Desktop/inspector/src/app/api/mcp/chat/route.ts":"1","/Users/matt8p/Desktop/inspector/src/app/api/mcp/connect/route.ts":"2","/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/get/route.ts":"3","/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/list/route.ts":"4","/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/list/route.ts":"5","/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/read/route.ts":"6","/Users/matt8p/Desktop/inspector/src/app/api/mcp/tools/route.ts":"7","/Users/matt8p/Desktop/inspector/src/app/layout.tsx":"8","/Users/matt8p/Desktop/inspector/src/app/oauth/callback/page.tsx":"9","/Users/matt8p/Desktop/inspector/src/app/page.tsx":"10","/Users/matt8p/Desktop/inspector/src/components/ActiveServerSelector.tsx":"11","/Users/matt8p/Desktop/inspector/src/components/ChatTab.tsx":"12","/Users/matt8p/Desktop/inspector/src/components/ElicitationDialog.tsx":"13","/Users/matt8p/Desktop/inspector/src/components/PromptsTab.tsx":"14","/Users/matt8p/Desktop/inspector/src/components/ResourcesTab.tsx":"15","/Users/matt8p/Desktop/inspector/src/components/ServersTab.tsx":"16","/Users/matt8p/Desktop/inspector/src/components/SettingsTab.tsx":"17","/Users/matt8p/Desktop/inspector/src/components/ToolsTab.tsx":"18","/Users/matt8p/Desktop/inspector/src/components/TracingTab.tsx":"19","/Users/matt8p/Desktop/inspector/src/components/chat/chat-helpers.ts":"20","/Users/matt8p/Desktop/inspector/src/components/chat/chat-input.tsx":"21","/Users/matt8p/Desktop/inspector/src/components/chat/code-block.tsx":"22","/Users/matt8p/Desktop/inspector/src/components/chat/markdown.tsx":"23","/Users/matt8p/Desktop/inspector/src/components/chat/message-editor.tsx":"24","/Users/matt8p/Desktop/inspector/src/components/chat/message.tsx":"25","/Users/matt8p/Desktop/inspector/src/components/chat/model-selector.tsx":"26","/Users/matt8p/Desktop/inspector/src/components/chat/provider-logo.tsx":"27","/Users/matt8p/Desktop/inspector/src/components/chat/tool-call.tsx":"28","/Users/matt8p/Desktop/inspector/src/components/connection/AddServerModal.tsx":"29","/Users/matt8p/Desktop/inspector/src/components/connection/EditServerModal.tsx":"30","/Users/matt8p/Desktop/inspector/src/components/connection/ServerConnectionCard.tsx":"31","/Users/matt8p/Desktop/inspector/src/components/icons.tsx":"32","/Users/matt8p/Desktop/inspector/src/components/logging/log-card.tsx":"33","/Users/matt8p/Desktop/inspector/src/components/logging/log-level-badge.tsx":"34","/Users/matt8p/Desktop/inspector/src/components/mcp-sidebar.tsx":"35","/Users/matt8p/Desktop/inspector/src/components/sidebar/account-switcher.tsx":"36","/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-main.tsx":"37","/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-user.tsx":"38","/Users/matt8p/Desktop/inspector/src/components/sidebar/theme-switcher.tsx":"39","/Users/matt8p/Desktop/inspector/src/components/ui/accordion.tsx":"40","/Users/matt8p/Desktop/inspector/src/components/ui/alert-dialog.tsx":"41","/Users/matt8p/Desktop/inspector/src/components/ui/alert.tsx":"42","/Users/matt8p/Desktop/inspector/src/components/ui/aspect-ratio.tsx":"43","/Users/matt8p/Desktop/inspector/src/components/ui/avatar.tsx":"44","/Users/matt8p/Desktop/inspector/src/components/ui/badge.tsx":"45","/Users/matt8p/Desktop/inspector/src/components/ui/breadcrumb.tsx":"46","/Users/matt8p/Desktop/inspector/src/components/ui/button.tsx":"47","/Users/matt8p/Desktop/inspector/src/components/ui/calendar.tsx":"48","/Users/matt8p/Desktop/inspector/src/components/ui/card.tsx":"49","/Users/matt8p/Desktop/inspector/src/components/ui/carousel.tsx":"50","/Users/matt8p/Desktop/inspector/src/components/ui/chart.tsx":"51","/Users/matt8p/Desktop/inspector/src/components/ui/checkbox.tsx":"52","/Users/matt8p/Desktop/inspector/src/components/ui/collapsible.tsx":"53","/Users/matt8p/Desktop/inspector/src/components/ui/command.tsx":"54","/Users/matt8p/Desktop/inspector/src/components/ui/context-menu.tsx":"55","/Users/matt8p/Desktop/inspector/src/components/ui/dialog.tsx":"56","/Users/matt8p/Desktop/inspector/src/components/ui/drawer.tsx":"57","/Users/matt8p/Desktop/inspector/src/components/ui/dropdown-menu.tsx":"58","/Users/matt8p/Desktop/inspector/src/components/ui/form.tsx":"59","/Users/matt8p/Desktop/inspector/src/components/ui/hover-card.tsx":"60","/Users/matt8p/Desktop/inspector/src/components/ui/input-otp.tsx":"61","/Users/matt8p/Desktop/inspector/src/components/ui/input.tsx":"62","/Users/matt8p/Desktop/inspector/src/components/ui/label.tsx":"63","/Users/matt8p/Desktop/inspector/src/components/ui/mcp-icon.tsx":"64","/Users/matt8p/Desktop/inspector/src/components/ui/menubar.tsx":"65","/Users/matt8p/Desktop/inspector/src/components/ui/navigation-menu.tsx":"66","/Users/matt8p/Desktop/inspector/src/components/ui/pagination.tsx":"67","/Users/matt8p/Desktop/inspector/src/components/ui/popover.tsx":"68","/Users/matt8p/Desktop/inspector/src/components/ui/progress.tsx":"69","/Users/matt8p/Desktop/inspector/src/components/ui/radio-group.tsx":"70","/Users/matt8p/Desktop/inspector/src/components/ui/resizable.tsx":"71","/Users/matt8p/Desktop/inspector/src/components/ui/scroll-area.tsx":"72","/Users/matt8p/Desktop/inspector/src/components/ui/select.tsx":"73","/Users/matt8p/Desktop/inspector/src/components/ui/separator.tsx":"74","/Users/matt8p/Desktop/inspector/src/components/ui/sheet.tsx":"75","/Users/matt8p/Desktop/inspector/src/components/ui/sidebar.tsx":"76","/Users/matt8p/Desktop/inspector/src/components/ui/skeleton.tsx":"77","/Users/matt8p/Desktop/inspector/src/components/ui/slider.tsx":"78","/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx":"79","/Users/matt8p/Desktop/inspector/src/components/ui/switch.tsx":"80","/Users/matt8p/Desktop/inspector/src/components/ui/table.tsx":"81","/Users/matt8p/Desktop/inspector/src/components/ui/tabs.tsx":"82","/Users/matt8p/Desktop/inspector/src/components/ui/textarea.tsx":"83","/Users/matt8p/Desktop/inspector/src/components/ui/toggle-group.tsx":"84","/Users/matt8p/Desktop/inspector/src/components/ui/toggle.tsx":"85","/Users/matt8p/Desktop/inspector/src/components/ui/tooltip.tsx":"86","/Users/matt8p/Desktop/inspector/src/config/app-config.ts":"87","/Users/matt8p/Desktop/inspector/src/hooks/use-ai-provider-keys.ts":"88","/Users/matt8p/Desktop/inspector/src/hooks/use-app-state.ts":"89","/Users/matt8p/Desktop/inspector/src/hooks/use-chat.ts":"90","/Users/matt8p/Desktop/inspector/src/hooks/use-logger.ts":"91","/Users/matt8p/Desktop/inspector/src/hooks/use-mobile.ts":"92","/Users/matt8p/Desktop/inspector/src/lib/chat-types.ts":"93","/Users/matt8p/Desktop/inspector/src/lib/chat-utils.ts":"94","/Users/matt8p/Desktop/inspector/src/lib/date-utils.ts":"95","/Users/matt8p/Desktop/inspector/src/lib/layout-utils.ts":"96","/Users/matt8p/Desktop/inspector/src/lib/mcp-oauth.ts":"97","/Users/matt8p/Desktop/inspector/src/lib/mcp-utils.ts":"98","/Users/matt8p/Desktop/inspector/src/lib/ollama-utils.ts":"99","/Users/matt8p/Desktop/inspector/src/lib/theme-utils.ts":"100","/Users/matt8p/Desktop/inspector/src/lib/types.ts":"101","/Users/matt8p/Desktop/inspector/src/lib/url-utils.ts":"102","/Users/matt8p/Desktop/inspector/src/lib/utils.ts":"103","/Users/matt8p/Desktop/inspector/src/server/server-actions.ts":"104","/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx":"105","/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-store.ts":"106","/Users/matt8p/Desktop/inspector/src/types/preferences/layout.ts":"107","/Users/matt8p/Desktop/inspector/src/types/preferences/theme.ts":"108"},{"size":8019,"mtime":1753673701890,"results":"109","hashOfConfig":"110"},{"size":1233,"mtime":1753673701891,"results":"111","hashOfConfig":"110"},{"size":1178,"mtime":1753673701892,"results":"112","hashOfConfig":"110"},{"size":958,"mtime":1753673701893,"results":"113","hashOfConfig":"110"},{"size":970,"mtime":1753673701894,"results":"114","hashOfConfig":"110"},{"size":1116,"mtime":1753673701895,"results":"115","hashOfConfig":"110"},{"size":8183,"mtime":1753673701895,"results":"116","hashOfConfig":"110"},{"size":1634,"mtime":1753673701903,"results":"117","hashOfConfig":"110"},{"size":1224,"mtime":1753673701904,"results":"118","hashOfConfig":"110"},{"size":4404,"mtime":1753854533100,"results":"119","hashOfConfig":"110"},{"size":4697,"mtime":1753673701905,"results":"120","hashOfConfig":"110"},{"size":8411,"mtime":1753673701905,"results":"121","hashOfConfig":"110"},{"size":8580,"mtime":1753673701909,"results":"122","hashOfConfig":"110"},{"size":24975,"mtime":1753673701910,"results":"123","hashOfConfig":"110"},{"size":17783,"mtime":1753673701911,"results":"124","hashOfConfig":"110"},{"size":4762,"mtime":1753854533100,"results":"125","hashOfConfig":"110"},{"size":8599,"mtime":1753673701919,"results":"126","hashOfConfig":"110"},{"size":32988,"mtime":1753673701921,"results":"127","hashOfConfig":"110"},{"size":5495,"mtime":1753673701921,"results":"128","hashOfConfig":"110"},{"size":1594,"mtime":1753673701922,"results":"129","hashOfConfig":"110"},{"size":9820,"mtime":1753673701922,"results":"130","hashOfConfig":"110"},{"size":805,"mtime":1753673701923,"results":"131","hashOfConfig":"110"},{"size":2623,"mtime":1753673701923,"results":"132","hashOfConfig":"110"},{"size":1933,"mtime":1753673701924,"results":"133","hashOfConfig":"110"},{"size":11699,"mtime":1753673701924,"results":"134","hashOfConfig":"110"},{"size":2190,"mtime":1753673701925,"results":"135","hashOfConfig":"110"},{"size":843,"mtime":1753673701926,"results":"136","hashOfConfig":"110"},{"size":11239,"mtime":1753673701926,"results":"137","hashOfConfig":"110"},{"size":13085,"mtime":1753854533100,"results":"138","hashOfConfig":"110"},{"size":16125,"mtime":1753855325024,"results":"139","hashOfConfig":"110"},{"size":16550,"mtime":1753854533101,"results":"140","hashOfConfig":"110"},{"size":5891,"mtime":1753673701928,"results":"141","hashOfConfig":"110"},{"size":3461,"mtime":1753673701929,"results":"142","hashOfConfig":"110"},{"size":986,"mtime":1753673701929,"results":"143","hashOfConfig":"110"},{"size":2895,"mtime":1753673701930,"results":"144","hashOfConfig":"110"},{"size":2861,"mtime":1753673701931,"results":"145","hashOfConfig":"110"},{"size":1450,"mtime":1753673701931,"results":"146","hashOfConfig":"110"},{"size":3550,"mtime":1753673701931,"results":"147","hashOfConfig":"110"},{"size":848,"mtime":1753673701932,"results":"148","hashOfConfig":"110"},{"size":2059,"mtime":1753673701933,"results":"149","hashOfConfig":"110"},{"size":3878,"mtime":1753673701933,"results":"150","hashOfConfig":"110"},{"size":1625,"mtime":1753673701933,"results":"151","hashOfConfig":"110"},{"size":278,"mtime":1753673701934,"results":"152","hashOfConfig":"110"},{"size":1102,"mtime":1753673701934,"results":"153","hashOfConfig":"110"},{"size":1659,"mtime":1753673701934,"results":"154","hashOfConfig":"110"},{"size":2391,"mtime":1753673701935,"results":"155","hashOfConfig":"110"},{"size":2167,"mtime":1753673701935,"results":"156","hashOfConfig":"110"},{"size":7699,"mtime":1753673701936,"results":"157","hashOfConfig":"110"},{"size":2002,"mtime":1753673701937,"results":"158","hashOfConfig":"110"},{"size":5624,"mtime":1753673701938,"results":"159","hashOfConfig":"110"},{"size":9856,"mtime":1753673701938,"results":"160","hashOfConfig":"110"},{"size":1229,"mtime":1753673701939,"results":"161","hashOfConfig":"110"},{"size":801,"mtime":1753673701940,"results":"162","hashOfConfig":"110"},{"size":4844,"mtime":1753673701940,"results":"163","hashOfConfig":"110"},{"size":8249,"mtime":1753673701941,"results":"164","hashOfConfig":"110"},{"size":3997,"mtime":1753673701941,"results":"165","hashOfConfig":"110"},{"size":4273,"mtime":1753673701942,"results":"166","hashOfConfig":"110"},{"size":8311,"mtime":1753673701942,"results":"167","hashOfConfig":"110"},{"size":3807,"mtime":1753673701943,"results":"168","hashOfConfig":"110"},{"size":1535,"mtime":1753673701943,"results":"169","hashOfConfig":"110"},{"size":2270,"mtime":1753673701943,"results":"170","hashOfConfig":"110"},{"size":972,"mtime":1753673701943,"results":"171","hashOfConfig":"110"},{"size":613,"mtime":1753673701944,"results":"172","hashOfConfig":"110"},{"size":1283,"mtime":1753673701944,"results":"173","hashOfConfig":"110"},{"size":8425,"mtime":1753673701945,"results":"174","hashOfConfig":"110"},{"size":6682,"mtime":1753673701945,"results":"175","hashOfConfig":"110"},{"size":2727,"mtime":1753673701945,"results":"176","hashOfConfig":"110"},{"size":1640,"mtime":1753673701946,"results":"177","hashOfConfig":"110"},{"size":742,"mtime":1753673701946,"results":"178","hashOfConfig":"110"},{"size":1469,"mtime":1753673701946,"results":"179","hashOfConfig":"110"},{"size":2040,"mtime":1753673701946,"results":"180","hashOfConfig":"110"},{"size":1647,"mtime":1753673701947,"results":"181","hashOfConfig":"110"},{"size":6271,"mtime":1753673701947,"results":"182","hashOfConfig":"110"},{"size":701,"mtime":1753673701948,"results":"183","hashOfConfig":"110"},{"size":4104,"mtime":1753673701948,"results":"184","hashOfConfig":"110"},{"size":21832,"mtime":1753673701949,"results":"185","hashOfConfig":"110"},{"size":279,"mtime":1753673701950,"results":"186","hashOfConfig":"110"},{"size":2007,"mtime":1753673701951,"results":"187","hashOfConfig":"110"},{"size":571,"mtime":1753673701951,"results":"188","hashOfConfig":"110"},{"size":1180,"mtime":1753673701952,"results":"189","hashOfConfig":"110"},{"size":2464,"mtime":1753673701952,"results":"190","hashOfConfig":"110"},{"size":1975,"mtime":1753673701953,"results":"191","hashOfConfig":"110"},{"size":764,"mtime":1753673701953,"results":"192","hashOfConfig":"110"},{"size":1932,"mtime":1753673701953,"results":"193","hashOfConfig":"110"},{"size":1574,"mtime":1753673701954,"results":"194","hashOfConfig":"110"},{"size":1896,"mtime":1753673701954,"results":"195","hashOfConfig":"110"},{"size":353,"mtime":1753673701955,"results":"196","hashOfConfig":"110"},{"size":3065,"mtime":1753673701956,"results":"197","hashOfConfig":"110"},{"size":28530,"mtime":1753855325025,"results":"198","hashOfConfig":"110"},{"size":14272,"mtime":1753673701957,"results":"199","hashOfConfig":"110"},{"size":6171,"mtime":1753673701958,"results":"200","hashOfConfig":"110"},{"size":585,"mtime":1753673701958,"results":"201","hashOfConfig":"110"},{"size":1659,"mtime":1753673701958,"results":"202","hashOfConfig":"110"},{"size":2888,"mtime":1753673701959,"results":"203","hashOfConfig":"110"},{"size":266,"mtime":1753673701959,"results":"204","hashOfConfig":"110"},{"size":221,"mtime":1753673701959,"results":"205","hashOfConfig":"110"},{"size":8290,"mtime":1753854533101,"results":"206","hashOfConfig":"110"},{"size":6663,"mtime":1753855325025,"results":"207","hashOfConfig":"110"},{"size":2589,"mtime":1753673701961,"results":"208","hashOfConfig":"110"},{"size":405,"mtime":1753673701961,"results":"209","hashOfConfig":"110"},{"size":4128,"mtime":1753854533101,"results":"210","hashOfConfig":"110"},{"size":984,"mtime":1753673701962,"results":"211","hashOfConfig":"110"},{"size":2275,"mtime":1753673701962,"results":"212","hashOfConfig":"110"},{"size":876,"mtime":1753673701962,"results":"213","hashOfConfig":"110"},{"size":1056,"mtime":1753673701963,"results":"214","hashOfConfig":"110"},{"size":640,"mtime":1753673701963,"results":"215","hashOfConfig":"110"},{"size":1003,"mtime":1753673701966,"results":"216","hashOfConfig":"110"},{"size":1195,"mtime":1753673701966,"results":"217","hashOfConfig":"110"},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"kvpuwf",{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"272","messages":"273","suppressedMessages":"274","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"275","messages":"276","suppressedMessages":"277","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"278","messages":"279","suppressedMessages":"280","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"281","messages":"282","suppressedMessages":"283","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"284","messages":"285","suppressedMessages":"286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"287","messages":"288","suppressedMessages":"289","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","suppressedMessages":"292","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"293","messages":"294","suppressedMessages":"295","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"296","messages":"297","suppressedMessages":"298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","suppressedMessages":"301","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"302","messages":"303","suppressedMessages":"304","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"305","messages":"306","suppressedMessages":"307","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"308","messages":"309","suppressedMessages":"310","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"311","messages":"312","suppressedMessages":"313","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"314","messages":"315","suppressedMessages":"316","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"317","messages":"318","suppressedMessages":"319","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"320","messages":"321","suppressedMessages":"322","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"323","messages":"324","suppressedMessages":"325","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"326","messages":"327","suppressedMessages":"328","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"329","messages":"330","suppressedMessages":"331","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"332","messages":"333","suppressedMessages":"334","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"335","messages":"336","suppressedMessages":"337","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"338","messages":"339","suppressedMessages":"340","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"341","messages":"342","suppressedMessages":"343","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"344","messages":"345","suppressedMessages":"346","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"347","messages":"348","suppressedMessages":"349","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"350","messages":"351","suppressedMessages":"352","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"353","messages":"354","suppressedMessages":"355","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"356","messages":"357","suppressedMessages":"358","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"359","messages":"360","suppressedMessages":"361","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"362","messages":"363","suppressedMessages":"364","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"365","messages":"366","suppressedMessages":"367","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"368","messages":"369","suppressedMessages":"370","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"371","messages":"372","suppressedMessages":"373","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"374","messages":"375","suppressedMessages":"376","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"377","messages":"378","suppressedMessages":"379","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"380","messages":"381","suppressedMessages":"382","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"383","messages":"384","suppressedMessages":"385","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"386","messages":"387","suppressedMessages":"388","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"389","messages":"390","suppressedMessages":"391","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"392","messages":"393","suppressedMessages":"394","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"395","messages":"396","suppressedMessages":"397","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"398","messages":"399","suppressedMessages":"400","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"401","messages":"402","suppressedMessages":"403","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"404","messages":"405","suppressedMessages":"406","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"407","messages":"408","suppressedMessages":"409","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"410","messages":"411","suppressedMessages":"412","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"413","messages":"414","suppressedMessages":"415","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"416","messages":"417","suppressedMessages":"418","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"419","messages":"420","suppressedMessages":"421","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"422","messages":"423","suppressedMessages":"424","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"425","messages":"426","suppressedMessages":"427","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"428","messages":"429","suppressedMessages":"430","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"431","messages":"432","suppressedMessages":"433","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"434","messages":"435","suppressedMessages":"436","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"437","messages":"438","suppressedMessages":"439","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"440","messages":"441","suppressedMessages":"442","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"443","messages":"444","suppressedMessages":"445","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"446","messages":"447","suppressedMessages":"448","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"449","messages":"450","suppressedMessages":"451","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"452","messages":"453","suppressedMessages":"454","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"455","messages":"456","suppressedMessages":"457","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"458","messages":"459","suppressedMessages":"460","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"461","messages":"462","suppressedMessages":"463","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"464","messages":"465","suppressedMessages":"466","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"467","messages":"468","suppressedMessages":"469","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"470","messages":"471","suppressedMessages":"472","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"473","messages":"474","suppressedMessages":"475","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"476","messages":"477","suppressedMessages":"478","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"479","messages":"480","suppressedMessages":"481","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"482","messages":"483","suppressedMessages":"484","errorCount":0,"fatalErrorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"485","messages":"486","suppressedMessages":"487","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"488","messages":"489","suppressedMessages":"490","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"491","messages":"492","suppressedMessages":"493","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"494","messages":"495","suppressedMessages":"496","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"497","messages":"498","suppressedMessages":"499","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"500","messages":"501","suppressedMessages":"502","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"503","messages":"504","suppressedMessages":"505","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"506","messages":"507","suppressedMessages":"508","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"509","messages":"510","suppressedMessages":"511","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"512","messages":"513","suppressedMessages":"514","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"515","messages":"516","suppressedMessages":"517","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"518","messages":"519","suppressedMessages":"520","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"521","messages":"522","suppressedMessages":"523","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"524","messages":"525","suppressedMessages":"526","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"527","messages":"528","suppressedMessages":"529","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"530","messages":"531","suppressedMessages":"532","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"533","messages":"534","suppressedMessages":"535","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"536","messages":"537","suppressedMessages":"538","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"539","messages":"540","suppressedMessages":"541","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/matt8p/Desktop/inspector/src/app/api/mcp/chat/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/connect/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/get/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/list/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/list/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/resources/read/route.ts",[],[],"/Users/matt8p/Desktop/inspector/src/app/api/mcp/tools/route.ts",["542"],[],"/Users/matt8p/Desktop/inspector/src/app/layout.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/app/oauth/callback/page.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/app/page.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ActiveServerSelector.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ChatTab.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ElicitationDialog.tsx",["543"],[],"/Users/matt8p/Desktop/inspector/src/components/PromptsTab.tsx",["544","545"],[],"/Users/matt8p/Desktop/inspector/src/components/ResourcesTab.tsx",["546"],[],"/Users/matt8p/Desktop/inspector/src/components/ServersTab.tsx",["547","548","549"],[],"/Users/matt8p/Desktop/inspector/src/components/SettingsTab.tsx",["550","551"],[],"/Users/matt8p/Desktop/inspector/src/components/ToolsTab.tsx",["552","553","554","555"],[],"/Users/matt8p/Desktop/inspector/src/components/TracingTab.tsx",["556"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/chat-helpers.ts",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/chat-input.tsx",["557"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/code-block.tsx",["558"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/markdown.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/message-editor.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/message.tsx",["559","560"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/model-selector.tsx",["561"],[],"/Users/matt8p/Desktop/inspector/src/components/chat/provider-logo.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/chat/tool-call.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/connection/AddServerModal.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/connection/EditServerModal.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/connection/ServerConnectionCard.tsx",["562","563"],[],"/Users/matt8p/Desktop/inspector/src/components/icons.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/logging/log-card.tsx",["564"],[],"/Users/matt8p/Desktop/inspector/src/components/logging/log-level-badge.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/mcp-sidebar.tsx",["565"],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/account-switcher.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-main.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/nav-user.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/sidebar/theme-switcher.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/accordion.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/alert-dialog.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/alert.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/aspect-ratio.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/avatar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/badge.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/breadcrumb.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/button.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/calendar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/card.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/carousel.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/chart.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/checkbox.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/collapsible.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/command.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/context-menu.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/dialog.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/drawer.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/dropdown-menu.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/form.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/hover-card.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/input-otp.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/input.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/label.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/mcp-icon.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/menubar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/navigation-menu.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/pagination.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/popover.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/progress.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/radio-group.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/resizable.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/scroll-area.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/select.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/separator.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/sheet.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/sidebar.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/skeleton.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/slider.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/switch.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/table.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/tabs.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/textarea.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/toggle-group.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/toggle.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/components/ui/tooltip.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/config/app-config.ts",[],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-ai-provider-keys.ts",[],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-app-state.ts",["566","567","568","569","570"],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-chat.ts",["571"],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-logger.ts",[],[],"/Users/matt8p/Desktop/inspector/src/hooks/use-mobile.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/chat-types.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/chat-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/date-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/layout-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/mcp-oauth.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/mcp-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/ollama-utils.ts",["572"],[],"/Users/matt8p/Desktop/inspector/src/lib/theme-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/types.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/url-utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/lib/utils.ts",[],[],"/Users/matt8p/Desktop/inspector/src/server/server-actions.ts",[],[],"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx",[],[],"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-store.ts",[],[],"/Users/matt8p/Desktop/inspector/src/types/preferences/layout.ts",[],[],"/Users/matt8p/Desktop/inspector/src/types/preferences/theme.ts",[],[],{"ruleId":"573","severity":1,"message":"574","line":257,"column":16,"nodeType":null,"messageId":"575","endLine":257,"endColumn":28},{"ruleId":"576","severity":1,"message":"577","line":68,"column":6,"nodeType":"578","endLine":68,"endColumn":26,"suggestions":"579"},{"ruleId":"576","severity":1,"message":"580","line":69,"column":6,"nodeType":"578","endLine":69,"endColumn":20,"suggestions":"581"},{"ruleId":"573","severity":1,"message":"582","line":105,"column":14,"nodeType":null,"messageId":"575","endLine":105,"endColumn":17},{"ruleId":"576","severity":1,"message":"583","line":41,"column":6,"nodeType":"578","endLine":41,"endColumn":20,"suggestions":"584"},{"ruleId":"573","severity":1,"message":"585","line":32,"column":22,"nodeType":null,"messageId":"575","endLine":32,"endColumn":35},{"ruleId":"573","severity":1,"message":"586","line":33,"column":22,"nodeType":null,"messageId":"575","endLine":33,"endColumn":35},{"ruleId":"576","severity":1,"message":"587","line":39,"column":6,"nodeType":"578","endLine":39,"endColumn":8,"suggestions":"588"},{"ruleId":"573","severity":1,"message":"589","line":4,"column":48,"nodeType":null,"messageId":"575","endLine":4,"endColumn":54},{"ruleId":"590","severity":1,"message":"591","line":190,"column":13,"nodeType":"592","endLine":196,"endColumn":15},{"ruleId":"576","severity":1,"message":"593","line":86,"column":6,"nodeType":"578","endLine":86,"endColumn":28,"suggestions":"594"},{"ruleId":"576","severity":1,"message":"595","line":92,"column":6,"nodeType":"578","endLine":92,"endColumn":35,"suggestions":"596"},{"ruleId":"573","severity":1,"message":"597","line":265,"column":9,"nodeType":null,"messageId":"575","endLine":265,"endColumn":24},{"ruleId":"573","severity":1,"message":"598","line":266,"column":9,"nodeType":null,"messageId":"575","endLine":266,"endColumn":25},{"ruleId":"573","severity":1,"message":"599","line":21,"column":20,"nodeType":null,"messageId":"575","endLine":21,"endColumn":38},{"ruleId":"573","severity":1,"message":"600","line":12,"column":10,"nodeType":null,"messageId":"575","endLine":12,"endColumn":15},{"ruleId":"573","severity":1,"message":"601","line":11,"column":3,"nodeType":null,"messageId":"575","endLine":11,"endColumn":7},{"ruleId":"573","severity":1,"message":"602","line":62,"column":9,"nodeType":null,"messageId":"575","endLine":62,"endColumn":19},{"ruleId":"590","severity":1,"message":"591","line":104,"column":15,"nodeType":"592","endLine":108,"endColumn":17},{"ruleId":"573","severity":1,"message":"600","line":11,"column":10,"nodeType":null,"messageId":"575","endLine":11,"endColumn":15},{"ruleId":"573","severity":1,"message":"603","line":3,"column":20,"nodeType":null,"messageId":"575","endLine":3,"endColumn":29},{"ruleId":"573","severity":1,"message":"604","line":29,"column":31,"nodeType":null,"messageId":"575","endLine":29,"endColumn":47},{"ruleId":"573","severity":1,"message":"605","line":21,"column":11,"nodeType":null,"messageId":"575","endLine":21,"endColumn":16},{"ruleId":"590","severity":1,"message":"591","line":99,"column":11,"nodeType":"592","endLine":105,"endColumn":13},{"ruleId":"576","severity":1,"message":"606","line":104,"column":6,"nodeType":"578","endLine":104,"endColumn":8,"suggestions":"607"},{"ruleId":"576","severity":1,"message":"608","line":133,"column":6,"nodeType":"578","endLine":133,"endColumn":17,"suggestions":"609"},{"ruleId":"576","severity":1,"message":"610","line":382,"column":5,"nodeType":"578","endLine":382,"endColumn":29,"suggestions":"611"},{"ruleId":"576","severity":1,"message":"610","line":563,"column":6,"nodeType":"578","endLine":563,"endColumn":8,"suggestions":"612"},{"ruleId":"576","severity":1,"message":"610","line":696,"column":5,"nodeType":"578","endLine":696,"endColumn":23,"suggestions":"613"},{"ruleId":"576","severity":1,"message":"614","line":99,"column":6,"nodeType":"578","endLine":99,"endColumn":62,"suggestions":"615"},{"ruleId":"573","severity":1,"message":"616","line":37,"column":14,"nodeType":null,"messageId":"575","endLine":37,"endColumn":19},"@typescript-eslint/no-unused-vars","'cleanupError' is defined but never used.","unusedVar","react-hooks/exhaustive-deps","React Hook React.useEffect has a missing dependency: 'generateFormFields'. Either include it or remove the dependency array.","ArrayExpression",["617"],"React Hook useEffect has a missing dependency: 'fetchPrompts'. Either include it or remove the dependency array.",["618"],"'err' is defined but never used.","React Hook useEffect has a missing dependency: 'fetchResources'. Either include it or remove the dependency array.",["619"],"'setSearchTerm' is assigned a value but never used.","'setFilterType' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'connectedServerConfigs' and 'onReconnect'. Either include them or remove the dependency array. If 'onReconnect' changes too often, find the parent component that defines it and wrap that definition in useCallback.",["620"],"'Server' is defined but never used.","@next/next/no-img-element","Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element","JSXOpeningElement","React Hook useEffect has missing dependencies: 'eventSource' and 'fetchTools'. Either include them or remove the dependency array.",["621"],"React Hook useEffect has a missing dependency: 'generateFormFields'. Either include it or remove the dependency array.",["622"],"'processedFields' is assigned a value but never used.","'validationErrors' is assigned a value but never used.","'getFilteredEntries' is assigned a value but never used.","'Model' is defined but never used.","'node' is defined but never used.","'handleEdit' is assigned a value but never used.","'useEffect' is defined but never used.","'getTimeBreakdown' is defined but never used.","'theme' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'logger'. Either include it or remove the dependency array.",["623"],"React Hook useEffect has a missing dependency: 'handleOAuthCallbackComplete'. Either include it or remove the dependency array.",["624"],"React Hook useCallback has a missing dependency: 'logger'. Either include it or remove the dependency array.",["625"],["626"],["627"],"React Hook useEffect has a missing dependency: 'availableModels'. Either include it or remove the dependency array.",["628"],"'error' is defined but never used.",{"desc":"629","fix":"630"},{"desc":"631","fix":"632"},{"desc":"633","fix":"634"},{"desc":"635","fix":"636"},{"desc":"637","fix":"638"},{"desc":"639","fix":"640"},{"desc":"641","fix":"642"},{"desc":"643","fix":"644"},{"desc":"645","fix":"646"},{"desc":"641","fix":"647"},{"desc":"648","fix":"649"},{"desc":"650","fix":"651"},"Update the dependencies array to be: [elicitationRequest, generateFormFields]",{"range":"652","text":"653"},"Update the dependencies array to be: [fetchPrompts, serverConfig]",{"range":"654","text":"655"},"Update the dependencies array to be: [fetchResources, serverConfig]",{"range":"656","text":"657"},"Update the dependencies array to be: [connectedServerConfigs, onReconnect]",{"range":"658","text":"659"},"Update the dependencies array to be: [serverConfig, logger, fetchTools, eventSource]",{"range":"660","text":"661"},"Update the dependencies array to be: [selectedTool, tools, logger, generateFormFields]",{"range":"662","text":"663"},"Update the dependencies array to be: [logger]",{"range":"664","text":"665"},"Update the dependencies array to be: [handleOAuthCallbackComplete, isLoading]",{"range":"666","text":"667"},"Update the dependencies array to be: [convertFormToMCPConfig, logger]",{"range":"668","text":"669"},{"range":"670","text":"665"},"Update the dependencies array to be: [appState.servers, logger]",{"range":"671","text":"672"},"Update the dependencies array to be: [tokens, ollamaModels, isOllamaRunning, hasToken, model, availableModels]",{"range":"673","text":"674"},[1475,1495],"[elicitationRequest, generateFormFields]",[1816,1830],"[fetchPrompts, serverConfig]",[1255,1269],"[fetchResources, serverConfig]",[1434,1436],"[connectedServerConfigs, onReconnect]",[2382,2404],"[serverConfig, logger, fetchTools, eventSource]",[2545,2574],"[selectedTool, tools, logger, generateFormFields]",[2964,2966],"[logger]",[3793,3804],"[handleOAuthCallbackComplete, isLoading]",[12064,12088],"[convertFormToMCPConfig, logger]",[18143,18145],[22251,22269],"[appState.servers, logger]",[3253,3309],"[tokens, ollamaModels, isOllamaRunning, hasToken, model, availableModels]"]
@@ -34,8 +34,8 @@
34
34
  "dynamicRoutes": {},
35
35
  "notFoundRoutes": [],
36
36
  "preview": {
37
- "previewModeId": "080f529906eda4f464cefbf20d428515",
38
- "previewModeSigningKey": "f60dd8f22741cbff34ccb3e17d2b0e02f3424ce2c3b100691b57d95f4e1d3751",
39
- "previewModeEncryptionKey": "77f3fac91002b7213179e6a60fcc8236280ac7a28374683600812a7dff17bafd"
37
+ "previewModeId": "70210abfdf1249174bd8468f9a7af4bc",
38
+ "previewModeSigningKey": "6b763379460b523acf0a05f34d4a4331f3b1ea75dcd5db4c1d98925cedd9ec4e",
39
+ "previewModeEncryptionKey": "2f7c5bfefe4dc40ef40bec2f1b84168ca27f256c439b06ac94a5d4f2b063c2f7"
40
40
  }
41
41
  }
@@ -1,2 +1,2 @@
1
- (()=>{var a={};a.id=492,a.ids=[492],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},5948:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,25227,23)),Promise.resolve().then(c.t.bind(c,86346,23)),Promise.resolve().then(c.t.bind(c,27924,23)),Promise.resolve().then(c.t.bind(c,40099,23)),Promise.resolve().then(c.t.bind(c,38243,23)),Promise.resolve().then(c.t.bind(c,28827,23)),Promise.resolve().then(c.t.bind(c,62763,23)),Promise.resolve().then(c.t.bind(c,97173,23)),Promise.resolve().then(c.bind(c,25587))},8399:(a,b,c)=>{Promise.resolve().then(c.bind(c,64616)),Promise.resolve().then(c.bind(c,59072))},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},24718:(a,b,c)=>{"use strict";c.d(b,{ml:()=>h,s2:()=>f,ze:()=>g});var d=c(67218);c(79130);var e=c(44999);async function f(a){let b=await (0,e.UL)();return b.get(a)?.value}async function g(a,b,c={}){(await (0,e.UL)()).set(a,b,{path:c.path??"/",maxAge:c.maxAge??604800})}async function h(a,b,c){let d=(await (0,e.UL)()).get(a),f=d?d.value.trim():void 0;return b.includes(f)?f:c}(0,c(17478).D)([f,g,h]),(0,d.A)(f,"40a18ee80fc9023e5af830f54a356294ec00221bca",null),(0,d.A)(g,"70c3204c8c80063f4f0a5b1c3fdacb444c5403a1d3",null),(0,d.A)(h,"7036a2e23850813d6f012929639aa8299eeaa3c8de",null)},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31100:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"40a18ee80fc9023e5af830f54a356294ec00221bca":()=>d.s2,"7036a2e23850813d6f012929639aa8299eeaa3c8de":()=>d.ml,"70c3204c8c80063f4f0a5b1c3fdacb444c5403a1d3":()=>d.ze});var d=c(24718)},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},48482:(a,b,c)=>{"use strict";c.d(b,{Toaster:()=>d});let d=(0,c(61369).registerClientReference)(function(){throw Error("Attempted to call Toaster() from the server but Toaster is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx","Toaster")},59072:(a,b,c)=>{"use strict";c.d(b,{PreferencesStoreProvider:()=>i,x:()=>j});var d=c(60687),e=c(43210),f=c(98483),g=c(23579);let h=(0,e.createContext)(null),i=({children:a,themeMode:b,themePreset:c})=>{let f=(0,e.useRef)(null);return f.current??=(a=>(0,g.y)()(b=>({themeMode:a?.themeMode??"light",themePreset:a?.themePreset??"default",setThemeMode:a=>b({themeMode:a}),setThemePreset:a=>b({themePreset:a})})))({themeMode:b,themePreset:c}),(0,d.jsx)(h.Provider,{value:f.current,children:a})},j=a=>{let b=(0,e.useContext)(h);if(!b)throw Error("Missing PreferencesStoreProvider");return(0,f.P)(b,a)}},60954:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>q,metadata:()=>p});var d=c(37413),e=c(2202),f=c.n(e),g=c(64988),h=c.n(g),i=c(48482);let j=new Date().getFullYear(),k={name:"MCPJam",version:"0.8.1",copyright:`\xa9 ${j}, MCPJam.`,meta:{title:"MCPJam",description:"MCPJam is a testing and debugging tool for MCP servers. Postman for MCP."}};var l=c(24718),m=c(79405);let n=[{label:"Light",value:"light"},{label:"Dark",value:"dark"}].map(a=>a.value),o=[{label:"Default",value:"default",primary:{light:"oklch(0.205 0 0)",dark:"oklch(0.922 0 0)"}},{label:"Brutalist",value:"brutalist",primary:{light:"oklch(0.6489 0.2370 26.9728)",dark:"oklch(0.7044 0.1872 23.1858)"}},{label:"Soft Pop",value:"soft-pop",primary:{light:"oklch(0.5106 0.2301 276.9656)",dark:"oklch(0.6801 0.1583 276.9349)"}},{label:"Tangerine",value:"tangerine",primary:{light:"oklch(0.64 0.17 36.44)",dark:"oklch(0.64 0.17 36.44)"}}].map(a=>a.value);c(61135);let p={title:k.meta.title,description:k.meta.description};async function q({children:a}){let b=await (0,l.ml)("theme_mode",n,"light"),c=await (0,l.ml)("theme_preset",o,"default");return(0,d.jsx)("html",{lang:"en",className:`${f().variable} ${h().variable} ${"dark"===b?"dark":""}`,"data-theme-preset":c,suppressHydrationWarning:!0,children:(0,d.jsx)("body",{className:"min-h-screen antialiased",children:(0,d.jsxs)(m.PreferencesStoreProvider,{themeMode:b,themePreset:c,children:[a,(0,d.jsx)(i.Toaster,{})]})})})}},61135:()=>{},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64616:(a,b,c)=>{"use strict";c.d(b,{Toaster:()=>g});var d=c(60687),e=c(10218),f=c(52581);let g=({...a})=>{let{theme:b="system"}=(0,e.D)();return(0,d.jsx)(f.l$,{theme:b,className:"toaster group",style:{"--normal-bg":"var(--popover)","--normal-text":"var(--popover-foreground)","--normal-border":"var(--border)"},...a})}},66474:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>C.a,__next_app__:()=>I,handler:()=>K,pages:()=>H,routeModule:()=>J,tree:()=>G});var d=c(65239),e=c(48088),f=c(47220),g=c(81289),h=c(26191),i=c(14823),j=c(71998),k=c(92603),l=c(54649),m=c(32781),n=c(82602),o=c(61268),p=c(4853),q=c(261),r=c(5052),s=c(9977),t=c(26713),u=c(43365),v=c(71454),w=c(67778),x=c(46143),y=c(39105),z=c(38171),A=c(86439),B=c(16133),C=c.n(B),D=c(30893),E=c(52836),F={};for(let a in D)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(F[a]=()=>D[a]);c.d(b,F);let G={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,80849,23)),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,60954)),"/Users/matt8p/Desktop/inspector/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,16133,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,29868,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,79615,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,H=[],I={require:c,loadChunk:()=>Promise.resolve()},J=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:G},distDir:".next",projectDir:""});async function K(a,b,c){var d;let B="/_not-found/page";"/index"===B&&(B="/");let F="false",L=(0,h.getRequestMeta)(a,"postponed"),M=(0,h.getRequestMeta)(a,"minimalMode"),N=await J.prepare(a,b,{srcPage:B,multiZoneDraftMode:F});if(!N)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:O,query:P,params:Q,parsedUrl:R,pageIsDynamic:S,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,serverActionsManifest:W,clientReferenceManifest:X,subresourceIntegrityManifest:Y,prerenderManifest:Z,isDraftMode:$,resolvedPathname:_,revalidateOnlyGenerated:aa,routerServerContext:ab,nextConfig:ac}=N,ad=R.pathname||"/",ae=(0,q.normalizeAppPath)(B),{isOnDemandRevalidate:af}=N,ag=Z.dynamicRoutes[ae],ah=Z.routes[_],ai=!!(ag||ah||Z.routes[ae]),aj=a.headers["user-agent"]||"",ak=(0,t.getBotType)(aj),al=(0,o.isHtmlBotRequest)(a),am=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??!!a.headers[s.NEXT_ROUTER_PREFETCH_HEADER],an=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[s.RSC_HEADER],ao=(0,r.getIsPossibleServerAction)(a),ap=(0,l.checkIsAppPPREnabled)(ac.experimental.ppr)&&(null==(d=Z.routes[ae]??Z.dynamicRoutes[ae])?void 0:d.renderingMode)==="PARTIALLY_STATIC",aq=!1,ar=!1,as=ap?L:void 0,at=ap&&an&&!am,au=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),av=!aj||(0,o.shouldServeStreamingMetadata)(aj,ac.htmlLimitedBots);al&&ap&&(ai=!1,av=!1);let aw=!0===J.isDev||!ai||"string"==typeof L||at,ax=al&&ap,ay=null;$||!ai||aw||ao||as||at||(ay=_);let az=ay;!az&&J.isDev&&(az=_);let aA={...D,tree:G,pages:H,GlobalError:C(),handler:K,routeModule:J,__next_app__:I};W&&X&&(0,n.setReferenceManifestsSingleton)({page:B,clientReferenceManifest:X,serverActionsManifest:W,serverModuleMap:(0,p.createServerModuleMap)({serverActionsManifest:W})});let aB=a.method||"GET",aC=(0,g.getTracer)(),aD=aC.getActiveScopeSpan();try{let d=async(c,d)=>{let e=new k.NodeNextRequest(a),f=new k.NodeNextResponse(b);return J.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aC.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aB} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aB} ${a.url}`)})},f=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:P,params:Q,page:ae,sharedContext:{buildId:O},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aA,Component:(0,j.T)(aA),params:Q,routeModule:J,page:B,postponed:f,shouldWaitOnAllReady:ax,serveStreamingMetadata:av,supportsDynamicResponse:"string"==typeof f||aw,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,subresourceIntegrityManifest:Y,serverActionsManifest:W,clientReferenceManifest:X,setIsrStatus:null==ab?void 0:ab.setIsrStatus,dir:J.projectDir,isDraftMode:$,isRevalidate:ai&&!f&&!at,botType:ak,isOnDemandRevalidate:af,isPossibleServerAction:ao,assetPrefix:ac.assetPrefix,nextConfigOutput:ac.output,crossOrigin:ac.crossOrigin,trailingSlash:ac.trailingSlash,previewProps:Z.preview,deploymentId:ac.deploymentId,enableTainting:ac.experimental.taint,htmlLimitedBots:ac.htmlLimitedBots,devtoolSegmentExplorer:ac.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ac.reactMaxHeadersLength,multiZoneDraftMode:F,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ac.experimental.cacheLife,basePath:ac.basePath,serverActions:ac.experimental.serverActions,...aq?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:aq}:{},experimental:{isRoutePPREnabled:ap,expireTime:ac.expireTime,staleTimes:ac.experimental.staleTimes,dynamicIO:!!ac.experimental.dynamicIO,clientSegmentCache:!!ac.experimental.clientSegmentCache,dynamicOnHover:!!ac.experimental.dynamicOnHover,inlineCss:!!ac.experimental.inlineCss,authInterrupts:!!ac.experimental.authInterrupts,clientTraceMetadata:ac.experimental.clientTraceMetadata||[]},waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>J.onRequestError(a,b,d,ab),err:(0,h.getRequestMeta)(a,"invokeError"),dev:J.isDev}},k=await d(e,i),{metadata:l}=k,{cacheControl:m,headers:n={},fetchTags:o}=l;if(o&&(n[x.NEXT_CACHE_TAGS_HEADER]=o),a.fetchMetrics=l.fetchMetrics,ai&&(null==m?void 0:m.revalidate)===0&&!J.isDev&&!ap){let a=l.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${_}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
1
+ (()=>{var a={};a.id=492,a.ids=[492],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},5948:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,25227,23)),Promise.resolve().then(c.t.bind(c,86346,23)),Promise.resolve().then(c.t.bind(c,27924,23)),Promise.resolve().then(c.t.bind(c,40099,23)),Promise.resolve().then(c.t.bind(c,38243,23)),Promise.resolve().then(c.t.bind(c,28827,23)),Promise.resolve().then(c.t.bind(c,62763,23)),Promise.resolve().then(c.t.bind(c,97173,23)),Promise.resolve().then(c.bind(c,25587))},8399:(a,b,c)=>{Promise.resolve().then(c.bind(c,64616)),Promise.resolve().then(c.bind(c,59072))},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},18098:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"40522db99cc3bf9d554e3d81d4ebd1c58c7e920232":()=>d.s2,"70019d3a76986bb2680f8cc06d62320472b4f155aa":()=>d.ml,"703879787ee8a24342cad319ddf0318da5dd194f0a":()=>d.ze});var d=c(24718)},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},24718:(a,b,c)=>{"use strict";c.d(b,{ml:()=>h,s2:()=>f,ze:()=>g});var d=c(67218);c(79130);var e=c(44999);async function f(a){let b=await (0,e.UL)();return b.get(a)?.value}async function g(a,b,c={}){(await (0,e.UL)()).set(a,b,{path:c.path??"/",maxAge:c.maxAge??604800})}async function h(a,b,c){let d=(await (0,e.UL)()).get(a),f=d?d.value.trim():void 0;return b.includes(f)?f:c}(0,c(17478).D)([f,g,h]),(0,d.A)(f,"40522db99cc3bf9d554e3d81d4ebd1c58c7e920232",null),(0,d.A)(g,"703879787ee8a24342cad319ddf0318da5dd194f0a",null),(0,d.A)(h,"70019d3a76986bb2680f8cc06d62320472b4f155aa",null)},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},48482:(a,b,c)=>{"use strict";c.d(b,{Toaster:()=>d});let d=(0,c(61369).registerClientReference)(function(){throw Error("Attempted to call Toaster() from the server but Toaster is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx","Toaster")},59072:(a,b,c)=>{"use strict";c.d(b,{PreferencesStoreProvider:()=>i,x:()=>j});var d=c(60687),e=c(43210),f=c(98483),g=c(23579);let h=(0,e.createContext)(null),i=({children:a,themeMode:b,themePreset:c})=>{let f=(0,e.useRef)(null);return f.current??=(a=>(0,g.y)()(b=>({themeMode:a?.themeMode??"light",themePreset:a?.themePreset??"default",setThemeMode:a=>b({themeMode:a}),setThemePreset:a=>b({themePreset:a})})))({themeMode:b,themePreset:c}),(0,d.jsx)(h.Provider,{value:f.current,children:a})},j=a=>{let b=(0,e.useContext)(h);if(!b)throw Error("Missing PreferencesStoreProvider");return(0,f.P)(b,a)}},60954:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>q,metadata:()=>p});var d=c(37413),e=c(2202),f=c.n(e),g=c(64988),h=c.n(g),i=c(48482);let j=new Date().getFullYear(),k={name:"MCPJam",version:"0.8.2",copyright:`\xa9 ${j}, MCPJam.`,meta:{title:"MCPJam",description:"MCPJam is a testing and debugging tool for MCP servers. Postman for MCP."}};var l=c(24718),m=c(79405);let n=[{label:"Light",value:"light"},{label:"Dark",value:"dark"}].map(a=>a.value),o=[{label:"Default",value:"default",primary:{light:"oklch(0.205 0 0)",dark:"oklch(0.922 0 0)"}},{label:"Brutalist",value:"brutalist",primary:{light:"oklch(0.6489 0.2370 26.9728)",dark:"oklch(0.7044 0.1872 23.1858)"}},{label:"Soft Pop",value:"soft-pop",primary:{light:"oklch(0.5106 0.2301 276.9656)",dark:"oklch(0.6801 0.1583 276.9349)"}},{label:"Tangerine",value:"tangerine",primary:{light:"oklch(0.64 0.17 36.44)",dark:"oklch(0.64 0.17 36.44)"}}].map(a=>a.value);c(61135);let p={title:k.meta.title,description:k.meta.description};async function q({children:a}){let b=await (0,l.ml)("theme_mode",n,"light"),c=await (0,l.ml)("theme_preset",o,"default");return(0,d.jsx)("html",{lang:"en",className:`${f().variable} ${h().variable} ${"dark"===b?"dark":""}`,"data-theme-preset":c,suppressHydrationWarning:!0,children:(0,d.jsx)("body",{className:"min-h-screen antialiased",children:(0,d.jsxs)(m.PreferencesStoreProvider,{themeMode:b,themePreset:c,children:[a,(0,d.jsx)(i.Toaster,{})]})})})}},61135:()=>{},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64616:(a,b,c)=>{"use strict";c.d(b,{Toaster:()=>g});var d=c(60687),e=c(10218),f=c(52581);let g=({...a})=>{let{theme:b="system"}=(0,e.D)();return(0,d.jsx)(f.l$,{theme:b,className:"toaster group",style:{"--normal-bg":"var(--popover)","--normal-text":"var(--popover-foreground)","--normal-border":"var(--border)"},...a})}},66474:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>C.a,__next_app__:()=>I,handler:()=>K,pages:()=>H,routeModule:()=>J,tree:()=>G});var d=c(65239),e=c(48088),f=c(47220),g=c(81289),h=c(26191),i=c(14823),j=c(71998),k=c(92603),l=c(54649),m=c(32781),n=c(82602),o=c(61268),p=c(4853),q=c(261),r=c(5052),s=c(9977),t=c(26713),u=c(43365),v=c(71454),w=c(67778),x=c(46143),y=c(39105),z=c(38171),A=c(86439),B=c(16133),C=c.n(B),D=c(30893),E=c(52836),F={};for(let a in D)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(F[a]=()=>D[a]);c.d(b,F);let G={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,80849,23)),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,60954)),"/Users/matt8p/Desktop/inspector/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,16133,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,29868,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,79615,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,H=[],I={require:c,loadChunk:()=>Promise.resolve()},J=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:G},distDir:".next",projectDir:""});async function K(a,b,c){var d;let B="/_not-found/page";"/index"===B&&(B="/");let F="false",L=(0,h.getRequestMeta)(a,"postponed"),M=(0,h.getRequestMeta)(a,"minimalMode"),N=await J.prepare(a,b,{srcPage:B,multiZoneDraftMode:F});if(!N)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:O,query:P,params:Q,parsedUrl:R,pageIsDynamic:S,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,serverActionsManifest:W,clientReferenceManifest:X,subresourceIntegrityManifest:Y,prerenderManifest:Z,isDraftMode:$,resolvedPathname:_,revalidateOnlyGenerated:aa,routerServerContext:ab,nextConfig:ac}=N,ad=R.pathname||"/",ae=(0,q.normalizeAppPath)(B),{isOnDemandRevalidate:af}=N,ag=Z.dynamicRoutes[ae],ah=Z.routes[_],ai=!!(ag||ah||Z.routes[ae]),aj=a.headers["user-agent"]||"",ak=(0,t.getBotType)(aj),al=(0,o.isHtmlBotRequest)(a),am=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??!!a.headers[s.NEXT_ROUTER_PREFETCH_HEADER],an=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[s.RSC_HEADER],ao=(0,r.getIsPossibleServerAction)(a),ap=(0,l.checkIsAppPPREnabled)(ac.experimental.ppr)&&(null==(d=Z.routes[ae]??Z.dynamicRoutes[ae])?void 0:d.renderingMode)==="PARTIALLY_STATIC",aq=!1,ar=!1,as=ap?L:void 0,at=ap&&an&&!am,au=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),av=!aj||(0,o.shouldServeStreamingMetadata)(aj,ac.htmlLimitedBots);al&&ap&&(ai=!1,av=!1);let aw=!0===J.isDev||!ai||"string"==typeof L||at,ax=al&&ap,ay=null;$||!ai||aw||ao||as||at||(ay=_);let az=ay;!az&&J.isDev&&(az=_);let aA={...D,tree:G,pages:H,GlobalError:C(),handler:K,routeModule:J,__next_app__:I};W&&X&&(0,n.setReferenceManifestsSingleton)({page:B,clientReferenceManifest:X,serverActionsManifest:W,serverModuleMap:(0,p.createServerModuleMap)({serverActionsManifest:W})});let aB=a.method||"GET",aC=(0,g.getTracer)(),aD=aC.getActiveScopeSpan();try{let d=async(c,d)=>{let e=new k.NodeNextRequest(a),f=new k.NodeNextResponse(b);return J.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aC.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aB} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aB} ${a.url}`)})},f=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:P,params:Q,page:ae,sharedContext:{buildId:O},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aA,Component:(0,j.T)(aA),params:Q,routeModule:J,page:B,postponed:f,shouldWaitOnAllReady:ax,serveStreamingMetadata:av,supportsDynamicResponse:"string"==typeof f||aw,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,subresourceIntegrityManifest:Y,serverActionsManifest:W,clientReferenceManifest:X,setIsrStatus:null==ab?void 0:ab.setIsrStatus,dir:J.projectDir,isDraftMode:$,isRevalidate:ai&&!f&&!at,botType:ak,isOnDemandRevalidate:af,isPossibleServerAction:ao,assetPrefix:ac.assetPrefix,nextConfigOutput:ac.output,crossOrigin:ac.crossOrigin,trailingSlash:ac.trailingSlash,previewProps:Z.preview,deploymentId:ac.deploymentId,enableTainting:ac.experimental.taint,htmlLimitedBots:ac.htmlLimitedBots,devtoolSegmentExplorer:ac.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ac.reactMaxHeadersLength,multiZoneDraftMode:F,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ac.experimental.cacheLife,basePath:ac.basePath,serverActions:ac.experimental.serverActions,...aq?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:aq}:{},experimental:{isRoutePPREnabled:ap,expireTime:ac.expireTime,staleTimes:ac.experimental.staleTimes,dynamicIO:!!ac.experimental.dynamicIO,clientSegmentCache:!!ac.experimental.clientSegmentCache,dynamicOnHover:!!ac.experimental.dynamicOnHover,inlineCss:!!ac.experimental.inlineCss,authInterrupts:!!ac.experimental.authInterrupts,clientTraceMetadata:ac.experimental.clientTraceMetadata||[]},waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>J.onRequestError(a,b,d,ab),err:(0,h.getRequestMeta)(a,"invokeError"),dev:J.isDev}},k=await d(e,i),{metadata:l}=k,{cacheControl:m,headers:n={},fetchTags:o}=l;if(o&&(n[x.NEXT_CACHE_TAGS_HEADER]=o),a.fetchMetrics=l.fetchMetrics,ai&&(null==m?void 0:m.revalidate)===0&&!J.isDev&&!ap){let a=l.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${_}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
2
  see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:u.CachedRouteKind.APP_PAGE,html:k,headers:n,rscData:l.flightData,postponed:l.postponed,status:l.statusCode,segmentData:l.segmentData},cacheControl:m}},l=async({hasResolved:d,previousCacheEntry:g,isRevalidating:i,span:j})=>{let k,l=!1===J.isDev,n=d||b.writableEnded;if(af&&aa&&!g&&!M)return(null==ab?void 0:ab.render404)?await ab.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ag&&(k=(0,v.parseFallbackField)(ag.fallback)),k===v.FallbackMode.PRERENDER&&(0,t.isBot)(aj)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),(null==g?void 0:g.isStale)===-1&&(af=!0),af&&(k!==v.FallbackMode.NOT_FOUND||g)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),!M&&k!==v.FallbackMode.BLOCKING_STATIC_RENDER&&az&&!n&&!$&&S&&(l||!ah)){let b;if((l||ag)&&k===v.FallbackMode.NOT_FOUND)throw new A.NoFallbackError;if(ap&&!an){if(b=await J.handleResponse({cacheKey:l?ae:null,req:a,nextConfig:ac,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:Z,isRoutePPREnabled:ap,responseGenerator:async()=>f({span:j,postponed:void 0,fallbackRouteParams:l||ar?(0,m.u)(ae):null}),waitUntil:c.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=af||i||!as?void 0:as;if(aq&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:u.CachedRouteKind.PAGES,html:w.default.fromStatic(""),pageData:{},headers:void 0,status:void 0}};let p=S&&ap&&((0,h.getRequestMeta)(a,"renderFallbackShell")||ar)?(0,m.u)(ad):null;return f({span:j,postponed:o,fallbackRouteParams:p})},n=async d=>{var g,i,j,k,m;let n,o=await J.handleResponse({cacheKey:ay,responseGenerator:a=>l({span:d,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:af,isRoutePPREnabled:ap,req:a,nextConfig:ac,prerenderManifest:Z,waitUntil:c.waitUntil});if($&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),J.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(ay)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(g=o.value)?void 0:g.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(j=o.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;ai&&!at&&(!p||am)&&(M||b.setHeader("x-nextjs-cache",af?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(s.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(as)n={revalidate:0,expire:void 0};else if(M&&an&&!am&&ap)n={revalidate:0,expire:void 0};else if(!J.isDev)if($)n={revalidate:0,expire:void 0};else if(ai){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});n={revalidate:o.cacheControl.revalidate,expire:(null==(k=o.cacheControl)?void 0:k.expire)??ac.expireTime}}else n={revalidate:x.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(n={revalidate:0,expire:void 0});if(o.cacheControl=n,"string"==typeof au&&(null==q?void 0:q.kind)===u.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(m=q.headers)?void 0:m[x.NEXT_CACHE_TAGS_HEADER];M&&ai&&c&&"string"==typeof c&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(au);return void 0!==d?(0,z.sendRenderResult)({req:a,res:b,type:"rsc",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(d),cacheControl:o.cacheControl}):(b.statusCode=204,(0,z.sendRenderResult)({req:a,res:b,type:"rsc",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(""),cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&as)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(M&&ai||delete a[x.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let t=null==(i=q.headers)?void 0:i[x.NEXT_CACHE_TAGS_HEADER];if(M&&ai&&t&&"string"==typeof t&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,t),!q.status||an&&ap||(b.statusCode=q.status),!M&&q.status&&E.RedirectStatusCode[q.status]&&an&&(b.statusCode=200),p&&b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"1"),an&&!$){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,z.sendRenderResult)({req:a,res:b,type:"rsc",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:q.html,cacheControl:at?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,z.sendRenderResult)({req:a,res:b,type:"rsc",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(q.rscData),cacheControl:o.cacheControl})}let v=q.html;if(!p||M)return(0,z.sendRenderResult)({req:a,res:b,type:"html",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:o.cacheControl});if(aq)return v.chain(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:a,res:b,type:"html",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}});let A=new TransformStream;return v.chain(A.readable),f({span:d,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(A.writable)}).catch(a=>{A.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,z.sendRenderResult)({req:a,res:b,type:"html",generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})};if(!aD)return await aC.withPropagatedContext(a.headers,()=>aC.trace(i.BaseServerSpan.handleRequest,{spanName:`${aB} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aB,"http.target":a.url}},n));await n(aD)}catch(b){throw aD||await J.onRequestError(a,b,{routerKind:"App Router",routePath:B,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ai,isOnDemandRevalidate:af})},ab),b}}},70440:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(31658);let e=async a=>[{type:"image/x-icon",sizes:"32x32",url:(0,d.fillMetadataSegment)(".",await a.params,"favicon.ico")+""}]},79405:(a,b,c)=>{"use strict";c.d(b,{PreferencesStoreProvider:()=>e});var d=c(61369);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call PreferencesStoreProvider() from the server but PreferencesStoreProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx","PreferencesStoreProvider");(0,d.registerClientReference)(function(){throw Error("Attempted to call usePreferencesStore() from the server but usePreferencesStore is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx","usePreferencesStore")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96220:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,16133,23)),Promise.resolve().then(c.t.bind(c,16444,23)),Promise.resolve().then(c.t.bind(c,16042,23)),Promise.resolve().then(c.t.bind(c,49477,23)),Promise.resolve().then(c.t.bind(c,29345,23)),Promise.resolve().then(c.t.bind(c,12089,23)),Promise.resolve().then(c.t.bind(c,46577,23)),Promise.resolve().then(c.t.bind(c,31307,23)),Promise.resolve().then(c.t.bind(c,14817,23))},96727:(a,b,c)=>{Promise.resolve().then(c.bind(c,48482)),Promise.resolve().then(c.bind(c,79405))}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[985,175],()=>b(b.s=66474));module.exports=c})();
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"894":{"*":{"id":"86346","name":"*","chunks":[],"async":false}},"911":{"*":{"id":"59072","name":"*","chunks":[],"async":false}},"1287":{"*":{"id":"52444","name":"*","chunks":[],"async":false}},"1295":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"4911":{"*":{"id":"28827","name":"*","chunks":[],"async":false}},"4970":{"*":{"id":"27924","name":"*","chunks":[],"async":false}},"5121":{"*":{"id":"62170","name":"*","chunks":[],"async":false}},"6975":{"*":{"id":"40099","name":"*","chunks":[],"async":false}},"7555":{"*":{"id":"38243","name":"*","chunks":[],"async":false}},"8175":{"*":{"id":"25587","name":"*","chunks":[],"async":false}},"8393":{"*":{"id":"25227","name":"*","chunks":[],"async":false}},"9074":{"*":{"id":"64616","name":"*","chunks":[],"async":false}},"9665":{"*":{"id":"62763","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/builtin/global-error.js":{"id":8393,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":8393,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/client-page.js":{"id":894,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/client-page.js":{"id":894,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/client-segment.js":{"id":4970,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4970,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6975,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6975,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/layout-router.js":{"id":7555,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7555,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":4911,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":4911,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/metadata/metadata-boundary.js":{"id":9665,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/metadata/metadata-boundary.js":{"id":9665,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1295,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1295,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":8175,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":8175,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":4147,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":8489,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/app/globals.css":{"id":347,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx":{"id":9074,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx":{"id":911,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/app/oauth/callback/page.tsx":{"id":1287,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/src/app/page.tsx":{"id":5121,"name":"*","chunks":["214","static/chunks/214-cc4c35d88f2695ed.js","866","static/chunks/866-04c19dda4c52f2bf.js","14","static/chunks/14-ae3a01e72ea53777.js","974","static/chunks/app/page-fdd433623879220d.js"],"async":false}},"entryCSSFiles":{"/Users/matt8p/Desktop/inspector/src/":[],"/Users/matt8p/Desktop/inspector/src/app/layout":[{"inlined":false,"path":"static/css/f30152c0704fba31.css"},{"inlined":false,"path":"static/css/1e852d83e9c1d0c6.css"}],"/Users/matt8p/Desktop/inspector/src/app/page":[{"inlined":false,"path":"static/css/fe751fdbe975e9ca.css"}],"/Users/matt8p/Desktop/inspector/src/app/_not-found/page":[]},"rscModuleMapping":{"347":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"894":{"*":{"id":"16444","name":"*","chunks":[],"async":false}},"911":{"*":{"id":"79405","name":"*","chunks":[],"async":false}},"1287":{"*":{"id":"85432","name":"*","chunks":[],"async":false}},"1295":{"*":{"id":"31307","name":"*","chunks":[],"async":false}},"4911":{"*":{"id":"12089","name":"*","chunks":[],"async":false}},"4970":{"*":{"id":"16042","name":"*","chunks":[],"async":false}},"5121":{"*":{"id":"21204","name":"*","chunks":[],"async":false}},"6975":{"*":{"id":"49477","name":"*","chunks":[],"async":false}},"7555":{"*":{"id":"29345","name":"*","chunks":[],"async":false}},"8175":{"*":{"id":"14817","name":"*","chunks":[],"async":false}},"8393":{"*":{"id":"16133","name":"*","chunks":[],"async":false}},"9074":{"*":{"id":"48482","name":"*","chunks":[],"async":false}},"9665":{"*":{"id":"46577","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"894":{"*":{"id":"86346","name":"*","chunks":[],"async":false}},"911":{"*":{"id":"59072","name":"*","chunks":[],"async":false}},"1287":{"*":{"id":"52444","name":"*","chunks":[],"async":false}},"1295":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"4911":{"*":{"id":"28827","name":"*","chunks":[],"async":false}},"4970":{"*":{"id":"27924","name":"*","chunks":[],"async":false}},"6928":{"*":{"id":"77029","name":"*","chunks":[],"async":false}},"6975":{"*":{"id":"40099","name":"*","chunks":[],"async":false}},"7555":{"*":{"id":"38243","name":"*","chunks":[],"async":false}},"8175":{"*":{"id":"25587","name":"*","chunks":[],"async":false}},"8393":{"*":{"id":"25227","name":"*","chunks":[],"async":false}},"9074":{"*":{"id":"64616","name":"*","chunks":[],"async":false}},"9665":{"*":{"id":"62763","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/builtin/global-error.js":{"id":8393,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":8393,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/client-page.js":{"id":894,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/client-page.js":{"id":894,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/client-segment.js":{"id":4970,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4970,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6975,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6975,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/layout-router.js":{"id":7555,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7555,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":4911,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":4911,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/metadata/metadata-boundary.js":{"id":9665,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/metadata/metadata-boundary.js":{"id":9665,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1295,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1295,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":8175,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":8175,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":4147,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":8489,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/app/globals.css":{"id":347,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/components/ui/sonner.tsx":{"id":9074,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/stores/preferences/preferences-provider.tsx":{"id":911,"name":"*","chunks":["866","static/chunks/866-04c19dda4c52f2bf.js","177","static/chunks/app/layout-9e8115d4bf656fa0.js"],"async":false},"/Users/matt8p/Desktop/inspector/src/app/oauth/callback/page.tsx":{"id":1287,"name":"*","chunks":[],"async":false},"/Users/matt8p/Desktop/inspector/src/app/page.tsx":{"id":6928,"name":"*","chunks":["214","static/chunks/214-cc4c35d88f2695ed.js","866","static/chunks/866-04c19dda4c52f2bf.js","574","static/chunks/574-9365237f47ed3a68.js","974","static/chunks/app/page-b0e3ed6257734413.js"],"async":false}},"entryCSSFiles":{"/Users/matt8p/Desktop/inspector/src/":[],"/Users/matt8p/Desktop/inspector/src/app/layout":[{"inlined":false,"path":"static/css/f30152c0704fba31.css"},{"inlined":false,"path":"static/css/1e852d83e9c1d0c6.css"}],"/Users/matt8p/Desktop/inspector/src/app/page":[{"inlined":false,"path":"static/css/fe751fdbe975e9ca.css"}],"/Users/matt8p/Desktop/inspector/src/app/_not-found/page":[]},"rscModuleMapping":{"347":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"894":{"*":{"id":"16444","name":"*","chunks":[],"async":false}},"911":{"*":{"id":"79405","name":"*","chunks":[],"async":false}},"1287":{"*":{"id":"85432","name":"*","chunks":[],"async":false}},"1295":{"*":{"id":"31307","name":"*","chunks":[],"async":false}},"4911":{"*":{"id":"12089","name":"*","chunks":[],"async":false}},"4970":{"*":{"id":"16042","name":"*","chunks":[],"async":false}},"6928":{"*":{"id":"21204","name":"*","chunks":[],"async":false}},"6975":{"*":{"id":"49477","name":"*","chunks":[],"async":false}},"7555":{"*":{"id":"29345","name":"*","chunks":[],"async":false}},"8175":{"*":{"id":"14817","name":"*","chunks":[],"async":false}},"8393":{"*":{"id":"16133","name":"*","chunks":[],"async":false}},"9074":{"*":{"id":"48482","name":"*","chunks":[],"async":false}},"9665":{"*":{"id":"46577","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}