dev3000 0.0.62 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dev-environment.js +2 -2
- package/mcp-server/.next/BUILD_ID +1 -1
- package/mcp-server/.next/build-manifest.json +2 -2
- package/mcp-server/.next/cache/.tsbuildinfo +1 -1
- package/mcp-server/.next/fallback-build-manifest.json +2 -2
- package/mcp-server/.next/prerender-manifest.json +6 -6
- package/mcp-server/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/server/app/_global-error.rsc +1 -1
- package/mcp-server/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/server/app/_not-found.rsc +1 -1
- package/mcp-server/.next/server/app/index.html +1 -1
- package/mcp-server/.next/server/app/index.rsc +1 -1
- package/mcp-server/.next/server/app/replay.html +1 -1
- package/mcp-server/.next/server/app/replay.rsc +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__7f1ecf7b._.js +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__7f1ecf7b._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__82298dd3._.js +5 -9
- package/mcp-server/.next/server/chunks/[root-of-the-server]__82298dd3._.js.map +1 -1
- package/mcp-server/.next/server/pages/404.html +1 -1
- package/mcp-server/.next/server/pages/500.html +2 -2
- package/mcp-server/.next/standalone/.next/BUILD_ID +1 -1
- package/mcp-server/.next/standalone/.next/build-manifest.json +2 -2
- package/mcp-server/.next/standalone/.next/prerender-manifest.json +6 -6
- package/mcp-server/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/mcp-server/.next/standalone/.next/server/app/index.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/index.rsc +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay.rsc +1 -1
- package/mcp-server/.next/standalone/.next/server/chunks/[root-of-the-server]__7f1ecf7b._.js +1 -1
- package/mcp-server/.next/standalone/.next/server/chunks/[root-of-the-server]__82298dd3._.js +5 -9
- package/mcp-server/.next/standalone/.next/server/pages/404.html +1 -1
- package/mcp-server/.next/standalone/.next/server/pages/500.html +2 -2
- package/mcp-server/.next/standalone/app/api/mcp/[transport]/route.ts +153 -677
- package/mcp-server/.next/trace +1 -1
- package/mcp-server/app/api/mcp/[transport]/route.ts +153 -677
- package/mcp-server/app/api/tools/route.ts +14 -133
- package/package.json +1 -1
- /package/mcp-server/.next/static/{fgx2Ltd5vbloYUQlVKX60 → lDFZiYn5DNSLwH0MarFSI}/_buildManifest.js +0 -0
- /package/mcp-server/.next/static/{fgx2Ltd5vbloYUQlVKX60 → lDFZiYn5DNSLwH0MarFSI}/_clientMiddlewareManifest.json +0 -0
- /package/mcp-server/.next/static/{fgx2Ltd5vbloYUQlVKX60 → lDFZiYn5DNSLwH0MarFSI}/_ssgManifest.js +0 -0
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"polyfillFiles": [],
|
|
8
8
|
"lowPriorityFiles": [
|
|
9
|
-
"static/
|
|
10
|
-
"static/
|
|
9
|
+
"static/lDFZiYn5DNSLwH0MarFSI/_ssgManifest.js",
|
|
10
|
+
"static/lDFZiYn5DNSLwH0MarFSI/_buildManifest.js"
|
|
11
11
|
],
|
|
12
12
|
"rootMainFiles": [],
|
|
13
13
|
"ampFirstPages": []
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"x-next-revalidate-tag-token"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
|
-
"/
|
|
55
|
+
"/": {
|
|
56
56
|
"experimentalBypassFor": [
|
|
57
57
|
{
|
|
58
58
|
"type": "header",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
}
|
|
66
66
|
],
|
|
67
67
|
"initialRevalidateSeconds": false,
|
|
68
|
-
"srcRoute": "/
|
|
69
|
-
"dataRoute": "/
|
|
68
|
+
"srcRoute": "/",
|
|
69
|
+
"dataRoute": "/index.rsc",
|
|
70
70
|
"prefetchDataRoute": null,
|
|
71
71
|
"allowHeader": [
|
|
72
72
|
"host",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"x-next-revalidate-tag-token"
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
|
-
"/": {
|
|
80
|
+
"/replay": {
|
|
81
81
|
"experimentalBypassFor": [
|
|
82
82
|
{
|
|
83
83
|
"type": "header",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"initialRevalidateSeconds": false,
|
|
93
|
-
"srcRoute": "/",
|
|
94
|
-
"dataRoute": "/
|
|
93
|
+
"srcRoute": "/replay",
|
|
94
|
+
"dataRoute": "/replay.rsc",
|
|
95
95
|
"prefetchDataRoute": null,
|
|
96
96
|
"allowHeader": [
|
|
97
97
|
"host",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f7331e11d1cb0264.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\n6:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\na:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--lDFZiYn5DNSLwH0MarFSI--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f7331e11d1cb0264.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/8a5ef92054eb3f68.js" async=""></script><script src="/_next/static/chunks/5dd333b6181425ad.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/turbopack-0005c9ba09919d66.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f7331e11d1cb0264.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\n6:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\na:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"lDFZiYn5DNSLwH0MarFSI\",\"c\":[\"\",\"_global-error\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/044e917a180dc576.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1415a83da347ea73.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
a:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"MetadataBoundary"]
|
|
8
8
|
b:"$Sreact.suspense"
|
|
9
9
|
d:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
|
|
10
|
-
0:{"P":null,"b":"
|
|
10
|
+
0:{"P":null,"b":"lDFZiYn5DNSLwH0MarFSI","c":["","_global-error"],"i":false,"f":[[["",{"children":["__PAGE__",{}]}],["",["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/044e917a180dc576.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1415a83da347ea73.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"s":false,"S":true}
|
|
11
11
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
12
12
|
5:null
|
|
13
13
|
7:{"metadata":[],"error":null,"digest":"$undefined"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--lDFZiYn5DNSLwH0MarFSI--><html lang="en" class="h-full dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6634762c4edabf25.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f7331e11d1cb0264.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/8a5ef92054eb3f68.js" async=""></script><script src="/_next/static/chunks/5dd333b6181425ad.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/turbopack-0005c9ba09919d66.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.js" async=""></script><meta name="robots" content="noindex"/><title>🎯 dev3000</title><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16.svg" type="image/svg+xml" sizes="16x16"/><link rel="apple-touch-icon" href="/favicon-180.png"/><meta name="theme-color" content="#1f2937"/><title>404: This page could not be found.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="h-full"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f7331e11d1cb0264.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\n6:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\na:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6634762c4edabf25.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"lDFZiYn5DNSLwH0MarFSI\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6634762c4edabf25.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/044e917a180dc576.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1415a83da347ea73.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"🎯 dev3000\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon-16.svg\",\"type\":\"image/svg+xml\",\"sizes\":\"16x16\"}],[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon-180.png\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1f2937\"}]]}],[\"$\",\"body\",null,{\"className\":\"h-full\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
|
|
@@ -8,7 +8,7 @@ a:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415
|
|
|
8
8
|
b:"$Sreact.suspense"
|
|
9
9
|
d:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
|
|
10
10
|
:HL["/_next/static/chunks/6634762c4edabf25.css","style"]
|
|
11
|
-
0:{"P":null,"b":"
|
|
11
|
+
0:{"P":null,"b":"lDFZiYn5DNSLwH0MarFSI","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6634762c4edabf25.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/044e917a180dc576.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1415a83da347ea73.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full dark","children":[["$","head",null,{"children":[["$","title",null,{"children":"🎯 dev3000"}],["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}],["$","link",null,{"rel":"icon","href":"/favicon-16.svg","type":"image/svg+xml","sizes":"16x16"}],["$","link",null,{"rel":"apple-touch-icon","href":"/favicon-180.png"}],["$","meta",null,{"name":"theme-color","content":"#1f2937"}]]}],["$","body",null,{"className":"h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"s":false,"S":true}
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
13
13
|
5:null
|
|
14
14
|
7:{"metadata":[],"error":null,"digest":"$undefined"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--fgx2Ltd5vbloYUQlVKX60--><html lang="en" class="h-full dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6634762c4edabf25.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f7331e11d1cb0264.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/8a5ef92054eb3f68.js" async=""></script><script src="/_next/static/chunks/5dd333b6181425ad.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/turbopack-0005c9ba09919d66.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.js" async=""></script><script src="/_next/static/chunks/aac71a4d8cd0d1d1.js" async=""></script><title>🎯 dev3000</title><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16.svg" type="image/svg+xml" sizes="16x16"/><link rel="apple-touch-icon" href="/favicon-180.png"/><meta name="theme-color" content="#1f2937"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="h-full"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen bg-white"><header class="bg-gray-50 border-b border-gray-200"><div class="max-w-7xl mx-auto px-6 py-8"><div class="flex items-center justify-between"><div><div class="flex items-center gap-4 mb-3"><div class="w-12 h-12 bg-black rounded flex items-center justify-center"><span class="text-white font-mono font-bold">d3k</span></div><div><h1 class="text-3xl font-bold text-gray-900">dev3000 MCP Server</h1><div class="flex items-center gap-3 mt-2"><span class="inline-flex items-center gap-2 text-sm text-green-600 font-medium"><span class="w-2 h-2 bg-green-500 rounded-full"></span>Server Running</span><span class="text-gray-300">•</span><span class="text-sm text-gray-600">Port 3684</span></div></div></div></div><div class="flex items-center gap-4"><a class="inline-flex items-center gap-2 px-5 py-3 bg-blue-600 text-white text-sm font-medium rounded hover:bg-blue-700 transition-colors" href="/logs">📊 View Logs</a><a href="https://github.com/vercel-labs/dev3000#setup" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 px-5 py-3 border border-gray-300 text-gray-700 text-sm font-medium rounded hover:bg-gray-50 transition-colors">📖 Setup Guide</a></div></div></div></header><div class="flex max-w-7xl mx-auto"><main class="flex-1 px-6 py-8 min-w-0 lg:pr-80"><section class="mb-16"><div class="bg-blue-50 border border-blue-200 rounded p-8"><h2 class="text-xl font-semibold text-blue-900 mb-4">🚀 Quick Start</h2><div class="space-y-4"><div><span class="text-sm font-medium text-blue-800">MCP Endpoint:</span><code class="ml-3 px-4 py-2 bg-blue-100 text-blue-800 text-sm font-mono rounded">http://localhost:3684/api/mcp/mcp</code></div><div class="text-sm text-blue-700"><p class="mb-3">Connect your AI tools to this MCP server for real-time development debugging:</p><div class="flex gap-6"><a href="https://github.com/vercel-labs/dev3000#claude-desktop" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:text-blue-800 font-medium">Claude Desktop Setup →</a><a href="https://github.com/vercel-labs/dev3000#cursor" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:text-blue-800 font-medium">Cursor Setup →</a></div></div></div></div></section><section><div class="mb-12"><div><h2 class="text-3xl font-bold text-gray-900 mb-3">Available Tools</h2><p class="text-gray-600 text-lg">Loading MCP tools...</p></div></div><div class="text-center py-16"><div class="inline-block animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600"></div><p class="mt-6 text-gray-600">Loading tool documentation...</p></div></section><section class="mt-20 bg-gradient-to-r from-purple-50 to-blue-50 border border-purple-200 rounded p-10"><h2 class="text-2xl font-semibold text-gray-900 mb-6 flex items-center gap-3">🪄 The Magic Workflow</h2><div class="grid md:grid-cols-3 gap-8"><div class="text-center"><div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4"><span class="text-blue-600 font-bold text-lg">1</span></div><h3 class="font-semibold mb-3 text-lg">AI Finds Issues</h3><p class="text-gray-600 leading-relaxed">Tools like debug_my_app and monitor_for_new_errors automatically detect problems</p></div><div class="text-center"><div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-4"><span class="text-purple-600 font-bold text-lg">2</span></div><h3 class="font-semibold mb-3 text-lg">AI Fixes Code</h3><p class="text-gray-600 leading-relaxed">AI analyzes errors and edits your code files to resolve issues</p></div><div class="text-center"><div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4"><span class="text-green-600 font-bold text-lg">3</span></div><h3 class="font-semibold mb-3 text-lg">AI Verifies Fixes</h3><p class="text-gray-600 leading-relaxed">execute_browser_action tests the fixes in real-time with screenshots</p></div></div></section></main><aside class="lg:block w-72 flex-shrink-0 fixed right-0 top-0 h-screen overflow-y-auto z-10"><div class="p-6 bg-gray-50 border-l border-gray-200 h-full"><h3 class="text-sm font-semibold text-gray-900 mb-4">Tools</h3><div class="text-sm text-gray-500">Loading tools...</div></div></aside></div><footer class="border-t border-gray-200 mt-20"><div class="max-w-7xl mx-auto px-6 py-8"><div class="flex items-center justify-between text-sm text-gray-600"><div><span class="font-semibold">dev3000 MCP Server</span> - AI-powered development monitoring</div><div class="flex items-center gap-8"><a href="https://github.com/vercel-labs/dev3000" target="_blank" rel="noopener noreferrer" class="hover:text-gray-900 transition-colors">GitHub</a><a href="https://dev3000.ai" target="_blank" rel="noopener noreferrer" class="hover:text-gray-900 transition-colors">Homepage</a><a class="hover:text-gray-900 transition-colors" href="/logs">Logs</a></div></div></div></footer></div><!--$--><!--/$--><script src="/_next/static/chunks/f7331e11d1cb0264.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[41731,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ClientPageRoot\"]\n5:I[31713,[\"/_next/static/chunks/aac71a4d8cd0d1d1.js\"],\"default\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\na:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\nc:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\ne:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6634762c4edabf25.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"fgx2Ltd5vbloYUQlVKX60\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6634762c4edabf25.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"🎯 dev3000\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon-16.svg\",\"type\":\"image/svg+xml\",\"sizes\":\"16x16\"}],[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon-180.png\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1f2937\"}]]}],[\"$\",\"body\",null,{\"className\":\"h-full\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/aac71a4d8cd0d1d1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],null],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><!--lDFZiYn5DNSLwH0MarFSI--><html lang="en" class="h-full dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6634762c4edabf25.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f7331e11d1cb0264.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/8a5ef92054eb3f68.js" async=""></script><script src="/_next/static/chunks/5dd333b6181425ad.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/turbopack-0005c9ba09919d66.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.js" async=""></script><script src="/_next/static/chunks/aac71a4d8cd0d1d1.js" async=""></script><title>🎯 dev3000</title><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16.svg" type="image/svg+xml" sizes="16x16"/><link rel="apple-touch-icon" href="/favicon-180.png"/><meta name="theme-color" content="#1f2937"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="h-full"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen bg-white"><header class="bg-gray-50 border-b border-gray-200"><div class="max-w-7xl mx-auto px-6 py-8"><div class="flex items-center justify-between"><div><div class="flex items-center gap-4 mb-3"><div class="w-12 h-12 bg-black rounded flex items-center justify-center"><span class="text-white font-mono font-bold">d3k</span></div><div><h1 class="text-3xl font-bold text-gray-900">dev3000 MCP Server</h1><div class="flex items-center gap-3 mt-2"><span class="inline-flex items-center gap-2 text-sm text-green-600 font-medium"><span class="w-2 h-2 bg-green-500 rounded-full"></span>Server Running</span><span class="text-gray-300">•</span><span class="text-sm text-gray-600">Port 3684</span></div></div></div></div><div class="flex items-center gap-4"><a class="inline-flex items-center gap-2 px-5 py-3 bg-blue-600 text-white text-sm font-medium rounded hover:bg-blue-700 transition-colors" href="/logs">📊 View Logs</a><a href="https://github.com/vercel-labs/dev3000#setup" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 px-5 py-3 border border-gray-300 text-gray-700 text-sm font-medium rounded hover:bg-gray-50 transition-colors">📖 Setup Guide</a></div></div></div></header><div class="flex max-w-7xl mx-auto"><main class="flex-1 px-6 py-8 min-w-0 lg:pr-80"><section class="mb-16"><div class="bg-blue-50 border border-blue-200 rounded p-8"><h2 class="text-xl font-semibold text-blue-900 mb-4">🚀 Quick Start</h2><div class="space-y-4"><div><span class="text-sm font-medium text-blue-800">MCP Endpoint:</span><code class="ml-3 px-4 py-2 bg-blue-100 text-blue-800 text-sm font-mono rounded">http://localhost:3684/api/mcp/mcp</code></div><div class="text-sm text-blue-700"><p class="mb-3">Connect your AI tools to this MCP server for real-time development debugging:</p><div class="flex gap-6"><a href="https://github.com/vercel-labs/dev3000#claude-desktop" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:text-blue-800 font-medium">Claude Desktop Setup →</a><a href="https://github.com/vercel-labs/dev3000#cursor" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:text-blue-800 font-medium">Cursor Setup →</a></div></div></div></div></section><section><div class="mb-12"><div><h2 class="text-3xl font-bold text-gray-900 mb-3">Available Tools</h2><p class="text-gray-600 text-lg">Loading MCP tools...</p></div></div><div class="text-center py-16"><div class="inline-block animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600"></div><p class="mt-6 text-gray-600">Loading tool documentation...</p></div></section><section class="mt-20 bg-gradient-to-r from-purple-50 to-blue-50 border border-purple-200 rounded p-10"><h2 class="text-2xl font-semibold text-gray-900 mb-6 flex items-center gap-3">🪄 The Magic Workflow</h2><div class="grid md:grid-cols-3 gap-8"><div class="text-center"><div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4"><span class="text-blue-600 font-bold text-lg">1</span></div><h3 class="font-semibold mb-3 text-lg">AI Finds Issues</h3><p class="text-gray-600 leading-relaxed">Tools like debug_my_app and monitor_for_new_errors automatically detect problems</p></div><div class="text-center"><div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-4"><span class="text-purple-600 font-bold text-lg">2</span></div><h3 class="font-semibold mb-3 text-lg">AI Fixes Code</h3><p class="text-gray-600 leading-relaxed">AI analyzes errors and edits your code files to resolve issues</p></div><div class="text-center"><div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4"><span class="text-green-600 font-bold text-lg">3</span></div><h3 class="font-semibold mb-3 text-lg">AI Verifies Fixes</h3><p class="text-gray-600 leading-relaxed">execute_browser_action tests the fixes in real-time with screenshots</p></div></div></section></main><aside class="lg:block w-72 flex-shrink-0 fixed right-0 top-0 h-screen overflow-y-auto z-10"><div class="p-6 bg-gray-50 border-l border-gray-200 h-full"><h3 class="text-sm font-semibold text-gray-900 mb-4">Tools</h3><div class="text-sm text-gray-500">Loading tools...</div></div></aside></div><footer class="border-t border-gray-200 mt-20"><div class="max-w-7xl mx-auto px-6 py-8"><div class="flex items-center justify-between text-sm text-gray-600"><div><span class="font-semibold">dev3000 MCP Server</span> - AI-powered development monitoring</div><div class="flex items-center gap-8"><a href="https://github.com/vercel-labs/dev3000" target="_blank" rel="noopener noreferrer" class="hover:text-gray-900 transition-colors">GitHub</a><a href="https://dev3000.ai" target="_blank" rel="noopener noreferrer" class="hover:text-gray-900 transition-colors">Homepage</a><a class="hover:text-gray-900 transition-colors" href="/logs">Logs</a></div></div></div></footer></div><!--$--><!--/$--><script src="/_next/static/chunks/f7331e11d1cb0264.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[41731,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ClientPageRoot\"]\n5:I[31713,[\"/_next/static/chunks/aac71a4d8cd0d1d1.js\"],\"default\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\na:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\nc:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\ne:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6634762c4edabf25.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"lDFZiYn5DNSLwH0MarFSI\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6634762c4edabf25.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"🎯 dev3000\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon-16.svg\",\"type\":\"image/svg+xml\",\"sizes\":\"16x16\"}],[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon-180.png\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1f2937\"}]]}],[\"$\",\"body\",null,{\"className\":\"h-full\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/aac71a4d8cd0d1d1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],null],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>
|
|
@@ -10,7 +10,7 @@ e:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415
|
|
|
10
10
|
f:"$Sreact.suspense"
|
|
11
11
|
11:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
|
|
12
12
|
:HL["/_next/static/chunks/6634762c4edabf25.css","style"]
|
|
13
|
-
0:{"P":null,"b":"
|
|
13
|
+
0:{"P":null,"b":"lDFZiYn5DNSLwH0MarFSI","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6634762c4edabf25.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full dark","children":[["$","head",null,{"children":[["$","title",null,{"children":"🎯 dev3000"}],["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}],["$","link",null,{"rel":"icon","href":"/favicon-16.svg","type":"image/svg+xml","sizes":"16x16"}],["$","link",null,{"rel":"apple-touch-icon","href":"/favicon-180.png"}],["$","meta",null,{"name":"theme-color","content":"#1f2937"}]]}],["$","body",null,{"className":"h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],[["$","script","script-0",{"src":"/_next/static/chunks/aac71a4d8cd0d1d1.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,[["$","$Lc",null,{"children":"$Ld"}],null],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
|
|
14
14
|
6:{}
|
|
15
15
|
7:"$0:f:0:1:2:children:1:props:children:0:props:params"
|
|
16
16
|
d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--lDFZiYn5DNSLwH0MarFSI--><html lang="en" class="h-full dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6634762c4edabf25.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f7331e11d1cb0264.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/8a5ef92054eb3f68.js" async=""></script><script src="/_next/static/chunks/5dd333b6181425ad.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/turbopack-0005c9ba09919d66.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.js" async=""></script><script src="/_next/static/chunks/c964cee505b7b510.js" async=""></script><title>🎯 dev3000</title><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16.svg" type="image/svg+xml" sizes="16x16"/><link rel="apple-touch-icon" href="/favicon-180.png"/><meta name="theme-color" content="#1f2937"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="h-full"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen bg-gray-50"><div class="bg-white shadow-sm border-b"><div class="max-w-7xl mx-auto px-4 py-3"><div class="flex items-center justify-between"><div class="flex items-center gap-4"><h1 class="text-2xl font-bold text-gray-900">Session Replay</h1></div><div class="flex items-center gap-2"><select class="px-3 py-1 border border-gray-300 rounded text-sm"><option value="0.5">0.5x</option><option value="1" selected="">1x</option><option value="2">2x</option><option value="4">4x</option><option value="8">8x</option></select><button type="button" disabled="" class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 disabled:opacity-50 disabled:cursor-not-allowed">▶ Play</button></div></div></div></div><div class="max-w-7xl mx-auto px-4 py-6"><div class="text-center py-12"><div class="text-gray-400 text-lg">No replay data available</div><div class="text-gray-500 text-sm mt-2">Start using your app to generate interaction data</div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f7331e11d1cb0264.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[19088,[\"/_next/static/chunks/c964cee505b7b510.js\"],\"default\"]\n5:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\n7:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\n9:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\nb:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6634762c4edabf25.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"lDFZiYn5DNSLwH0MarFSI\",\"c\":[\"\",\"replay\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"replay\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6634762c4edabf25.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"🎯 dev3000\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon-16.svg\",\"type\":\"image/svg+xml\",\"sizes\":\"16x16\"}],[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon-180.png\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1f2937\"}]]}],[\"$\",\"body\",null,{\"className\":\"h-full\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[\"replay\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c964cee505b7b510.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],null],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
|
|
@@ -9,7 +9,7 @@ b:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415
|
|
|
9
9
|
c:"$Sreact.suspense"
|
|
10
10
|
e:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
|
|
11
11
|
:HL["/_next/static/chunks/6634762c4edabf25.css","style"]
|
|
12
|
-
0:{"P":null,"b":"
|
|
12
|
+
0:{"P":null,"b":"lDFZiYn5DNSLwH0MarFSI","c":["","replay"],"i":false,"f":[[["",{"children":["replay",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6634762c4edabf25.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full dark","children":[["$","head",null,{"children":[["$","title",null,{"children":"🎯 dev3000"}],["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}],["$","link",null,{"rel":"icon","href":"/favicon-16.svg","type":"image/svg+xml","sizes":"16x16"}],["$","link",null,{"rel":"apple-touch-icon","href":"/favicon-180.png"}],["$","meta",null,{"name":"theme-color","content":"#1f2937"}]]}],["$","body",null,{"className":"h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["replay",["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/c964cee505b7b510.js","async":true,"nonce":"$undefined"}]],["$","$L5",null,{"children":["$L6",["$","$L7",null,{"promise":"$@8"}]]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,[["$","$L9",null,{"children":"$La"}],null],["$","$Lb",null,{"children":["$","div",null,{"hidden":true,"children":["$","$c",null,{"fallback":null,"children":"$Ld"}]}]}]]}],false]],"m":"$undefined","G":["$e",[]],"s":false,"S":true}
|
|
13
13
|
a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
14
14
|
6:null
|
|
15
15
|
8:{"metadata":[],"error":null,"digest":"$undefined"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},20635,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},18310,e=>{"use strict";var t=e.i(83283),r=e.i(58146),n=e.i(60701),a=e.i(52032),o=e.i(47086),s=e.i(55928),i=e.i(49223),l=e.i(51879),c=e.i(40228),p=e.i(87365),d=e.i(1370),u=e.i(82599),m=e.i(65703),g=e.i(58458),f=e.i(89109),h=e.i(26670),y=e.i(93695);e.i(12160);var x=e.i(39674),v=e.i(21);async function R(){try{let e=[{name:"debug_my_app",description:"🚨 SHORTCUT COMMAND: Complete proactive analysis of your development environment. Automatically checks recent logs for errors, searches for common patterns, gets browser errors, and provides actionable debugging insights with immediate fixes.",category:"Primary Debugging",parameters:[{name:"focusArea",type:"string",optional:!0,description:"Specific area to focus on: 'build', 'runtime', 'network', 'ui', or 'all' (default: 'all')"}]},{name:"get_current_timestamp",description:"⏰ CRITICAL MONITORING TOOL: Get current timestamp for proactive error monitoring workflow. Use constantly before/after user interactions for timestamp-based debugging.",category:"Monitoring",parameters:[]},{name:"get_errors_between_timestamps",description:"🚨 PROACTIVE ERROR EXTRACTION: Get ALL types of errors (server errors, exceptions, browser errors, build failures, network issues) between specific timestamps. Essential for continuous monitoring.",category:"Error Analysis",parameters:[{name:"startTime",type:"string",description:"Start timestamp (ISO 8601 format: 2024-01-01T12:00:00.000Z)"},{name:"endTime",type:"string",description:"End timestamp (ISO 8601 format: 2024-01-01T12:30:00.000Z)"},{name:"severity",type:"enum",optional:!0,description:"Error severity filter: 'all', 'critical', 'warnings' (default: 'all')"}]},{name:"monitor_for_new_errors",description:"🔍 AUTOMATED BACKGROUND MONITORING: Check for ANY new errors that appeared in the last few minutes. Use frequently for continuous quality assurance and preventive debugging.",category:"Monitoring",parameters:[{name:"minutes",type:"number",optional:!0,description:"Minutes to look back for new errors (default: 5)"},{name:"autoFix",type:"boolean",optional:!0,description:"Whether to immediately offer fixes when errors found (default: true)"}]},{name:"read_consolidated_logs",description:"Read recent consolidated development logs containing server output, browser console logs, network requests, user interactions, and screenshots. Essential for general log overview and proactive error detection.",category:"Log Analysis",parameters:[{name:"lines",type:"number",optional:!0,description:"Number of recent lines to read (default: 50)"},{name:"filter",type:"string",optional:!0,description:"Filter logs by text content"}]},{name:"search_logs",description:"Search through consolidated logs using regex patterns with context lines. Essential for tracing error patterns, finding specific API calls, or tracking user interaction sequences.",category:"Log Analysis",parameters:[{name:"pattern",type:"string",description:"Regex pattern to search for"},{name:"context",type:"number",optional:!0,description:"Number of lines of context around matches (default: 2)"}]},{name:"get_logs_between_timestamps",description:"Get logs between two specific timestamps - critical for timestamp-based debugging workflow. Eliminates noise and focuses analysis on specific user sessions.",category:"Log Analysis",parameters:[{name:"startTime",type:"string",description:"Start timestamp (ISO 8601 format)"},{name:"endTime",type:"string",description:"End timestamp (ISO 8601 format)"},{name:"filter",type:"string",optional:!0,description:"Filter logs by text content (case insensitive)"}]},{name:"get_browser_errors",description:"Get recent browser errors including console errors, JavaScript exceptions, and page errors from monitoring. Use proactively to catch JavaScript exceptions and runtime issues immediately.",category:"Browser Debugging",parameters:[{name:"hours",type:"number",optional:!0,description:"Hours to look back (default: 1)"}]},{name:"execute_browser_action",description:"🪄 MAGICAL VERIFICATION TOOL: Execute safe browser actions via Chrome DevTools Protocol for testing and interaction automation. The secret to dev3000 magic - use to verify fixes work by automating browser interactions and taking screenshots.",category:"Browser Automation",parameters:[{name:"action",type:"enum",description:"Action to perform: 'click', 'navigate', 'screenshot', 'evaluate', 'scroll', 'type'"},{name:"params",type:"object",description:"Parameters for the action (coordinates, URL, selector, text, expression, etc.)"}]},{name:"healthcheck",description:"Internal healthcheck tool - rarely needed since MCP connection working means server is healthy. Only use if explicitly asked to verify server health.",category:"System",parameters:[{name:"message",type:"string",optional:!0,description:"Optional message to echo back"}]}];return v.NextResponse.json({tools:e,endpoint:"http://localhost:3684/api/mcp/mcp",totalTools:e.length,categories:[...new Set(e.map(e=>e.category))]})}catch(e){return v.NextResponse.json({error:"Failed to extract tools documentation"},{status:500})}}e.s(["GET",()=>R],93883);var w=e.i(93883);let b=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/tools/route",pathname:"/api/tools",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/app/api/tools/route.ts",nextConfigOutput:"standalone",userland:w}),{workAsyncStorage:E,workUnitAsyncStorage:A,serverHooks:C}=b;function T(){return(0,n.patchFetch)({workAsyncStorage:E,workUnitAsyncStorage:A})}async function O(e,t,n){var v;let R="/api/tools/route";R=R.replace(/\/index$/,"")||"/";let w=await b.prepare(e,t,{srcPage:R,multiZoneDraftMode:!1});if(!w)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:E,params:A,nextConfig:C,isDraftMode:T,prerenderManifest:O,routerServerContext:k,isOnDemandRevalidate:_,revalidateOnlyGenerated:N,resolvedPathname:S,clientReferenceManifest:I,serverActionsManifest:M}=w,P=(0,l.normalizeAppPath)(R),q=!!(O.dynamicRoutes[P]||O.routes[S]);if(q&&!T){let e=!!O.routes[S],t=O.dynamicRoutes[P];if(t&&!1===t.fallback&&!e)throw new y.NoFallbackError}let U=null;!q||b.isDev||T||(U="/index"===(U=S)?"/":U);let j=!0===b.isDev||!q,H=q&&!j;M&&I&&(0,s.setReferenceManifestsSingleton)({page:R,clientReferenceManifest:I,serverActionsManifest:M,serverModuleMap:(0,i.createServerModuleMap)({serverActionsManifest:M})});let D=e.method||"GET",L=(0,o.getTracer)(),F=L.getActiveScopeSpan(),G={params:A,prerenderManifest:O,renderOpts:{experimental:{cacheComponents:!!C.experimental.cacheComponents,authInterrupts:!!C.experimental.authInterrupts},supportsDynamicResponse:j,incrementalCache:(0,a.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:null==(v=C.experimental)?void 0:v.cacheLife,isRevalidate:H,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n)=>b.onRequestError(e,t,n,k)},sharedContext:{buildId:E}},K=new c.NodeNextRequest(e),$=new c.NodeNextResponse(t),B=p.NextRequestAdapter.fromNodeNextRequest(K,(0,p.signalFromNodeResponse)(t));try{let s=async r=>b.handle(B,G).finally(()=>{if(!r)return;r.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let n=L.getRootSpanAttributes();if(!n)return;if(n.get("next.span_type")!==d.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${n.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=n.get("next.route");if(a){let e=`${D} ${a}`;r.setAttributes({"next.route":a,"http.route":a,"next.span_name":e}),r.updateName(e)}else r.updateName(`${D} ${e.url}`)}),i=async o=>{var i,l;let c=async({previousCacheEntry:r})=>{try{if(!(0,a.getRequestMeta)(e,"minimalMode")&&_&&N&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(o);e.fetchMetrics=G.renderOpts.fetchMetrics;let l=G.renderOpts.pendingWaitUntil;l&&n.waitUntil&&(n.waitUntil(l),l=void 0);let c=G.renderOpts.collectedTags;if(!q)return await (0,m.sendResponse)(K,$,i,G.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,g.toNodeOutgoingHttpHeaders)(i.headers);c&&(t[h.NEXT_CACHE_TAGS_HEADER]=c),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==G.renderOpts.collectedRevalidate&&!(G.renderOpts.collectedRevalidate>=h.INFINITE_CACHE)&&G.renderOpts.collectedRevalidate,n=void 0===G.renderOpts.collectedExpire||G.renderOpts.collectedExpire>=h.INFINITE_CACHE?void 0:G.renderOpts.collectedExpire;return{value:{kind:x.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await b.onRequestError(e,t,{routerKind:"App Router",routePath:R,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isRevalidate:H,isOnDemandRevalidate:_})},k),t}},p=await b.handleResponse({req:e,nextConfig:C,cacheKey:U,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:O,isRoutePPREnabled:!1,isOnDemandRevalidate:_,revalidateOnlyGenerated:N,responseGenerator:c,waitUntil:n.waitUntil});if(!q)return null;if((null==p||null==(i=p.value)?void 0:i.kind)!==x.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==p||null==(l=p.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,a.getRequestMeta)(e,"minimalMode")||t.setHeader("x-nextjs-cache",_?"REVALIDATED":p.isMiss?"MISS":p.isStale?"STALE":"HIT"),T&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,g.fromNodeOutgoingHttpHeaders)(p.value.headers);return(0,a.getRequestMeta)(e,"minimalMode")&&q||d.delete(h.NEXT_CACHE_TAGS_HEADER),!p.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,f.getCacheControlHeader)(p.cacheControl)),await (0,m.sendResponse)(K,$,new Response(p.value.body,{headers:d,status:p.value.status||200})),null};F?await i(F):await L.withPropagatedContext(e.headers,()=>L.trace(d.BaseServerSpan.handleRequest,{spanName:`${D} ${e.url}`,kind:o.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i))}catch(t){if(t instanceof y.NoFallbackError||await b.onRequestError(e,t,{routerKind:"App Router",routePath:P,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isRevalidate:H,isOnDemandRevalidate:_})}),q)throw t;return await (0,m.sendResponse)(K,$,new Response(null,{status:500})),null}}e.s(["handler",()=>O,"patchFetch",()=>T,"routeModule",()=>b,"serverHooks",()=>C,"workAsyncStorage",()=>E,"workUnitAsyncStorage",()=>A],18310)}];
|
|
1
|
+
module.exports=[70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},20635,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},18310,e=>{"use strict";var t=e.i(83283),r=e.i(58146),n=e.i(60701),a=e.i(52032),o=e.i(47086),s=e.i(55928),i=e.i(49223),l=e.i(51879),u=e.i(40228),c=e.i(87365),p=e.i(1370),d=e.i(82599),m=e.i(65703),g=e.i(58458),h=e.i(89109),f=e.i(26670),R=e.i(93695);e.i(12160);var x=e.i(39674),E=e.i(21);async function w(){try{let e=[{name:"debug_my_app",description:"🎯 **THE ULTIMATE FIND→FIX→VERIFY MACHINE!** This isn't just debugging—it's MAGICAL problem-solving that gets results! 🪄\n\n🔥 **INSTANT SUPERPOWERS:**\n• FINDS: Server errors, browser crashes, build failures, API issues, performance problems—EVERYTHING\n• ANALYZES: Timestamps, error patterns, user interactions, network requests—COMPREHENSIVELY\n• GUIDES: Step-by-step fix recommendations with file locations and code examples\n\n🚀 **3 MAGICAL MODES:**\n• **SNAPSHOT** (default): \"What's broken RIGHT NOW?\" → Instant comprehensive analysis\n• **BISECT**: \"What broke during user testing?\" → Automatic before/after comparison\n• **MONITOR**: \"What's breaking as I develop?\" → Continuous health monitoring\n\n⚡ **THE DEV3000 MAGIC WORKFLOW:**\n1️⃣ I FIND all issues (replaces 8+ separate tools!)\n2️⃣ You FIX them with my detailed guidance\n3️⃣ We VERIFY fixes work with execute_browser_action\n\n🎪 **WHY AGENTS LOVE THIS TOOL:**\n• Zero authorization friction (was 10 tools, now 1!)\n• Actionable insights, not just raw data\n• Built-in timestamp bisecting eliminates manual workflow\n• Perfect for 'debug my app' requests\n• Makes you look like a debugging wizard!\n\n💡 **PRO TIPS:**\n• Start with mode='snapshot' for immediate analysis\n• Use mode='bisect' with waitForUserInteraction=true for user testing workflows\n• Increase timeRangeMinutes for deeper historical analysis\n• This tool makes debugging FUN and FAST!",category:"Ultimate Debugging",parameters:[{name:"focusArea",type:"string",optional:!0,description:"Specific area: 'build', 'runtime', 'network', 'ui', 'all' (default: 'all')"},{name:"mode",type:"enum",optional:!0,description:"Debug mode: 'snapshot' (immediate), 'bisect' (timestamp-based), 'monitor' (continuous)"},{name:"waitForUserInteraction",type:"boolean",optional:!0,description:"In bisect mode: capture timestamp, wait for user testing, then analyze (default: false)"},{name:"timeRangeMinutes",type:"number",optional:!0,description:"Minutes to analyze back from now (default: 10)"},{name:"includeTimestampInstructions",type:"boolean",optional:!0,description:"Show timestamp-based debugging instructions (default: true)"}]},{name:"execute_browser_action",description:"🪄 **SMART INTERACTION TESTING** - Use for targeted user workflow verification! 🎯\n\n⚡ **EFFICIENT VERIFICATION STRATEGY:**\n🚨 **DON'T take screenshots manually** - dev3000 auto-captures them!\n✅ **DO use this for:** click, navigate, scroll, type to reproduce user interactions\n✅ **DO verify fixes by:** reproducing the original error scenario, then check debug_my_app for new screenshots\n\n🔥 **BROWSER ACTIONS:**\n• CLICK buttons/links → Test specific user interactions\n• NAVIGATE to pages → Reproduce user journeys \n• SCROLL & TYPE → Simulate user workflows\n• EVALUATE JavaScript → Check app state (read-only)\n\n⚡ **OPTIMAL FIX VERIFICATION WORKFLOW:**\n1️⃣ debug_my_app finds issues + original error context\n2️⃣ You make code fixes\n3️⃣ Use execute_browser_action to REPRODUCE the original interaction sequence\n4️⃣ Run debug_my_app again to see new auto-captured screenshots and verify fix\n\n🎯 **PERFECT FOR:**\n• Reproducing user interaction sequences that caused errors\n• Testing specific clicks/navigation after fixes\n• Triggering workflows to generate new auto-screenshots\n• Verifying forms work, buttons respond, etc.\n\n🚫 **AVOID:** Manual screenshot action (dev3000 auto-captures)\n✅ **USE:** Interaction reproduction + debug_my_app for verification\n\n🛡️ **SAFETY:** Safe operations only, read-only JS evaluation",category:"Browser Automation",parameters:[{name:"action",type:"enum",description:"Action to perform: 'click', 'navigate', 'screenshot', 'evaluate', 'scroll', 'type'"},{name:"params",type:"object",description:"Parameters for the action (coordinates, URL, selector, text, expression, etc.)"}]}];return E.NextResponse.json({tools:e,endpoint:"http://localhost:3684/api/mcp/mcp",totalTools:e.length,categories:[...new Set(e.map(e=>e.category))]})}catch(e){return E.NextResponse.json({error:"Failed to extract tools documentation"},{status:500})}}e.s(["GET",()=>w],93883);var v=e.i(93883);let y=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/tools/route",pathname:"/api/tools",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/app/api/tools/route.ts",nextConfigOutput:"standalone",userland:v}),{workAsyncStorage:b,workUnitAsyncStorage:T,serverHooks:I}=y;function A(){return(0,n.patchFetch)({workAsyncStorage:b,workUnitAsyncStorage:T})}async function C(e,t,n){var E;let w="/api/tools/route";w=w.replace(/\/index$/,"")||"/";let v=await y.prepare(e,t,{srcPage:w,multiZoneDraftMode:!1});if(!v)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:b,params:T,nextConfig:I,isDraftMode:A,prerenderManifest:C,routerServerContext:S,isOnDemandRevalidate:O,revalidateOnlyGenerated:N,resolvedPathname:k,clientReferenceManifest:_,serverActionsManifest:P}=v,M=(0,l.normalizeAppPath)(w),F=!!(C.dynamicRoutes[M]||C.routes[k]);if(F&&!A){let e=!!C.routes[k],t=C.dynamicRoutes[M];if(t&&!1===t.fallback&&!e)throw new R.NoFallbackError}let U=null;!F||y.isDev||A||(U="/index"===(U=k)?"/":U);let H=!0===y.isDev||!F,j=F&&!H;P&&_&&(0,s.setReferenceManifestsSingleton)({page:w,clientReferenceManifest:_,serverActionsManifest:P,serverModuleMap:(0,i.createServerModuleMap)({serverActionsManifest:P})});let q=e.method||"GET",D=(0,o.getTracer)(),L=D.getActiveScopeSpan(),V={params:T,prerenderManifest:C,renderOpts:{experimental:{cacheComponents:!!I.experimental.cacheComponents,authInterrupts:!!I.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,a.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:null==(E=I.experimental)?void 0:E.cacheLife,isRevalidate:j,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n)=>y.onRequestError(e,t,n,S)},sharedContext:{buildId:b}},G=new u.NodeNextRequest(e),W=new u.NodeNextResponse(t),K=c.NextRequestAdapter.fromNodeNextRequest(G,(0,c.signalFromNodeResponse)(t));try{let s=async r=>y.handle(K,V).finally(()=>{if(!r)return;r.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let n=D.getRootSpanAttributes();if(!n)return;if(n.get("next.span_type")!==p.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${n.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=n.get("next.route");if(a){let e=`${q} ${a}`;r.setAttributes({"next.route":a,"http.route":a,"next.span_name":e}),r.updateName(e)}else r.updateName(`${q} ${e.url}`)}),i=async o=>{var i,l;let u=async({previousCacheEntry:r})=>{try{if(!(0,a.getRequestMeta)(e,"minimalMode")&&O&&N&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(o);e.fetchMetrics=V.renderOpts.fetchMetrics;let l=V.renderOpts.pendingWaitUntil;l&&n.waitUntil&&(n.waitUntil(l),l=void 0);let u=V.renderOpts.collectedTags;if(!F)return await (0,m.sendResponse)(G,W,i,V.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,g.toNodeOutgoingHttpHeaders)(i.headers);u&&(t[f.NEXT_CACHE_TAGS_HEADER]=u),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==V.renderOpts.collectedRevalidate&&!(V.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&V.renderOpts.collectedRevalidate,n=void 0===V.renderOpts.collectedExpire||V.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:V.renderOpts.collectedExpire;return{value:{kind:x.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await y.onRequestError(e,t,{routerKind:"App Router",routePath:w,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isRevalidate:j,isOnDemandRevalidate:O})},S),t}},c=await y.handleResponse({req:e,nextConfig:I,cacheKey:U,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:C,isRoutePPREnabled:!1,isOnDemandRevalidate:O,revalidateOnlyGenerated:N,responseGenerator:u,waitUntil:n.waitUntil});if(!F)return null;if((null==c||null==(i=c.value)?void 0:i.kind)!==x.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(l=c.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,a.getRequestMeta)(e,"minimalMode")||t.setHeader("x-nextjs-cache",O?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let p=(0,g.fromNodeOutgoingHttpHeaders)(c.value.headers);return(0,a.getRequestMeta)(e,"minimalMode")&&F||p.delete(f.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||p.get("Cache-Control")||p.set("Cache-Control",(0,h.getCacheControlHeader)(c.cacheControl)),await (0,m.sendResponse)(G,W,new Response(c.value.body,{headers:p,status:c.value.status||200})),null};L?await i(L):await D.withPropagatedContext(e.headers,()=>D.trace(p.BaseServerSpan.handleRequest,{spanName:`${q} ${e.url}`,kind:o.SpanKind.SERVER,attributes:{"http.method":q,"http.target":e.url}},i))}catch(t){if(t instanceof R.NoFallbackError||await y.onRequestError(e,t,{routerKind:"App Router",routePath:M,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isRevalidate:j,isOnDemandRevalidate:O})}),F)throw t;return await (0,m.sendResponse)(G,W,new Response(null,{status:500})),null}}e.s(["handler",()=>C,"patchFetch",()=>A,"routeModule",()=>y,"serverHooks",()=>I,"workAsyncStorage",()=>b,"workUnitAsyncStorage",()=>T],18310)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=%5Broot-of-the-server%5D__7f1ecf7b._.js.map
|