mcp-deploy 0.1.2 → 0.1.3
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/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +7 -7
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/server/app/.well-known/oauth-authorization-server/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +2 -2
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/api/cloudflare/setup/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/cloudflare/status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/[slug]/deploy/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/[slug]/remove/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/[slug]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/[slug]/secrets/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/[slug]/status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/[slug]/undeploy/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/add/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/check-updates/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcps/validate/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/oauth/approve/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/oauth/register/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/oauth/token/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/test-connection/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/index.html +2 -2
- package/.next/standalone/.next/server/app/index.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/mcps/[slug]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.html +2 -2
- package/.next/standalone/.next/server/app/oauth/authorize.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/oauth/authorize/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/oauth/authorize.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/oauth/authorize.segments/oauth.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/setup/page.js +1 -1
- package/.next/standalone/.next/server/app/setup/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/setup.html +2 -2
- package/.next/standalone/.next/server/app/setup.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/setup/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/setup.segment.rsc +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +7 -7
- package/.next/standalone/.next/server/pages/404.html +2 -2
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/package.json +1 -1
- package/package.json +1 -1
- /package/.next/standalone/.next/static/{Om_3YQnRAnBRDZZiygPl7 → 8v7FMKRjROJQw8iEA3azx}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{Om_3YQnRAnBRDZZiygPl7 → 8v7FMKRjROJQw8iEA3azx}/_ssgManifest.js +0 -0
- /package/.next/static/{Om_3YQnRAnBRDZZiygPl7 → 8v7FMKRjROJQw8iEA3azx}/_buildManifest.js +0 -0
- /package/.next/static/{Om_3YQnRAnBRDZZiygPl7 → 8v7FMKRjROJQw8iEA3azx}/_ssgManifest.js +0 -0
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
5:I[7121,[],""]
|
|
6
6
|
6:I[4581,[],""]
|
|
7
7
|
:HL["/_next/static/css/caae8cf5ba26c4c9.css","style"]
|
|
8
|
-
0:{"buildId":"
|
|
8
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/caae8cf5ba26c4c9.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n(function(){\n var t = localStorage.getItem(\"mcp-deploy-theme\");\n if (t === \"light\" || t === \"system\") {\n document.documentElement.setAttribute(\"data-theme\", t);\n }\n})();\n"}}],false]}],["$","body",null,{"className":"bg-surface-page text-fg min-h-screen antialiased","children":["$","$L2",null,{"children":[["$","nav",null,{"className":"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50","children":["$","div",null,{"className":"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between","children":[["$","$L3",null,{"href":"/","className":"text-lg font-semibold tracking-tight","children":[["$","span",null,{"className":"text-accent-fg","children":"MCP"}]," Deploy"]}],["$","$L4",null,{}]]}]}],["$","main",null,{"className":"max-w-5xl mx-auto px-6 py-8 pt-16","children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"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."}]}]]}]}]],[]]}]}]]}]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
:HL["/_next/static/css/caae8cf5ba26c4c9.css","style"]
|
|
2
|
-
0:{"buildId":"
|
|
2
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"oauth","paramType":null,"paramKey":"oauth","hasRuntimePrefetch":false,"slots":{"children":{"name":"authorize","paramType":null,"paramKey":"authorize","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
3:I[9018,["826","static/chunks/app/oauth/authorize/page-4bd19b3d61084ff4.js"],"default"]
|
|
4
4
|
6:I[484,[],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
package/.next/standalone/.next/server/app/oauth/authorize.segments/oauth/authorize.segment.rsc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"1777":{"*":{"id":"7847","name":"*","chunks":[],"async":false}},"2240":{"*":{"id":"7164","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"4959":{"*":{"id":"7841","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"9627","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8946":{"*":{"id":"6392","name":"*","chunks":[],"async":false}},"9018":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"9322":{"*":{"id":"2392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/globals.css":{"id":1743,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/NavLinks.tsx":{"id":2240,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/ThemeProvider.tsx":{"id":8946,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/mcps/[slug]/page.tsx":{"id":4959,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/page.tsx":{"id":
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"1777":{"*":{"id":"7847","name":"*","chunks":[],"async":false}},"2240":{"*":{"id":"7164","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"4959":{"*":{"id":"7841","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"9627","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8946":{"*":{"id":"6392","name":"*","chunks":[],"async":false}},"9018":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"9322":{"*":{"id":"2392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/globals.css":{"id":1743,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/NavLinks.tsx":{"id":2240,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/ThemeProvider.tsx":{"id":8946,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/mcps/[slug]/page.tsx":{"id":4959,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/oauth/authorize/page.tsx":{"id":9018,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/page.tsx":{"id":6268,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","974","static/chunks/app/page-a51bfb5b5fb2747a.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/CloudflareSetup.tsx":{"id":9322,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/ThemeToggle.tsx":{"id":1777,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/":[],"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/layout":[{"inlined":false,"path":"static/css/caae8cf5ba26c4c9.css"}],"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/page":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"1777":{"*":{"id":"5029","name":"*","chunks":[],"async":false}},"2240":{"*":{"id":"7086","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"4959":{"*":{"id":"1758","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"4494","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8500":{"*":{"id":"3318","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8946":{"*":{"id":"5178","name":"*","chunks":[],"async":false}},"9018":{"*":{"id":"3226","name":"*","chunks":[],"async":false}},"9322":{"*":{"id":"4662","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -6,4 +6,4 @@ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__
|
|
|
6
6
|
document.documentElement.setAttribute("data-theme", t);
|
|
7
7
|
}
|
|
8
8
|
})();
|
|
9
|
-
`;function k({children:a}){return(0,d.jsxs)("html",{lang:"en","data-theme":"dark",suppressHydrationWarning:!0,children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("script",{dangerouslySetInnerHTML:{__html:j}}),!1]}),(0,d.jsx)("body",{className:"bg-surface-page text-fg min-h-screen antialiased",children:(0,d.jsxs)(g.ThemeProvider,{children:[(0,d.jsx)("nav",{className:"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50",children:(0,d.jsxs)("div",{className:"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between",children:[(0,d.jsxs)(f(),{href:"/",className:"text-lg font-semibold tracking-tight",children:[(0,d.jsx)("span",{className:"text-accent-fg",children:"MCP"})," Deploy"]}),(0,d.jsx)(h.NavLinks,{})]})}),(0,d.jsx)("main",{className:"max-w-5xl mx-auto px-6 py-8 pt-16",children:a})]})})]})}},6713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},7068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},7086:(a,b,c)=>{"use strict";c.d(b,{NavLinks:()=>d});let d=(0,c(7943).registerClientReference)(function(){throw Error("Attempted to call NavLinks() from the server but NavLinks 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/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/NavLinks.tsx","NavLinks")},7164:(a,b,c)=>{"use strict";c.d(b,{NavLinks:()=>i});var d=c(8249),e=c(2116),f=c.n(e),g=c(9099);let h=[{href:"/",label:"Dashboard"},{href:"/setup",label:"Settings"}];function i(){let a=(0,g.usePathname)();return(0,d.jsx)("div",{className:"flex gap-6 text-sm",children:h.map(({href:b,label:c})=>{let e="/"===b?"/"===a:a.startsWith(b);return(0,d.jsx)(f(),{href:b,className:`font-medium transition-colors pb-0.5 ${e?"text-fg border-b-2 border-accent-fg":"text-fg-muted hover:text-fg"}`,children:c},b)})})}},7847:(a,b,c)=>{"use strict";c.d(b,{ThemeToggle:()=>g});var d=c(8249),e=c(6392);let f=[{value:"light",label:"Light",icon:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,d.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,d.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,d.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,d.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,d.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,d.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,d.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,d.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]})},{value:"dark",label:"Dark",icon:(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})})},{value:"system",label:"System",icon:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),(0,d.jsx)("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),(0,d.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]})}];function g(){let{theme:a,setTheme:b}=(0,e.D)();return(0,d.jsx)("div",{className:"inline-flex rounded-lg border border-edge bg-surface-raised p-1 gap-1",children:f.map(c=>(0,d.jsxs)("button",{onClick:()=>b(c.value),className:`flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${a===c.value?"bg-surface-overlay text-fg shadow-sm":"text-fg-muted hover:text-fg-secondary"}`,children:[c.icon,c.label]},c.value))})}},8335:()=>{},8354:a=>{"use strict";a.exports=require("util")},8918:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,1921,23))},9121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},9166:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,5547,23))},9294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},9332:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,1921,23)),Promise.resolve().then(c.t.bind(c,440,23)),Promise.resolve().then(c.t.bind(c,4342,23)),Promise.resolve().then(c.t.bind(c,2265,23)),Promise.resolve().then(c.t.bind(c,5421,23)),Promise.resolve().then(c.t.bind(c,1335,23)),Promise.resolve().then(c.t.bind(c,664,23)),Promise.resolve().then(c.bind(c,4661))},9448:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,2116,23)),Promise.resolve().then(c.bind(c,7164)),Promise.resolve().then(c.bind(c,6392))},9668:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>h});var d=c(5735),e=c(4662),f=c(5029);let g=JSON.parse('{"UU":"mcp-deploy","rE":"0.1.
|
|
9
|
+
`;function k({children:a}){return(0,d.jsxs)("html",{lang:"en","data-theme":"dark",suppressHydrationWarning:!0,children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("script",{dangerouslySetInnerHTML:{__html:j}}),!1]}),(0,d.jsx)("body",{className:"bg-surface-page text-fg min-h-screen antialiased",children:(0,d.jsxs)(g.ThemeProvider,{children:[(0,d.jsx)("nav",{className:"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50",children:(0,d.jsxs)("div",{className:"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between",children:[(0,d.jsxs)(f(),{href:"/",className:"text-lg font-semibold tracking-tight",children:[(0,d.jsx)("span",{className:"text-accent-fg",children:"MCP"})," Deploy"]}),(0,d.jsx)(h.NavLinks,{})]})}),(0,d.jsx)("main",{className:"max-w-5xl mx-auto px-6 py-8 pt-16",children:a})]})})]})}},6713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},7068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},7086:(a,b,c)=>{"use strict";c.d(b,{NavLinks:()=>d});let d=(0,c(7943).registerClientReference)(function(){throw Error("Attempted to call NavLinks() from the server but NavLinks 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/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/NavLinks.tsx","NavLinks")},7164:(a,b,c)=>{"use strict";c.d(b,{NavLinks:()=>i});var d=c(8249),e=c(2116),f=c.n(e),g=c(9099);let h=[{href:"/",label:"Dashboard"},{href:"/setup",label:"Settings"}];function i(){let a=(0,g.usePathname)();return(0,d.jsx)("div",{className:"flex gap-6 text-sm",children:h.map(({href:b,label:c})=>{let e="/"===b?"/"===a:a.startsWith(b);return(0,d.jsx)(f(),{href:b,className:`font-medium transition-colors pb-0.5 ${e?"text-fg border-b-2 border-accent-fg":"text-fg-muted hover:text-fg"}`,children:c},b)})})}},7847:(a,b,c)=>{"use strict";c.d(b,{ThemeToggle:()=>g});var d=c(8249),e=c(6392);let f=[{value:"light",label:"Light",icon:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,d.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,d.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,d.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,d.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,d.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,d.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,d.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,d.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]})},{value:"dark",label:"Dark",icon:(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})})},{value:"system",label:"System",icon:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),(0,d.jsx)("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),(0,d.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]})}];function g(){let{theme:a,setTheme:b}=(0,e.D)();return(0,d.jsx)("div",{className:"inline-flex rounded-lg border border-edge bg-surface-raised p-1 gap-1",children:f.map(c=>(0,d.jsxs)("button",{onClick:()=>b(c.value),className:`flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${a===c.value?"bg-surface-overlay text-fg shadow-sm":"text-fg-muted hover:text-fg-secondary"}`,children:[c.icon,c.label]},c.value))})}},8335:()=>{},8354:a=>{"use strict";a.exports=require("util")},8918:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,1921,23))},9121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},9166:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,5547,23))},9294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},9332:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,1921,23)),Promise.resolve().then(c.t.bind(c,440,23)),Promise.resolve().then(c.t.bind(c,4342,23)),Promise.resolve().then(c.t.bind(c,2265,23)),Promise.resolve().then(c.t.bind(c,5421,23)),Promise.resolve().then(c.t.bind(c,1335,23)),Promise.resolve().then(c.t.bind(c,664,23)),Promise.resolve().then(c.bind(c,4661))},9448:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,2116,23)),Promise.resolve().then(c.bind(c,7164)),Promise.resolve().then(c.bind(c,6392))},9668:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>h});var d=c(5735),e=c(4662),f=c(5029);let g=JSON.parse('{"UU":"mcp-deploy","rE":"0.1.3","h_":"Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers","qY":"GPL-3.0-only","Jk":{"O":"git+https://github.com/upascal/mcp-deploy.git"}}');function h(){return(0,d.jsxs)("div",{className:"space-y-8",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("h1",{className:"text-2xl font-bold mb-1",children:"Settings"}),(0,d.jsx)("p",{className:"text-fg-muted text-sm",children:"Configure your Cloudflare account and app preferences."})]}),(0,d.jsx)(e.CloudflareSetup,{}),(0,d.jsx)("section",{className:"rounded-xl border border-edge bg-surface p-6 space-y-4",children:(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold",children:"Appearance"}),(0,d.jsx)("p",{className:"text-fg-muted text-sm mt-1",children:"Choose a color theme for the dashboard."})]}),(0,d.jsx)(f.ThemeToggle,{})]})}),(0,d.jsxs)("section",{className:"rounded-xl border border-edge bg-surface p-6 space-y-4",children:[(0,d.jsx)("h2",{className:"text-lg font-semibold",children:"About"}),(0,d.jsxs)("dl",{className:"grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm",children:[(0,d.jsx)("dt",{className:"text-fg-muted",children:"Name"}),(0,d.jsx)("dd",{children:g.UU}),(0,d.jsx)("dt",{className:"text-fg-muted",children:"Version"}),(0,d.jsx)("dd",{children:g.rE}),(0,d.jsx)("dt",{className:"text-fg-muted",children:"Description"}),(0,d.jsx)("dd",{children:g.h_}),(0,d.jsx)("dt",{className:"text-fg-muted",children:"License"}),(0,d.jsx)("dd",{children:g.qY}),(0,d.jsx)("dt",{className:"text-fg-muted",children:"Source"}),(0,d.jsx)("dd",{children:(0,d.jsx)("a",{href:g.Jk.O.replace(/\.git$/,""),target:"_blank",rel:"noopener noreferrer",className:"text-accent-fg hover:underline",children:g.Jk.O.replace(/\.git$/,"").replace("https://","")})})]})]})]})}}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[445,471,704],()=>b(b.s=1506));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/setup/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"1777":{"*":{"id":"7847","name":"*","chunks":[],"async":false}},"2240":{"*":{"id":"7164","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"4959":{"*":{"id":"7841","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"9627","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8946":{"*":{"id":"6392","name":"*","chunks":[],"async":false}},"9018":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"9322":{"*":{"id":"2392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/globals.css":{"id":1743,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/NavLinks.tsx":{"id":2240,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/ThemeProvider.tsx":{"id":8946,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/mcps/[slug]/page.tsx":{"id":4959,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/page.tsx":{"id":
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/setup/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"1777":{"*":{"id":"7847","name":"*","chunks":[],"async":false}},"2240":{"*":{"id":"7164","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"4959":{"*":{"id":"7841","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"9627","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"8500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"8946":{"*":{"id":"6392","name":"*","chunks":[],"async":false}},"9018":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"9322":{"*":{"id":"2392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/node_modules/next/dist/esm/client/app-dir/link.js":{"id":8500,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/globals.css":{"id":1743,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/NavLinks.tsx":{"id":2240,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/ThemeProvider.tsx":{"id":8946,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","558","static/chunks/app/layout-16156b2dce91d181.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/mcps/[slug]/page.tsx":{"id":4959,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/oauth/authorize/page.tsx":{"id":9018,"name":"*","chunks":[],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/page.tsx":{"id":6268,"name":"*","chunks":["500","static/chunks/500-5d45efbf86b8d36e.js","974","static/chunks/app/page-a51bfb5b5fb2747a.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/CloudflareSetup.tsx":{"id":9322,"name":"*","chunks":["620","static/chunks/app/setup/page-b7c341350a2c629c.js"],"async":false},"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/components/ThemeToggle.tsx":{"id":1777,"name":"*","chunks":["620","static/chunks/app/setup/page-b7c341350a2c629c.js"],"async":false}},"entryCSSFiles":{"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/":[],"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/layout":[{"inlined":false,"path":"static/css/caae8cf5ba26c4c9.css"}],"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/page":[],"/Users/vibes/Documents/Development/Projects/agent-suite/mcp-deploy/src/app/setup/page":[]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"1777":{"*":{"id":"5029","name":"*","chunks":[],"async":false}},"2240":{"*":{"id":"7086","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"4959":{"*":{"id":"1758","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"4494","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"8500":{"*":{"id":"3318","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"8946":{"*":{"id":"5178","name":"*","chunks":[],"async":false}},"9018":{"*":{"id":"3226","name":"*","chunks":[],"async":false}},"9322":{"*":{"id":"4662","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--8v7FMKRjROJQw8iEA3azx--><html lang="en" data-theme="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/caae8cf5ba26c4c9.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9ca43f4ce1bb8938.js"/><script src="/_next/static/chunks/4bd1b696-096d35a2bd1da3af.js" async=""></script><script src="/_next/static/chunks/794-37dad9bbc14b04b8.js" async=""></script><script src="/_next/static/chunks/main-app-9463efc72af57a9a.js" async=""></script><script src="/_next/static/chunks/500-5d45efbf86b8d36e.js" async=""></script><script src="/_next/static/chunks/app/layout-16156b2dce91d181.js" async=""></script><script src="/_next/static/chunks/app/setup/page-b7c341350a2c629c.js" async=""></script><title>MCP Deploy</title><meta name="description" content="Deploy and manage MCP servers on Cloudflare Workers"/><script>
|
|
2
2
|
(function(){
|
|
3
3
|
var t = localStorage.getItem("mcp-deploy-theme");
|
|
4
4
|
if (t === "light" || t === "system") {
|
|
5
5
|
document.documentElement.setAttribute("data-theme", t);
|
|
6
6
|
}
|
|
7
7
|
})();
|
|
8
|
-
</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="bg-surface-page text-fg min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><nav class="border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50"><div class="max-w-5xl mx-auto px-6 py-4 flex items-center justify-between"><a class="text-lg font-semibold tracking-tight" href="/"><span class="text-accent-fg">MCP</span> Deploy</a><div class="flex gap-6 text-sm"><a class="font-medium transition-colors pb-0.5 text-fg-muted hover:text-fg" href="/">Dashboard</a><a class="font-medium transition-colors pb-0.5 text-fg border-b-2 border-accent-fg" href="/setup">Settings</a></div></div></nav><main class="max-w-5xl mx-auto px-6 py-8 pt-16"><div class="space-y-8"><div><h1 class="text-2xl font-bold mb-1">Settings</h1><p class="text-fg-muted text-sm">Configure your Cloudflare account and app preferences.</p></div><div class="border border-edge rounded-xl p-6 bg-surface"><h2 class="text-lg font-semibold mb-2">Cloudflare Account</h2><div class="flex items-center justify-between"><div><div class="flex items-center gap-2 text-sm"><span class="w-2 h-2 rounded-full bg-fg-faint animate-pulse"></span><span class="text-fg-faint">Checking...</span></div><p class="text-xs text-fg-faint mt-1">Authentication via <code class="text-fg-muted">wrangler login</code> (opens browser)</p></div><button disabled="" class="px-4 py-2 bg-surface-raised hover:bg-surface-overlay border border-edge-subtle rounded-lg text-sm text-fg-secondary transition-colors disabled:opacity-50">Connect</button></div></div><section class="rounded-xl border border-edge bg-surface p-6 space-y-4"><div class="flex items-center justify-between"><div><h2 class="text-lg font-semibold">Appearance</h2><p class="text-fg-muted text-sm mt-1">Choose a color theme for the dashboard.</p></div><div class="inline-flex rounded-lg border border-edge bg-surface-raised p-1 gap-1"><button class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors text-fg-muted hover:text-fg-secondary"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>Light</button><button class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors bg-surface-overlay text-fg shadow-sm"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>Dark</button><button class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors text-fg-muted hover:text-fg-secondary"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line></svg>System</button></div></div></section><section class="rounded-xl border border-edge bg-surface p-6 space-y-4"><h2 class="text-lg font-semibold">About</h2><dl class="grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm"><dt class="text-fg-muted">Name</dt><dd>mcp-deploy</dd><dt class="text-fg-muted">Version</dt><dd>0.1.2</dd><dt class="text-fg-muted">Description</dt><dd>Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers</dd><dt class="text-fg-muted">License</dt><dd>GPL-3.0-only</dd><dt class="text-fg-muted">Source</dt><dd><a href="git+https://github.com/upascal/mcp-deploy" target="_blank" rel="noopener noreferrer" class="text-accent-fg hover:underline">git+github.com/upascal/mcp-deploy</a></dd></dl></section></div><!--$--><!--/$--></main><script src="/_next/static/chunks/webpack-9ca43f4ce1bb8938.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[8946,[\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"558\",\"static/chunks/app/layout-16156b2dce91d181.js\"],\"ThemeProvider\"]\n3:I[8500,[\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"558\",\"static/chunks/app/layout-16156b2dce91d181.js\"],\"\"]\n4:I[2240,[\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"558\",\"static/chunks/app/layout-16156b2dce91d181.js\"],\"NavLinks\"]\n5:I[7121,[],\"\"]\n6:I[4581,[],\"\"]\n7:I[9322,[\"620\",\"static/chunks/app/setup/page-b7c341350a2c629c.js\"],\"CloudflareSetup\"]\n8:I[1777,[\"620\",\"static/chunks/app/setup/page-b7c341350a2c629c.js\"],\"ThemeToggle\"]\nb:I[7123,[],\"\"]\n:HL[\"/_next/static/css/caae8cf5ba26c4c9.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Om_3YQnRAnBRDZZiygPl7\",\"c\":[\"\",\"setup\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"setup\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/caae8cf5ba26c4c9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(function(){\\n var t = localStorage.getItem(\\\"mcp-deploy-theme\\\");\\n if (t === \\\"light\\\" || t === \\\"system\\\") {\\n document.documentElement.setAttribute(\\\"data-theme\\\", t);\\n }\\n})();\\n\"}}],false]}],[\"$\",\"body\",null,{\"className\":\"bg-surface-page text-fg min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"nav\",null,{\"className\":\"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between\",\"children\":[[\"$\",\"$L3\",null,{\"href\":\"/\",\"className\":\"text-lg font-semibold tracking-tight\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent-fg\",\"children\":\"MCP\"}],\" Deploy\"]}],[\"$\",\"$L4\",null,{}]]}]}],[\"$\",\"main\",null,{\"className\":\"max-w-5xl mx-auto px-6 py-8 pt-16\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"space-y-8\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold mb-1\",\"children\":\"Settings\"}],[\"$\",\"p\",null,{\"className\":\"text-fg-muted text-sm\",\"children\":\"Configure your Cloudflare account and app preferences.\"}]]}],[\"$\",\"$L7\",null,{}],[\"$\",\"section\",null,{\"className\":\"rounded-xl border border-edge bg-surface p-6 space-y-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"Appearance\"}],[\"$\",\"p\",null,{\"className\":\"text-fg-muted text-sm mt-1\",\"children\":\"Choose a color theme for the dashboard.\"}]]}],[\"$\",\"$L8\",null,{}]]}]}],[\"$\",\"section\",null,{\"className\":\"rounded-xl border border-edge bg-surface p-6 space-y-4\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"About\"}],[\"$\",\"dl\",null,{\"className\":\"grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Name\"}],[\"$\",\"dd\",null,{\"children\":\"mcp-deploy\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Version\"}],[\"$\",\"dd\",null,{\"children\":\"0.1.2\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Description\"}],[\"$\",\"dd\",null,{\"children\":\"Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"License\"}],[\"$\",\"dd\",null,{\"children\":\"GPL-3.0-only\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Source\"}],[\"$\",\"dd\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"git+https://github.com/upascal/mcp-deploy\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-accent-fg hover:underline\",\"children\":\"git+github.com/upascal/mcp-deploy\"}]}]]}]]}]]}],null,\"$L9\"]}],{},null,false,false]},null,false,false]},null,false,false],\"$La\",false]],\"m\":\"$undefined\",\"G\":[\"$b\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:I[484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[484,[],\"ViewportBoundary\"]\n11:I[484,[],\"MetadataBoundary\"]\n9:[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]\na:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"MCP Deploy\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Deploy and manage MCP servers on Cloudflare Workers\"}]]\n"])</script></body></html>
|
|
8
|
+
</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="bg-surface-page text-fg min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><nav class="border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50"><div class="max-w-5xl mx-auto px-6 py-4 flex items-center justify-between"><a class="text-lg font-semibold tracking-tight" href="/"><span class="text-accent-fg">MCP</span> Deploy</a><div class="flex gap-6 text-sm"><a class="font-medium transition-colors pb-0.5 text-fg-muted hover:text-fg" href="/">Dashboard</a><a class="font-medium transition-colors pb-0.5 text-fg border-b-2 border-accent-fg" href="/setup">Settings</a></div></div></nav><main class="max-w-5xl mx-auto px-6 py-8 pt-16"><div class="space-y-8"><div><h1 class="text-2xl font-bold mb-1">Settings</h1><p class="text-fg-muted text-sm">Configure your Cloudflare account and app preferences.</p></div><div class="border border-edge rounded-xl p-6 bg-surface"><h2 class="text-lg font-semibold mb-2">Cloudflare Account</h2><div class="flex items-center justify-between"><div><div class="flex items-center gap-2 text-sm"><span class="w-2 h-2 rounded-full bg-fg-faint animate-pulse"></span><span class="text-fg-faint">Checking...</span></div><p class="text-xs text-fg-faint mt-1">Authentication via <code class="text-fg-muted">wrangler login</code> (opens browser)</p></div><button disabled="" class="px-4 py-2 bg-surface-raised hover:bg-surface-overlay border border-edge-subtle rounded-lg text-sm text-fg-secondary transition-colors disabled:opacity-50">Connect</button></div></div><section class="rounded-xl border border-edge bg-surface p-6 space-y-4"><div class="flex items-center justify-between"><div><h2 class="text-lg font-semibold">Appearance</h2><p class="text-fg-muted text-sm mt-1">Choose a color theme for the dashboard.</p></div><div class="inline-flex rounded-lg border border-edge bg-surface-raised p-1 gap-1"><button class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors text-fg-muted hover:text-fg-secondary"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>Light</button><button class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors bg-surface-overlay text-fg shadow-sm"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>Dark</button><button class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-sm font-medium transition-colors text-fg-muted hover:text-fg-secondary"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line></svg>System</button></div></div></section><section class="rounded-xl border border-edge bg-surface p-6 space-y-4"><h2 class="text-lg font-semibold">About</h2><dl class="grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm"><dt class="text-fg-muted">Name</dt><dd>mcp-deploy</dd><dt class="text-fg-muted">Version</dt><dd>0.1.3</dd><dt class="text-fg-muted">Description</dt><dd>Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers</dd><dt class="text-fg-muted">License</dt><dd>GPL-3.0-only</dd><dt class="text-fg-muted">Source</dt><dd><a href="git+https://github.com/upascal/mcp-deploy" target="_blank" rel="noopener noreferrer" class="text-accent-fg hover:underline">git+github.com/upascal/mcp-deploy</a></dd></dl></section></div><!--$--><!--/$--></main><script src="/_next/static/chunks/webpack-9ca43f4ce1bb8938.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[8946,[\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"558\",\"static/chunks/app/layout-16156b2dce91d181.js\"],\"ThemeProvider\"]\n3:I[8500,[\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"558\",\"static/chunks/app/layout-16156b2dce91d181.js\"],\"\"]\n4:I[2240,[\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"558\",\"static/chunks/app/layout-16156b2dce91d181.js\"],\"NavLinks\"]\n5:I[7121,[],\"\"]\n6:I[4581,[],\"\"]\n7:I[9322,[\"620\",\"static/chunks/app/setup/page-b7c341350a2c629c.js\"],\"CloudflareSetup\"]\n8:I[1777,[\"620\",\"static/chunks/app/setup/page-b7c341350a2c629c.js\"],\"ThemeToggle\"]\nb:I[7123,[],\"\"]\n:HL[\"/_next/static/css/caae8cf5ba26c4c9.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"8v7FMKRjROJQw8iEA3azx\",\"c\":[\"\",\"setup\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"setup\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/caae8cf5ba26c4c9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(function(){\\n var t = localStorage.getItem(\\\"mcp-deploy-theme\\\");\\n if (t === \\\"light\\\" || t === \\\"system\\\") {\\n document.documentElement.setAttribute(\\\"data-theme\\\", t);\\n }\\n})();\\n\"}}],false]}],[\"$\",\"body\",null,{\"className\":\"bg-surface-page text-fg min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"nav\",null,{\"className\":\"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between\",\"children\":[[\"$\",\"$L3\",null,{\"href\":\"/\",\"className\":\"text-lg font-semibold tracking-tight\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent-fg\",\"children\":\"MCP\"}],\" Deploy\"]}],[\"$\",\"$L4\",null,{}]]}]}],[\"$\",\"main\",null,{\"className\":\"max-w-5xl mx-auto px-6 py-8 pt-16\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"space-y-8\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold mb-1\",\"children\":\"Settings\"}],[\"$\",\"p\",null,{\"className\":\"text-fg-muted text-sm\",\"children\":\"Configure your Cloudflare account and app preferences.\"}]]}],[\"$\",\"$L7\",null,{}],[\"$\",\"section\",null,{\"className\":\"rounded-xl border border-edge bg-surface p-6 space-y-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"Appearance\"}],[\"$\",\"p\",null,{\"className\":\"text-fg-muted text-sm mt-1\",\"children\":\"Choose a color theme for the dashboard.\"}]]}],[\"$\",\"$L8\",null,{}]]}]}],[\"$\",\"section\",null,{\"className\":\"rounded-xl border border-edge bg-surface p-6 space-y-4\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"About\"}],[\"$\",\"dl\",null,{\"className\":\"grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Name\"}],[\"$\",\"dd\",null,{\"children\":\"mcp-deploy\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Version\"}],[\"$\",\"dd\",null,{\"children\":\"0.1.3\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Description\"}],[\"$\",\"dd\",null,{\"children\":\"Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"License\"}],[\"$\",\"dd\",null,{\"children\":\"GPL-3.0-only\"}],[\"$\",\"dt\",null,{\"className\":\"text-fg-muted\",\"children\":\"Source\"}],[\"$\",\"dd\",null,{\"children\":[\"$\",\"a\",null,{\"href\":\"git+https://github.com/upascal/mcp-deploy\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"text-accent-fg hover:underline\",\"children\":\"git+github.com/upascal/mcp-deploy\"}]}]]}]]}]]}],null,\"$L9\"]}],{},null,false,false]},null,false,false]},null,false,false],\"$La\",false]],\"m\":\"$undefined\",\"G\":[\"$b\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:I[484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[484,[],\"ViewportBoundary\"]\n11:I[484,[],\"MetadataBoundary\"]\n9:[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]\na:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"MCP Deploy\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Deploy and manage MCP servers on Cloudflare Workers\"}]]\n"])</script></body></html>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
8:I[1777,["620","static/chunks/app/setup/page-b7c341350a2c629c.js"],"ThemeToggle"]
|
|
9
9
|
b:I[7123,[],""]
|
|
10
10
|
:HL["/_next/static/css/caae8cf5ba26c4c9.css","style"]
|
|
11
|
-
0:{"P":null,"b":"
|
|
11
|
+
0:{"P":null,"b":"8v7FMKRjROJQw8iEA3azx","c":["","setup"],"q":"","i":false,"f":[[["",{"children":["setup",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/caae8cf5ba26c4c9.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n(function(){\n var t = localStorage.getItem(\"mcp-deploy-theme\");\n if (t === \"light\" || t === \"system\") {\n document.documentElement.setAttribute(\"data-theme\", t);\n }\n})();\n"}}],false]}],["$","body",null,{"className":"bg-surface-page text-fg min-h-screen antialiased","children":["$","$L2",null,{"children":[["$","nav",null,{"className":"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50","children":["$","div",null,{"className":"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between","children":[["$","$L3",null,{"href":"/","className":"text-lg font-semibold tracking-tight","children":[["$","span",null,{"className":"text-accent-fg","children":"MCP"}]," Deploy"]}],["$","$L4",null,{}]]}]}],["$","main",null,{"className":"max-w-5xl mx-auto px-6 py-8 pt-16","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"space-y-8","children":[["$","div",null,{"children":[["$","h1",null,{"className":"text-2xl font-bold mb-1","children":"Settings"}],["$","p",null,{"className":"text-fg-muted text-sm","children":"Configure your Cloudflare account and app preferences."}]]}],["$","$L7",null,{}],["$","section",null,{"className":"rounded-xl border border-edge bg-surface p-6 space-y-4","children":["$","div",null,{"className":"flex items-center justify-between","children":[["$","div",null,{"children":[["$","h2",null,{"className":"text-lg font-semibold","children":"Appearance"}],["$","p",null,{"className":"text-fg-muted text-sm mt-1","children":"Choose a color theme for the dashboard."}]]}],["$","$L8",null,{}]]}]}],["$","section",null,{"className":"rounded-xl border border-edge bg-surface p-6 space-y-4","children":[["$","h2",null,{"className":"text-lg font-semibold","children":"About"}],["$","dl",null,{"className":"grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm","children":[["$","dt",null,{"className":"text-fg-muted","children":"Name"}],["$","dd",null,{"children":"mcp-deploy"}],["$","dt",null,{"className":"text-fg-muted","children":"Version"}],["$","dd",null,{"children":"0.1.3"}],["$","dt",null,{"className":"text-fg-muted","children":"Description"}],["$","dd",null,{"children":"Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers"}],["$","dt",null,{"className":"text-fg-muted","children":"License"}],["$","dd",null,{"children":"GPL-3.0-only"}],["$","dt",null,{"className":"text-fg-muted","children":"Source"}],["$","dd",null,{"children":["$","a",null,{"href":"git+https://github.com/upascal/mcp-deploy","target":"_blank","rel":"noopener noreferrer","className":"text-accent-fg hover:underline","children":"git+github.com/upascal/mcp-deploy"}]}]]}]]}]]}],null,"$L9"]}],{},null,false,false]},null,false,false]},null,false,false],"$La",false]],"m":"$undefined","G":["$b",[]],"S":true}
|
|
12
12
|
c:I[484,[],"OutletBoundary"]
|
|
13
13
|
d:"$Sreact.suspense"
|
|
14
14
|
f:I[484,[],"ViewportBoundary"]
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
8:I[1777,["620","static/chunks/app/setup/page-b7c341350a2c629c.js"],"ThemeToggle"]
|
|
9
9
|
b:I[7123,[],""]
|
|
10
10
|
:HL["/_next/static/css/caae8cf5ba26c4c9.css","style"]
|
|
11
|
-
0:{"P":null,"b":"
|
|
11
|
+
0:{"P":null,"b":"8v7FMKRjROJQw8iEA3azx","c":["","setup"],"q":"","i":false,"f":[[["",{"children":["setup",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/caae8cf5ba26c4c9.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n(function(){\n var t = localStorage.getItem(\"mcp-deploy-theme\");\n if (t === \"light\" || t === \"system\") {\n document.documentElement.setAttribute(\"data-theme\", t);\n }\n})();\n"}}],false]}],["$","body",null,{"className":"bg-surface-page text-fg min-h-screen antialiased","children":["$","$L2",null,{"children":[["$","nav",null,{"className":"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50","children":["$","div",null,{"className":"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between","children":[["$","$L3",null,{"href":"/","className":"text-lg font-semibold tracking-tight","children":[["$","span",null,{"className":"text-accent-fg","children":"MCP"}]," Deploy"]}],["$","$L4",null,{}]]}]}],["$","main",null,{"className":"max-w-5xl mx-auto px-6 py-8 pt-16","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"space-y-8","children":[["$","div",null,{"children":[["$","h1",null,{"className":"text-2xl font-bold mb-1","children":"Settings"}],["$","p",null,{"className":"text-fg-muted text-sm","children":"Configure your Cloudflare account and app preferences."}]]}],["$","$L7",null,{}],["$","section",null,{"className":"rounded-xl border border-edge bg-surface p-6 space-y-4","children":["$","div",null,{"className":"flex items-center justify-between","children":[["$","div",null,{"children":[["$","h2",null,{"className":"text-lg font-semibold","children":"Appearance"}],["$","p",null,{"className":"text-fg-muted text-sm mt-1","children":"Choose a color theme for the dashboard."}]]}],["$","$L8",null,{}]]}]}],["$","section",null,{"className":"rounded-xl border border-edge bg-surface p-6 space-y-4","children":[["$","h2",null,{"className":"text-lg font-semibold","children":"About"}],["$","dl",null,{"className":"grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm","children":[["$","dt",null,{"className":"text-fg-muted","children":"Name"}],["$","dd",null,{"children":"mcp-deploy"}],["$","dt",null,{"className":"text-fg-muted","children":"Version"}],["$","dd",null,{"children":"0.1.3"}],["$","dt",null,{"className":"text-fg-muted","children":"Description"}],["$","dd",null,{"children":"Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers"}],["$","dt",null,{"className":"text-fg-muted","children":"License"}],["$","dd",null,{"children":"GPL-3.0-only"}],["$","dt",null,{"className":"text-fg-muted","children":"Source"}],["$","dd",null,{"children":["$","a",null,{"href":"git+https://github.com/upascal/mcp-deploy","target":"_blank","rel":"noopener noreferrer","className":"text-accent-fg hover:underline","children":"git+github.com/upascal/mcp-deploy"}]}]]}]]}]]}],null,"$L9"]}],{},null,false,false]},null,false,false]},null,false,false],"$La",false]],"m":"$undefined","G":["$b",[]],"S":true}
|
|
12
12
|
c:I[484,[],"OutletBoundary"]
|
|
13
13
|
d:"$Sreact.suspense"
|
|
14
14
|
f:I[484,[],"ViewportBoundary"]
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[484,[],"ViewportBoundary"]
|
|
3
3
|
3:I[484,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"MCP Deploy"}],["$","meta","1",{"name":"description","content":"Deploy and manage MCP servers on Cloudflare Workers"}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
5:I[7121,[],""]
|
|
6
6
|
6:I[4581,[],""]
|
|
7
7
|
:HL["/_next/static/css/caae8cf5ba26c4c9.css","style"]
|
|
8
|
-
0:{"buildId":"
|
|
8
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/caae8cf5ba26c4c9.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n(function(){\n var t = localStorage.getItem(\"mcp-deploy-theme\");\n if (t === \"light\" || t === \"system\") {\n document.documentElement.setAttribute(\"data-theme\", t);\n }\n})();\n"}}],false]}],["$","body",null,{"className":"bg-surface-page text-fg min-h-screen antialiased","children":["$","$L2",null,{"children":[["$","nav",null,{"className":"border-b border-edge bg-surface/50 backdrop-blur-sm fixed top-0 inset-x-0 z-50","children":["$","div",null,{"className":"max-w-5xl mx-auto px-6 py-4 flex items-center justify-between","children":[["$","$L3",null,{"href":"/","className":"text-lg font-semibold tracking-tight","children":[["$","span",null,{"className":"text-accent-fg","children":"MCP"}]," Deploy"]}],["$","$L4",null,{}]]}]}],["$","main",null,{"className":"max-w-5xl mx-auto px-6 py-8 pt-16","children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"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."}]}]]}]}]],[]]}]}]]}]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
:HL["/_next/static/css/caae8cf5ba26c4c9.css","style"]
|
|
2
|
-
0:{"buildId":"
|
|
2
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"setup","paramType":null,"paramKey":"setup","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
3:I[1777,["620","static/chunks/app/setup/page-b7c341350a2c629c.js"],"ThemeToggle"]
|
|
4
4
|
4:I[484,[],"OutletBoundary"]
|
|
5
5
|
5:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[["$","div",null,{"className":"space-y-8","children":[["$","div",null,{"children":[["$","h1",null,{"className":"text-2xl font-bold mb-1","children":"Settings"}],["$","p",null,{"className":"text-fg-muted text-sm","children":"Configure your Cloudflare account and app preferences."}]]}],["$","$L2",null,{}],["$","section",null,{"className":"rounded-xl border border-edge bg-surface p-6 space-y-4","children":["$","div",null,{"className":"flex items-center justify-between","children":[["$","div",null,{"children":[["$","h2",null,{"className":"text-lg font-semibold","children":"Appearance"}],["$","p",null,{"className":"text-fg-muted text-sm mt-1","children":"Choose a color theme for the dashboard."}]]}],["$","$L3",null,{}]]}]}],["$","section",null,{"className":"rounded-xl border border-edge bg-surface p-6 space-y-4","children":[["$","h2",null,{"className":"text-lg font-semibold","children":"About"}],["$","dl",null,{"className":"grid grid-cols-[auto_1fr] gap-x-6 gap-y-2 text-sm","children":[["$","dt",null,{"className":"text-fg-muted","children":"Name"}],["$","dd",null,{"children":"mcp-deploy"}],["$","dt",null,{"className":"text-fg-muted","children":"Version"}],["$","dd",null,{"children":"0.1.3"}],["$","dt",null,{"className":"text-fg-muted","children":"Description"}],["$","dd",null,{"children":"Deploy and manage MCP (Model Context Protocol) servers on Cloudflare Workers"}],["$","dt",null,{"className":"text-fg-muted","children":"License"}],["$","dd",null,{"children":"GPL-3.0-only"}],["$","dt",null,{"className":"text-fg-muted","children":"Source"}],["$","dd",null,{"children":["$","a",null,{"href":"git+https://github.com/upascal/mcp-deploy","target":"_blank","rel":"noopener noreferrer","className":"text-accent-fg hover:underline","children":"git+github.com/upascal/mcp-deploy"}]}]]}]]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"loading":null,"isPartial":false}
|
|
7
7
|
6:null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"8v7FMKRjROJQw8iEA3azx","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "app/_not-found/page.js",
|
|
3
3
|
"/_global-error/page": "app/_global-error/page.js",
|
|
4
|
-
"/.well-known/oauth-authorization-server/route": "app/.well-known/oauth-authorization-server/route.js",
|
|
5
4
|
"/api/cloudflare/setup/route": "app/api/cloudflare/setup/route.js",
|
|
6
5
|
"/api/cloudflare/status/route": "app/api/cloudflare/status/route.js",
|
|
7
|
-
"/api/mcps/[slug]/deploy/route": "app/api/mcps/[slug]/deploy/route.js",
|
|
8
6
|
"/api/mcps/[slug]/remove/route": "app/api/mcps/[slug]/remove/route.js",
|
|
7
|
+
"/api/mcps/[slug]/deploy/route": "app/api/mcps/[slug]/deploy/route.js",
|
|
9
8
|
"/api/mcps/[slug]/route": "app/api/mcps/[slug]/route.js",
|
|
10
9
|
"/api/mcps/[slug]/secrets/route": "app/api/mcps/[slug]/secrets/route.js",
|
|
11
|
-
"/api/mcps/[slug]/status/route": "app/api/mcps/[slug]/status/route.js",
|
|
12
10
|
"/api/mcps/[slug]/undeploy/route": "app/api/mcps/[slug]/undeploy/route.js",
|
|
11
|
+
"/.well-known/oauth-authorization-server/route": "app/.well-known/oauth-authorization-server/route.js",
|
|
13
12
|
"/api/mcps/add/route": "app/api/mcps/add/route.js",
|
|
13
|
+
"/api/mcps/[slug]/status/route": "app/api/mcps/[slug]/status/route.js",
|
|
14
|
+
"/api/mcps/route": "app/api/mcps/route.js",
|
|
14
15
|
"/api/mcps/validate/route": "app/api/mcps/validate/route.js",
|
|
15
|
-
"/api/oauth/register/route": "app/api/oauth/register/route.js",
|
|
16
16
|
"/api/oauth/approve/route": "app/api/oauth/approve/route.js",
|
|
17
|
-
"/api/
|
|
17
|
+
"/api/oauth/register/route": "app/api/oauth/register/route.js",
|
|
18
18
|
"/api/oauth/token/route": "app/api/oauth/token/route.js",
|
|
19
19
|
"/api/test-connection/route": "app/api/test-connection/route.js",
|
|
20
|
-
"/api/mcps/route": "app/api/mcps/route.js",
|
|
20
|
+
"/api/mcps/check-updates/route": "app/api/mcps/check-updates/route.js",
|
|
21
21
|
"/mcps/[slug]/page": "app/mcps/[slug]/page.js",
|
|
22
|
-
"/page": "app/page.js",
|
|
23
22
|
"/oauth/authorize/page": "app/oauth/authorize/page.js",
|
|
23
|
+
"/page": "app/page.js",
|
|
24
24
|
"/setup/page": "app/setup/page.js"
|
|
25
25
|
}
|