@mcpjam/inspector 0.8.2 → 0.9.1
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 +24 -6
- package/bin/start.js +82 -69
- 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/SigynMKeJ0KJs0Nc9i0E-/_buildManifest.js +0 -1
- package/.next/static/SigynMKeJ0KJs0Nc9i0E-/_ssgManifest.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/574-9365237f47ed3a68.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-b0e3ed6257734413.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,141 +0,0 @@
|
|
|
1
|
-
// Type definitions for Next.js cacheLife configs
|
|
2
|
-
|
|
3
|
-
declare module 'next/cache' {
|
|
4
|
-
export { unstable_cache } from 'next/dist/server/web/spec-extension/unstable-cache'
|
|
5
|
-
export {
|
|
6
|
-
revalidateTag,
|
|
7
|
-
revalidatePath,
|
|
8
|
-
unstable_expireTag,
|
|
9
|
-
unstable_expirePath,
|
|
10
|
-
} from 'next/dist/server/web/spec-extension/revalidate'
|
|
11
|
-
export { unstable_noStore } from 'next/dist/server/web/spec-extension/unstable-no-store'
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Cache this `"use cache"` for a timespan defined by the `"default"` profile.
|
|
16
|
-
* ```
|
|
17
|
-
* stale: 300 seconds (5 minutes)
|
|
18
|
-
* revalidate: 900 seconds (15 minutes)
|
|
19
|
-
* expire: never
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
23
|
-
* If the server receives a new request after 15 minutes, start revalidating new values in the background.
|
|
24
|
-
* It lives for the maximum age of the server cache. If this entry has no traffic for a while, it may serve an old value the next request.
|
|
25
|
-
*/
|
|
26
|
-
export function unstable_cacheLife(profile: "default"): void
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Cache this `"use cache"` for a timespan defined by the `"seconds"` profile.
|
|
30
|
-
* ```
|
|
31
|
-
* stale: 0 seconds
|
|
32
|
-
* revalidate: 1 seconds
|
|
33
|
-
* expire: 60 seconds (1 minute)
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* This cache may be stale on clients for 0 seconds before checking with the server.
|
|
37
|
-
* If the server receives a new request after 1 seconds, start revalidating new values in the background.
|
|
38
|
-
* If this entry has no traffic for 1 minute it will expire. The next request will recompute it.
|
|
39
|
-
*/
|
|
40
|
-
export function unstable_cacheLife(profile: "seconds"): void
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Cache this `"use cache"` for a timespan defined by the `"minutes"` profile.
|
|
44
|
-
* ```
|
|
45
|
-
* stale: 300 seconds (5 minutes)
|
|
46
|
-
* revalidate: 60 seconds (1 minute)
|
|
47
|
-
* expire: 3600 seconds (1 hour)
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
51
|
-
* If the server receives a new request after 1 minute, start revalidating new values in the background.
|
|
52
|
-
* If this entry has no traffic for 1 hour it will expire. The next request will recompute it.
|
|
53
|
-
*/
|
|
54
|
-
export function unstable_cacheLife(profile: "minutes"): void
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Cache this `"use cache"` for a timespan defined by the `"hours"` profile.
|
|
58
|
-
* ```
|
|
59
|
-
* stale: 300 seconds (5 minutes)
|
|
60
|
-
* revalidate: 3600 seconds (1 hour)
|
|
61
|
-
* expire: 86400 seconds (1 day)
|
|
62
|
-
* ```
|
|
63
|
-
*
|
|
64
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
65
|
-
* If the server receives a new request after 1 hour, start revalidating new values in the background.
|
|
66
|
-
* If this entry has no traffic for 1 day it will expire. The next request will recompute it.
|
|
67
|
-
*/
|
|
68
|
-
export function unstable_cacheLife(profile: "hours"): void
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Cache this `"use cache"` for a timespan defined by the `"days"` profile.
|
|
72
|
-
* ```
|
|
73
|
-
* stale: 300 seconds (5 minutes)
|
|
74
|
-
* revalidate: 86400 seconds (1 day)
|
|
75
|
-
* expire: 604800 seconds (1 week)
|
|
76
|
-
* ```
|
|
77
|
-
*
|
|
78
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
79
|
-
* If the server receives a new request after 1 day, start revalidating new values in the background.
|
|
80
|
-
* If this entry has no traffic for 1 week it will expire. The next request will recompute it.
|
|
81
|
-
*/
|
|
82
|
-
export function unstable_cacheLife(profile: "days"): void
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Cache this `"use cache"` for a timespan defined by the `"weeks"` profile.
|
|
86
|
-
* ```
|
|
87
|
-
* stale: 300 seconds (5 minutes)
|
|
88
|
-
* revalidate: 604800 seconds (1 week)
|
|
89
|
-
* expire: 2592000 seconds (30 days)
|
|
90
|
-
* ```
|
|
91
|
-
*
|
|
92
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
93
|
-
* If the server receives a new request after 1 week, start revalidating new values in the background.
|
|
94
|
-
* If this entry has no traffic for 30 days it will expire. The next request will recompute it.
|
|
95
|
-
*/
|
|
96
|
-
export function unstable_cacheLife(profile: "weeks"): void
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Cache this `"use cache"` for a timespan defined by the `"max"` profile.
|
|
100
|
-
* ```
|
|
101
|
-
* stale: 300 seconds (5 minutes)
|
|
102
|
-
* revalidate: 2592000 seconds (30 days)
|
|
103
|
-
* expire: never
|
|
104
|
-
* ```
|
|
105
|
-
*
|
|
106
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
107
|
-
* If the server receives a new request after 30 days, start revalidating new values in the background.
|
|
108
|
-
* It lives for the maximum age of the server cache. If this entry has no traffic for a while, it may serve an old value the next request.
|
|
109
|
-
*/
|
|
110
|
-
export function unstable_cacheLife(profile: "max"): void
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Cache this `"use cache"` using a custom timespan.
|
|
114
|
-
* ```
|
|
115
|
-
* stale: ... // seconds
|
|
116
|
-
* revalidate: ... // seconds
|
|
117
|
-
* expire: ... // seconds
|
|
118
|
-
* ```
|
|
119
|
-
*
|
|
120
|
-
* This is similar to Cache-Control: max-age=`stale`,s-max-age=`revalidate`,stale-while-revalidate=`expire-revalidate`
|
|
121
|
-
*
|
|
122
|
-
* If a value is left out, the lowest of other cacheLife() calls or the default, is used instead.
|
|
123
|
-
*/
|
|
124
|
-
export function unstable_cacheLife(profile: {
|
|
125
|
-
/**
|
|
126
|
-
* This cache may be stale on clients for ... seconds before checking with the server.
|
|
127
|
-
*/
|
|
128
|
-
stale?: number,
|
|
129
|
-
/**
|
|
130
|
-
* If the server receives a new request after ... seconds, start revalidating new values in the background.
|
|
131
|
-
*/
|
|
132
|
-
revalidate?: number,
|
|
133
|
-
/**
|
|
134
|
-
* If this entry has no traffic for ... seconds it will expire. The next request will recompute it.
|
|
135
|
-
*/
|
|
136
|
-
expire?: number
|
|
137
|
-
}): void
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
export { cacheTag as unstable_cacheTag } from 'next/dist/server/use-cache/cache-tag'
|
|
141
|
-
}
|
package/.next/types/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type": "module"}
|
package/next.config.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|