@mcpjam/inspector 0.8.1 → 0.9.0
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/README.md +28 -10
- package/bin/start.js +78 -66
- package/dist/client/assets/index-C4nE74q5.css +1 -0
- package/dist/client/assets/index-CcfG-2LO.js +357 -0
- package/dist/client/assets/index-CcfG-2LO.js.map +1 -0
- package/dist/client/catalyst.png +0 -0
- package/dist/client/index.html +14 -0
- package/dist/main/main.cjs +1330 -0
- package/dist/preload/preload.js +26 -0
- package/dist/renderer/assets/index-CYiU4_x2.css +1 -0
- package/dist/renderer/assets/index-woGCpEdp.js +356 -0
- package/dist/renderer/catalyst.png +0 -0
- package/dist/renderer/demo_1.png +0 -0
- package/dist/renderer/demo_2.png +0 -0
- package/dist/renderer/demo_3.png +0 -0
- package/dist/renderer/file.svg +1 -0
- package/dist/renderer/globe.svg +1 -0
- package/dist/renderer/index.html +14 -0
- package/dist/renderer/mcp.svg +1 -0
- package/dist/renderer/mcp_jam.svg +12 -0
- package/dist/renderer/mcp_jam_dark.png +0 -0
- package/dist/renderer/mcp_jam_light.png +0 -0
- package/dist/renderer/next.svg +1 -0
- package/dist/renderer/vercel.svg +1 -0
- package/dist/renderer/window.svg +1 -0
- package/dist/server/index.js +1101 -0
- package/dist/server/index.js.map +1 -0
- package/package.json +32 -17
- package/.next/BUILD_ID +0 -1
- package/.next/app-build-manifest.json +0 -89
- package/.next/app-path-routes-manifest.json +0 -13
- package/.next/build-manifest.json +0 -33
- package/.next/cache/.previewinfo +0 -1
- package/.next/cache/.rscinfo +0 -1
- package/.next/cache/.tsbuildinfo +0 -1
- package/.next/cache/eslint/.cache_1pr0xfn +0 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/diagnostics/build-diagnostics.json +0 -6
- package/.next/diagnostics/framework.json +0 -1
- package/.next/export-marker.json +0 -6
- package/.next/images-manifest.json +0 -57
- package/.next/next-minimal-server.js.nft.json +0 -1
- package/.next/next-server.js.nft.json +0 -1
- package/.next/package.json +0 -1
- package/.next/prerender-manifest.json +0 -41
- package/.next/react-loadable-manifest.json +0 -1
- package/.next/required-server-files.json +0 -318
- package/.next/routes-manifest.json +0 -65
- package/.next/server/app/_not-found/page.js +0 -2
- package/.next/server/app/_not-found/page.js.nft.json +0 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/chat/route.js +0 -45
- package/.next/server/app/api/mcp/chat/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/chat/route_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/connect/route.js +0 -1
- package/.next/server/app/api/mcp/connect/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/connect/route_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/prompts/get/route.js +0 -1
- package/.next/server/app/api/mcp/prompts/get/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/prompts/get/route_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/prompts/list/route.js +0 -1
- package/.next/server/app/api/mcp/prompts/list/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/prompts/list/route_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/resources/list/route.js +0 -1
- package/.next/server/app/api/mcp/resources/list/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/resources/list/route_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/resources/read/route.js +0 -1
- package/.next/server/app/api/mcp/resources/read/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/resources/read/route_client-reference-manifest.js +0 -1
- package/.next/server/app/api/mcp/tools/route.js +0 -21
- package/.next/server/app/api/mcp/tools/route.js.nft.json +0 -1
- package/.next/server/app/api/mcp/tools/route_client-reference-manifest.js +0 -1
- package/.next/server/app/favicon.ico/route.js +0 -1
- package/.next/server/app/favicon.ico/route.js.nft.json +0 -1
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +0 -1
- package/.next/server/app/oauth/callback/page.js +0 -2
- package/.next/server/app/oauth/callback/page.js.nft.json +0 -1
- package/.next/server/app/oauth/callback/page_client-reference-manifest.js +0 -1
- package/.next/server/app/page.js +0 -16
- package/.next/server/app/page.js.nft.json +0 -1
- package/.next/server/app/page_client-reference-manifest.js +0 -1
- package/.next/server/app-paths-manifest.json +0 -13
- package/.next/server/chunks/175.js +0 -8
- package/.next/server/chunks/260.js +0 -82
- package/.next/server/chunks/546.js +0 -1
- package/.next/server/chunks/548.js +0 -6
- package/.next/server/chunks/55.js +0 -1
- package/.next/server/chunks/985.js +0 -22
- package/.next/server/functions-config-manifest.json +0 -4
- package/.next/server/interception-route-rewrite-manifest.js +0 -1
- package/.next/server/middleware-build-manifest.js +0 -1
- package/.next/server/middleware-manifest.json +0 -6
- package/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/.next/server/next-font-manifest.js +0 -1
- package/.next/server/next-font-manifest.json +0 -1
- package/.next/server/pages/500.html +0 -1
- package/.next/server/pages/_app.js +0 -1
- package/.next/server/pages/_app.js.nft.json +0 -1
- package/.next/server/pages/_document.js +0 -1
- package/.next/server/pages/_document.js.nft.json +0 -1
- package/.next/server/pages/_error.js +0 -19
- package/.next/server/pages/_error.js.nft.json +0 -1
- package/.next/server/pages-manifest.json +0 -5
- package/.next/server/server-reference-manifest.js +0 -1
- package/.next/server/server-reference-manifest.json +0 -1
- package/.next/server/webpack-runtime.js +0 -1
- package/.next/static/Pq27RIJUfrYOGSjOrYx4E/_buildManifest.js +0 -1
- package/.next/static/Pq27RIJUfrYOGSjOrYx4E/_ssgManifest.js +0 -1
- package/.next/static/chunks/14-ae3a01e72ea53777.js +0 -1
- package/.next/static/chunks/214-cc4c35d88f2695ed.js +0 -1
- package/.next/static/chunks/4bd1b696-cf72ae8a39fa05aa.js +0 -1
- package/.next/static/chunks/866-04c19dda4c52f2bf.js +0 -1
- package/.next/static/chunks/964-eda38e26c0391a47.js +0 -1
- package/.next/static/chunks/app/_not-found/page-8601c49989b0be94.js +0 -1
- package/.next/static/chunks/app/api/mcp/chat/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/api/mcp/connect/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/api/mcp/prompts/get/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/api/mcp/prompts/list/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/api/mcp/resources/list/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/api/mcp/resources/read/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/api/mcp/tools/route-0341498a8bf5f2da.js +0 -1
- package/.next/static/chunks/app/layout-9e8115d4bf656fa0.js +0 -1
- package/.next/static/chunks/app/oauth/callback/page-cf6cb1ac31175f40.js +0 -1
- package/.next/static/chunks/app/page-fdd433623879220d.js +0 -1
- package/.next/static/chunks/framework-7c95b8e5103c9e90.js +0 -1
- package/.next/static/chunks/main-app-4e9e28316818cdde.js +0 -1
- package/.next/static/chunks/main-bbdafee21a7bd1d6.js +0 -1
- package/.next/static/chunks/pages/_app-0a0020ddd67f79cf.js +0 -1
- package/.next/static/chunks/pages/_error-03529f2c21436739.js +0 -1
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
- package/.next/static/chunks/webpack-cdfccaf38062dd25.js +0 -1
- package/.next/static/css/1e852d83e9c1d0c6.css +0 -1
- package/.next/static/css/f30152c0704fba31.css +0 -1
- package/.next/static/css/fe751fdbe975e9ca.css +0 -1
- package/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/.next/static/media/8d697b304b401681-s.woff2 +0 -0
- package/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/.next/static/media/9610d9e46709d722-s.woff2 +0 -0
- package/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/.next/trace +0 -35
- package/.next/types/app/api/mcp/chat/route.ts +0 -347
- package/.next/types/app/api/mcp/connect/route.ts +0 -347
- package/.next/types/app/api/mcp/prompts/get/route.ts +0 -347
- package/.next/types/app/api/mcp/prompts/list/route.ts +0 -347
- package/.next/types/app/api/mcp/resources/list/route.ts +0 -347
- package/.next/types/app/api/mcp/resources/read/route.ts +0 -347
- package/.next/types/app/api/mcp/tools/route.ts +0 -347
- package/.next/types/app/layout.ts +0 -84
- package/.next/types/app/oauth/callback/page.ts +0 -84
- package/.next/types/app/page.ts +0 -84
- package/.next/types/cache-life.d.ts +0 -141
- package/.next/types/package.json +0 -1
- package/next.config.ts +0 -7
- /package/{public → dist/client}/claude_logo.png +0 -0
- /package/{public → dist/client}/demo_1.png +0 -0
- /package/{public → dist/client}/demo_2.png +0 -0
- /package/{public → dist/client}/demo_3.png +0 -0
- /package/{public → dist/client}/file.svg +0 -0
- /package/{public → dist/client}/globe.svg +0 -0
- /package/{public → dist/client}/mcp.svg +0 -0
- /package/{public → dist/client}/mcp_jam.svg +0 -0
- /package/{public → dist/client}/mcp_jam_dark.png +0 -0
- /package/{public → dist/client}/mcp_jam_light.png +0 -0
- /package/{public → dist/client}/next.svg +0 -0
- /package/{public → dist/client}/ollama_dark.png +0 -0
- /package/{public → dist/client}/ollama_logo.svg +0 -0
- /package/{public → dist/client}/openai_logo.png +0 -0
- /package/{public → dist/client}/vercel.svg +0 -0
- /package/{public → dist/client}/window.svg +0 -0
- /package/{.next/static/media/claude_logo.d33b25b0.png → dist/renderer/claude_logo.png} +0 -0
- /package/{.next/static/media/ollama_dark.9af45ac0.png → dist/renderer/ollama_dark.png} +0 -0
- /package/{.next/static/media/ollama_logo.9f08a95b.svg → dist/renderer/ollama_logo.svg} +0 -0
- /package/{.next/static/media/openai_logo.3f83154a.png → dist/renderer/openai_logo.png} +0 -0
|
@@ -1,347 +0,0 @@
|
|
|
1
|
-
// File: /Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/get/route.ts
|
|
2
|
-
import * as entry from '../../../../../../../src/app/api/mcp/prompts/get/route.js'
|
|
3
|
-
import type { NextRequest } from 'next/server.js'
|
|
4
|
-
|
|
5
|
-
type TEntry = typeof import('../../../../../../../src/app/api/mcp/prompts/get/route.js')
|
|
6
|
-
|
|
7
|
-
type SegmentParams<T extends Object = any> = T extends Record<string, any>
|
|
8
|
-
? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
|
|
9
|
-
: T
|
|
10
|
-
|
|
11
|
-
// Check that the entry is a valid entry
|
|
12
|
-
checkFields<Diff<{
|
|
13
|
-
GET?: Function
|
|
14
|
-
HEAD?: Function
|
|
15
|
-
OPTIONS?: Function
|
|
16
|
-
POST?: Function
|
|
17
|
-
PUT?: Function
|
|
18
|
-
DELETE?: Function
|
|
19
|
-
PATCH?: Function
|
|
20
|
-
config?: {}
|
|
21
|
-
generateStaticParams?: Function
|
|
22
|
-
revalidate?: RevalidateRange<TEntry> | false
|
|
23
|
-
dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
|
|
24
|
-
dynamicParams?: boolean
|
|
25
|
-
fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
|
|
26
|
-
preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
|
|
27
|
-
runtime?: 'nodejs' | 'experimental-edge' | 'edge'
|
|
28
|
-
maxDuration?: number
|
|
29
|
-
|
|
30
|
-
}, TEntry, ''>>()
|
|
31
|
-
|
|
32
|
-
type RouteContext = { params: Promise<SegmentParams> }
|
|
33
|
-
// Check the prop type of the entry function
|
|
34
|
-
if ('GET' in entry) {
|
|
35
|
-
checkFields<
|
|
36
|
-
Diff<
|
|
37
|
-
ParamCheck<Request | NextRequest>,
|
|
38
|
-
{
|
|
39
|
-
__tag__: 'GET'
|
|
40
|
-
__param_position__: 'first'
|
|
41
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'GET'>>
|
|
42
|
-
},
|
|
43
|
-
'GET'
|
|
44
|
-
>
|
|
45
|
-
>()
|
|
46
|
-
checkFields<
|
|
47
|
-
Diff<
|
|
48
|
-
ParamCheck<RouteContext>,
|
|
49
|
-
{
|
|
50
|
-
__tag__: 'GET'
|
|
51
|
-
__param_position__: 'second'
|
|
52
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'GET'>>
|
|
53
|
-
},
|
|
54
|
-
'GET'
|
|
55
|
-
>
|
|
56
|
-
>()
|
|
57
|
-
|
|
58
|
-
checkFields<
|
|
59
|
-
Diff<
|
|
60
|
-
{
|
|
61
|
-
__tag__: 'GET',
|
|
62
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
__tag__: 'GET',
|
|
66
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'GET'>>
|
|
67
|
-
},
|
|
68
|
-
'GET'
|
|
69
|
-
>
|
|
70
|
-
>()
|
|
71
|
-
}
|
|
72
|
-
// Check the prop type of the entry function
|
|
73
|
-
if ('HEAD' in entry) {
|
|
74
|
-
checkFields<
|
|
75
|
-
Diff<
|
|
76
|
-
ParamCheck<Request | NextRequest>,
|
|
77
|
-
{
|
|
78
|
-
__tag__: 'HEAD'
|
|
79
|
-
__param_position__: 'first'
|
|
80
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'HEAD'>>
|
|
81
|
-
},
|
|
82
|
-
'HEAD'
|
|
83
|
-
>
|
|
84
|
-
>()
|
|
85
|
-
checkFields<
|
|
86
|
-
Diff<
|
|
87
|
-
ParamCheck<RouteContext>,
|
|
88
|
-
{
|
|
89
|
-
__tag__: 'HEAD'
|
|
90
|
-
__param_position__: 'second'
|
|
91
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'HEAD'>>
|
|
92
|
-
},
|
|
93
|
-
'HEAD'
|
|
94
|
-
>
|
|
95
|
-
>()
|
|
96
|
-
|
|
97
|
-
checkFields<
|
|
98
|
-
Diff<
|
|
99
|
-
{
|
|
100
|
-
__tag__: 'HEAD',
|
|
101
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
__tag__: 'HEAD',
|
|
105
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'HEAD'>>
|
|
106
|
-
},
|
|
107
|
-
'HEAD'
|
|
108
|
-
>
|
|
109
|
-
>()
|
|
110
|
-
}
|
|
111
|
-
// Check the prop type of the entry function
|
|
112
|
-
if ('OPTIONS' in entry) {
|
|
113
|
-
checkFields<
|
|
114
|
-
Diff<
|
|
115
|
-
ParamCheck<Request | NextRequest>,
|
|
116
|
-
{
|
|
117
|
-
__tag__: 'OPTIONS'
|
|
118
|
-
__param_position__: 'first'
|
|
119
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'OPTIONS'>>
|
|
120
|
-
},
|
|
121
|
-
'OPTIONS'
|
|
122
|
-
>
|
|
123
|
-
>()
|
|
124
|
-
checkFields<
|
|
125
|
-
Diff<
|
|
126
|
-
ParamCheck<RouteContext>,
|
|
127
|
-
{
|
|
128
|
-
__tag__: 'OPTIONS'
|
|
129
|
-
__param_position__: 'second'
|
|
130
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'OPTIONS'>>
|
|
131
|
-
},
|
|
132
|
-
'OPTIONS'
|
|
133
|
-
>
|
|
134
|
-
>()
|
|
135
|
-
|
|
136
|
-
checkFields<
|
|
137
|
-
Diff<
|
|
138
|
-
{
|
|
139
|
-
__tag__: 'OPTIONS',
|
|
140
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
__tag__: 'OPTIONS',
|
|
144
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'OPTIONS'>>
|
|
145
|
-
},
|
|
146
|
-
'OPTIONS'
|
|
147
|
-
>
|
|
148
|
-
>()
|
|
149
|
-
}
|
|
150
|
-
// Check the prop type of the entry function
|
|
151
|
-
if ('POST' in entry) {
|
|
152
|
-
checkFields<
|
|
153
|
-
Diff<
|
|
154
|
-
ParamCheck<Request | NextRequest>,
|
|
155
|
-
{
|
|
156
|
-
__tag__: 'POST'
|
|
157
|
-
__param_position__: 'first'
|
|
158
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'POST'>>
|
|
159
|
-
},
|
|
160
|
-
'POST'
|
|
161
|
-
>
|
|
162
|
-
>()
|
|
163
|
-
checkFields<
|
|
164
|
-
Diff<
|
|
165
|
-
ParamCheck<RouteContext>,
|
|
166
|
-
{
|
|
167
|
-
__tag__: 'POST'
|
|
168
|
-
__param_position__: 'second'
|
|
169
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'POST'>>
|
|
170
|
-
},
|
|
171
|
-
'POST'
|
|
172
|
-
>
|
|
173
|
-
>()
|
|
174
|
-
|
|
175
|
-
checkFields<
|
|
176
|
-
Diff<
|
|
177
|
-
{
|
|
178
|
-
__tag__: 'POST',
|
|
179
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
__tag__: 'POST',
|
|
183
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'POST'>>
|
|
184
|
-
},
|
|
185
|
-
'POST'
|
|
186
|
-
>
|
|
187
|
-
>()
|
|
188
|
-
}
|
|
189
|
-
// Check the prop type of the entry function
|
|
190
|
-
if ('PUT' in entry) {
|
|
191
|
-
checkFields<
|
|
192
|
-
Diff<
|
|
193
|
-
ParamCheck<Request | NextRequest>,
|
|
194
|
-
{
|
|
195
|
-
__tag__: 'PUT'
|
|
196
|
-
__param_position__: 'first'
|
|
197
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'PUT'>>
|
|
198
|
-
},
|
|
199
|
-
'PUT'
|
|
200
|
-
>
|
|
201
|
-
>()
|
|
202
|
-
checkFields<
|
|
203
|
-
Diff<
|
|
204
|
-
ParamCheck<RouteContext>,
|
|
205
|
-
{
|
|
206
|
-
__tag__: 'PUT'
|
|
207
|
-
__param_position__: 'second'
|
|
208
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'PUT'>>
|
|
209
|
-
},
|
|
210
|
-
'PUT'
|
|
211
|
-
>
|
|
212
|
-
>()
|
|
213
|
-
|
|
214
|
-
checkFields<
|
|
215
|
-
Diff<
|
|
216
|
-
{
|
|
217
|
-
__tag__: 'PUT',
|
|
218
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
__tag__: 'PUT',
|
|
222
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'PUT'>>
|
|
223
|
-
},
|
|
224
|
-
'PUT'
|
|
225
|
-
>
|
|
226
|
-
>()
|
|
227
|
-
}
|
|
228
|
-
// Check the prop type of the entry function
|
|
229
|
-
if ('DELETE' in entry) {
|
|
230
|
-
checkFields<
|
|
231
|
-
Diff<
|
|
232
|
-
ParamCheck<Request | NextRequest>,
|
|
233
|
-
{
|
|
234
|
-
__tag__: 'DELETE'
|
|
235
|
-
__param_position__: 'first'
|
|
236
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'DELETE'>>
|
|
237
|
-
},
|
|
238
|
-
'DELETE'
|
|
239
|
-
>
|
|
240
|
-
>()
|
|
241
|
-
checkFields<
|
|
242
|
-
Diff<
|
|
243
|
-
ParamCheck<RouteContext>,
|
|
244
|
-
{
|
|
245
|
-
__tag__: 'DELETE'
|
|
246
|
-
__param_position__: 'second'
|
|
247
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'DELETE'>>
|
|
248
|
-
},
|
|
249
|
-
'DELETE'
|
|
250
|
-
>
|
|
251
|
-
>()
|
|
252
|
-
|
|
253
|
-
checkFields<
|
|
254
|
-
Diff<
|
|
255
|
-
{
|
|
256
|
-
__tag__: 'DELETE',
|
|
257
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
__tag__: 'DELETE',
|
|
261
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'DELETE'>>
|
|
262
|
-
},
|
|
263
|
-
'DELETE'
|
|
264
|
-
>
|
|
265
|
-
>()
|
|
266
|
-
}
|
|
267
|
-
// Check the prop type of the entry function
|
|
268
|
-
if ('PATCH' in entry) {
|
|
269
|
-
checkFields<
|
|
270
|
-
Diff<
|
|
271
|
-
ParamCheck<Request | NextRequest>,
|
|
272
|
-
{
|
|
273
|
-
__tag__: 'PATCH'
|
|
274
|
-
__param_position__: 'first'
|
|
275
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'PATCH'>>
|
|
276
|
-
},
|
|
277
|
-
'PATCH'
|
|
278
|
-
>
|
|
279
|
-
>()
|
|
280
|
-
checkFields<
|
|
281
|
-
Diff<
|
|
282
|
-
ParamCheck<RouteContext>,
|
|
283
|
-
{
|
|
284
|
-
__tag__: 'PATCH'
|
|
285
|
-
__param_position__: 'second'
|
|
286
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'PATCH'>>
|
|
287
|
-
},
|
|
288
|
-
'PATCH'
|
|
289
|
-
>
|
|
290
|
-
>()
|
|
291
|
-
|
|
292
|
-
checkFields<
|
|
293
|
-
Diff<
|
|
294
|
-
{
|
|
295
|
-
__tag__: 'PATCH',
|
|
296
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
__tag__: 'PATCH',
|
|
300
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'PATCH'>>
|
|
301
|
-
},
|
|
302
|
-
'PATCH'
|
|
303
|
-
>
|
|
304
|
-
>()
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
// Check the arguments and return type of the generateStaticParams function
|
|
308
|
-
if ('generateStaticParams' in entry) {
|
|
309
|
-
checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
|
|
310
|
-
checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
export interface PageProps {
|
|
314
|
-
params?: Promise<SegmentParams>
|
|
315
|
-
searchParams?: Promise<any>
|
|
316
|
-
}
|
|
317
|
-
export interface LayoutProps {
|
|
318
|
-
children?: React.ReactNode
|
|
319
|
-
|
|
320
|
-
params?: Promise<SegmentParams>
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// =============
|
|
324
|
-
// Utility types
|
|
325
|
-
type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
|
|
326
|
-
|
|
327
|
-
// If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
|
|
328
|
-
type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
|
|
329
|
-
type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
|
|
330
|
-
|
|
331
|
-
type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
|
|
332
|
-
type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
|
|
333
|
-
type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
|
|
334
|
-
|
|
335
|
-
type ParamCheck<T> = {
|
|
336
|
-
__tag__: string
|
|
337
|
-
__param_position__: string
|
|
338
|
-
__param_type__: T
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
function checkFields<_ extends { [k in keyof any]: never }>() {}
|
|
342
|
-
|
|
343
|
-
// https://github.com/sindresorhus/type-fest
|
|
344
|
-
type Numeric = number | bigint
|
|
345
|
-
type Zero = 0 | 0n
|
|
346
|
-
type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
|
|
347
|
-
type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'
|
|
@@ -1,347 +0,0 @@
|
|
|
1
|
-
// File: /Users/matt8p/Desktop/inspector/src/app/api/mcp/prompts/list/route.ts
|
|
2
|
-
import * as entry from '../../../../../../../src/app/api/mcp/prompts/list/route.js'
|
|
3
|
-
import type { NextRequest } from 'next/server.js'
|
|
4
|
-
|
|
5
|
-
type TEntry = typeof import('../../../../../../../src/app/api/mcp/prompts/list/route.js')
|
|
6
|
-
|
|
7
|
-
type SegmentParams<T extends Object = any> = T extends Record<string, any>
|
|
8
|
-
? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
|
|
9
|
-
: T
|
|
10
|
-
|
|
11
|
-
// Check that the entry is a valid entry
|
|
12
|
-
checkFields<Diff<{
|
|
13
|
-
GET?: Function
|
|
14
|
-
HEAD?: Function
|
|
15
|
-
OPTIONS?: Function
|
|
16
|
-
POST?: Function
|
|
17
|
-
PUT?: Function
|
|
18
|
-
DELETE?: Function
|
|
19
|
-
PATCH?: Function
|
|
20
|
-
config?: {}
|
|
21
|
-
generateStaticParams?: Function
|
|
22
|
-
revalidate?: RevalidateRange<TEntry> | false
|
|
23
|
-
dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
|
|
24
|
-
dynamicParams?: boolean
|
|
25
|
-
fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
|
|
26
|
-
preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
|
|
27
|
-
runtime?: 'nodejs' | 'experimental-edge' | 'edge'
|
|
28
|
-
maxDuration?: number
|
|
29
|
-
|
|
30
|
-
}, TEntry, ''>>()
|
|
31
|
-
|
|
32
|
-
type RouteContext = { params: Promise<SegmentParams> }
|
|
33
|
-
// Check the prop type of the entry function
|
|
34
|
-
if ('GET' in entry) {
|
|
35
|
-
checkFields<
|
|
36
|
-
Diff<
|
|
37
|
-
ParamCheck<Request | NextRequest>,
|
|
38
|
-
{
|
|
39
|
-
__tag__: 'GET'
|
|
40
|
-
__param_position__: 'first'
|
|
41
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'GET'>>
|
|
42
|
-
},
|
|
43
|
-
'GET'
|
|
44
|
-
>
|
|
45
|
-
>()
|
|
46
|
-
checkFields<
|
|
47
|
-
Diff<
|
|
48
|
-
ParamCheck<RouteContext>,
|
|
49
|
-
{
|
|
50
|
-
__tag__: 'GET'
|
|
51
|
-
__param_position__: 'second'
|
|
52
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'GET'>>
|
|
53
|
-
},
|
|
54
|
-
'GET'
|
|
55
|
-
>
|
|
56
|
-
>()
|
|
57
|
-
|
|
58
|
-
checkFields<
|
|
59
|
-
Diff<
|
|
60
|
-
{
|
|
61
|
-
__tag__: 'GET',
|
|
62
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
__tag__: 'GET',
|
|
66
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'GET'>>
|
|
67
|
-
},
|
|
68
|
-
'GET'
|
|
69
|
-
>
|
|
70
|
-
>()
|
|
71
|
-
}
|
|
72
|
-
// Check the prop type of the entry function
|
|
73
|
-
if ('HEAD' in entry) {
|
|
74
|
-
checkFields<
|
|
75
|
-
Diff<
|
|
76
|
-
ParamCheck<Request | NextRequest>,
|
|
77
|
-
{
|
|
78
|
-
__tag__: 'HEAD'
|
|
79
|
-
__param_position__: 'first'
|
|
80
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'HEAD'>>
|
|
81
|
-
},
|
|
82
|
-
'HEAD'
|
|
83
|
-
>
|
|
84
|
-
>()
|
|
85
|
-
checkFields<
|
|
86
|
-
Diff<
|
|
87
|
-
ParamCheck<RouteContext>,
|
|
88
|
-
{
|
|
89
|
-
__tag__: 'HEAD'
|
|
90
|
-
__param_position__: 'second'
|
|
91
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'HEAD'>>
|
|
92
|
-
},
|
|
93
|
-
'HEAD'
|
|
94
|
-
>
|
|
95
|
-
>()
|
|
96
|
-
|
|
97
|
-
checkFields<
|
|
98
|
-
Diff<
|
|
99
|
-
{
|
|
100
|
-
__tag__: 'HEAD',
|
|
101
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
__tag__: 'HEAD',
|
|
105
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'HEAD'>>
|
|
106
|
-
},
|
|
107
|
-
'HEAD'
|
|
108
|
-
>
|
|
109
|
-
>()
|
|
110
|
-
}
|
|
111
|
-
// Check the prop type of the entry function
|
|
112
|
-
if ('OPTIONS' in entry) {
|
|
113
|
-
checkFields<
|
|
114
|
-
Diff<
|
|
115
|
-
ParamCheck<Request | NextRequest>,
|
|
116
|
-
{
|
|
117
|
-
__tag__: 'OPTIONS'
|
|
118
|
-
__param_position__: 'first'
|
|
119
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'OPTIONS'>>
|
|
120
|
-
},
|
|
121
|
-
'OPTIONS'
|
|
122
|
-
>
|
|
123
|
-
>()
|
|
124
|
-
checkFields<
|
|
125
|
-
Diff<
|
|
126
|
-
ParamCheck<RouteContext>,
|
|
127
|
-
{
|
|
128
|
-
__tag__: 'OPTIONS'
|
|
129
|
-
__param_position__: 'second'
|
|
130
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'OPTIONS'>>
|
|
131
|
-
},
|
|
132
|
-
'OPTIONS'
|
|
133
|
-
>
|
|
134
|
-
>()
|
|
135
|
-
|
|
136
|
-
checkFields<
|
|
137
|
-
Diff<
|
|
138
|
-
{
|
|
139
|
-
__tag__: 'OPTIONS',
|
|
140
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
__tag__: 'OPTIONS',
|
|
144
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'OPTIONS'>>
|
|
145
|
-
},
|
|
146
|
-
'OPTIONS'
|
|
147
|
-
>
|
|
148
|
-
>()
|
|
149
|
-
}
|
|
150
|
-
// Check the prop type of the entry function
|
|
151
|
-
if ('POST' in entry) {
|
|
152
|
-
checkFields<
|
|
153
|
-
Diff<
|
|
154
|
-
ParamCheck<Request | NextRequest>,
|
|
155
|
-
{
|
|
156
|
-
__tag__: 'POST'
|
|
157
|
-
__param_position__: 'first'
|
|
158
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'POST'>>
|
|
159
|
-
},
|
|
160
|
-
'POST'
|
|
161
|
-
>
|
|
162
|
-
>()
|
|
163
|
-
checkFields<
|
|
164
|
-
Diff<
|
|
165
|
-
ParamCheck<RouteContext>,
|
|
166
|
-
{
|
|
167
|
-
__tag__: 'POST'
|
|
168
|
-
__param_position__: 'second'
|
|
169
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'POST'>>
|
|
170
|
-
},
|
|
171
|
-
'POST'
|
|
172
|
-
>
|
|
173
|
-
>()
|
|
174
|
-
|
|
175
|
-
checkFields<
|
|
176
|
-
Diff<
|
|
177
|
-
{
|
|
178
|
-
__tag__: 'POST',
|
|
179
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
__tag__: 'POST',
|
|
183
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'POST'>>
|
|
184
|
-
},
|
|
185
|
-
'POST'
|
|
186
|
-
>
|
|
187
|
-
>()
|
|
188
|
-
}
|
|
189
|
-
// Check the prop type of the entry function
|
|
190
|
-
if ('PUT' in entry) {
|
|
191
|
-
checkFields<
|
|
192
|
-
Diff<
|
|
193
|
-
ParamCheck<Request | NextRequest>,
|
|
194
|
-
{
|
|
195
|
-
__tag__: 'PUT'
|
|
196
|
-
__param_position__: 'first'
|
|
197
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'PUT'>>
|
|
198
|
-
},
|
|
199
|
-
'PUT'
|
|
200
|
-
>
|
|
201
|
-
>()
|
|
202
|
-
checkFields<
|
|
203
|
-
Diff<
|
|
204
|
-
ParamCheck<RouteContext>,
|
|
205
|
-
{
|
|
206
|
-
__tag__: 'PUT'
|
|
207
|
-
__param_position__: 'second'
|
|
208
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'PUT'>>
|
|
209
|
-
},
|
|
210
|
-
'PUT'
|
|
211
|
-
>
|
|
212
|
-
>()
|
|
213
|
-
|
|
214
|
-
checkFields<
|
|
215
|
-
Diff<
|
|
216
|
-
{
|
|
217
|
-
__tag__: 'PUT',
|
|
218
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
__tag__: 'PUT',
|
|
222
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'PUT'>>
|
|
223
|
-
},
|
|
224
|
-
'PUT'
|
|
225
|
-
>
|
|
226
|
-
>()
|
|
227
|
-
}
|
|
228
|
-
// Check the prop type of the entry function
|
|
229
|
-
if ('DELETE' in entry) {
|
|
230
|
-
checkFields<
|
|
231
|
-
Diff<
|
|
232
|
-
ParamCheck<Request | NextRequest>,
|
|
233
|
-
{
|
|
234
|
-
__tag__: 'DELETE'
|
|
235
|
-
__param_position__: 'first'
|
|
236
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'DELETE'>>
|
|
237
|
-
},
|
|
238
|
-
'DELETE'
|
|
239
|
-
>
|
|
240
|
-
>()
|
|
241
|
-
checkFields<
|
|
242
|
-
Diff<
|
|
243
|
-
ParamCheck<RouteContext>,
|
|
244
|
-
{
|
|
245
|
-
__tag__: 'DELETE'
|
|
246
|
-
__param_position__: 'second'
|
|
247
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'DELETE'>>
|
|
248
|
-
},
|
|
249
|
-
'DELETE'
|
|
250
|
-
>
|
|
251
|
-
>()
|
|
252
|
-
|
|
253
|
-
checkFields<
|
|
254
|
-
Diff<
|
|
255
|
-
{
|
|
256
|
-
__tag__: 'DELETE',
|
|
257
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
__tag__: 'DELETE',
|
|
261
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'DELETE'>>
|
|
262
|
-
},
|
|
263
|
-
'DELETE'
|
|
264
|
-
>
|
|
265
|
-
>()
|
|
266
|
-
}
|
|
267
|
-
// Check the prop type of the entry function
|
|
268
|
-
if ('PATCH' in entry) {
|
|
269
|
-
checkFields<
|
|
270
|
-
Diff<
|
|
271
|
-
ParamCheck<Request | NextRequest>,
|
|
272
|
-
{
|
|
273
|
-
__tag__: 'PATCH'
|
|
274
|
-
__param_position__: 'first'
|
|
275
|
-
__param_type__: FirstArg<MaybeField<TEntry, 'PATCH'>>
|
|
276
|
-
},
|
|
277
|
-
'PATCH'
|
|
278
|
-
>
|
|
279
|
-
>()
|
|
280
|
-
checkFields<
|
|
281
|
-
Diff<
|
|
282
|
-
ParamCheck<RouteContext>,
|
|
283
|
-
{
|
|
284
|
-
__tag__: 'PATCH'
|
|
285
|
-
__param_position__: 'second'
|
|
286
|
-
__param_type__: SecondArg<MaybeField<TEntry, 'PATCH'>>
|
|
287
|
-
},
|
|
288
|
-
'PATCH'
|
|
289
|
-
>
|
|
290
|
-
>()
|
|
291
|
-
|
|
292
|
-
checkFields<
|
|
293
|
-
Diff<
|
|
294
|
-
{
|
|
295
|
-
__tag__: 'PATCH',
|
|
296
|
-
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
__tag__: 'PATCH',
|
|
300
|
-
__return_type__: ReturnType<MaybeField<TEntry, 'PATCH'>>
|
|
301
|
-
},
|
|
302
|
-
'PATCH'
|
|
303
|
-
>
|
|
304
|
-
>()
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
// Check the arguments and return type of the generateStaticParams function
|
|
308
|
-
if ('generateStaticParams' in entry) {
|
|
309
|
-
checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
|
|
310
|
-
checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
export interface PageProps {
|
|
314
|
-
params?: Promise<SegmentParams>
|
|
315
|
-
searchParams?: Promise<any>
|
|
316
|
-
}
|
|
317
|
-
export interface LayoutProps {
|
|
318
|
-
children?: React.ReactNode
|
|
319
|
-
|
|
320
|
-
params?: Promise<SegmentParams>
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// =============
|
|
324
|
-
// Utility types
|
|
325
|
-
type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
|
|
326
|
-
|
|
327
|
-
// If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
|
|
328
|
-
type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
|
|
329
|
-
type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
|
|
330
|
-
|
|
331
|
-
type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
|
|
332
|
-
type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
|
|
333
|
-
type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
|
|
334
|
-
|
|
335
|
-
type ParamCheck<T> = {
|
|
336
|
-
__tag__: string
|
|
337
|
-
__param_position__: string
|
|
338
|
-
__param_type__: T
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
function checkFields<_ extends { [k in keyof any]: never }>() {}
|
|
342
|
-
|
|
343
|
-
// https://github.com/sindresorhus/type-fest
|
|
344
|
-
type Numeric = number | bigint
|
|
345
|
-
type Zero = 0 | 0n
|
|
346
|
-
type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
|
|
347
|
-
type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'
|