@instantdb/mcp 0.22.105-experimental.drewh-typesafe-lookup-syntax.21149834770.1 → 0.22.105-experimental.drewh-clief.21154267631.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/dist/db/instant.schema.d.ts +39 -39
- package/package.json +5 -5
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
declare const _schema: import("@instantdb/core").InstantSchemaDef<import("@instantdb/core").EntitiesWithLinks<{
|
|
2
2
|
$files: import("@instantdb/core").EntityDef<{
|
|
3
|
-
path: import("@instantdb/core").DataAttrDef<string, true, true
|
|
4
|
-
url: import("@instantdb/core").DataAttrDef<string, true, false
|
|
3
|
+
path: import("@instantdb/core").DataAttrDef<string, true, true>;
|
|
4
|
+
url: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
5
5
|
}, {}, void>;
|
|
6
6
|
$users: import("@instantdb/core").EntityDef<{
|
|
7
|
-
email: import("@instantdb/core").DataAttrDef<string, false, true
|
|
7
|
+
email: import("@instantdb/core").DataAttrDef<string, false, true>;
|
|
8
8
|
}, {}, void>;
|
|
9
9
|
clients: import("@instantdb/core").EntityDef<{
|
|
10
|
-
client_id: import("@instantdb/core").DataAttrDef<string, true, true
|
|
11
|
-
client_id_issued_at: import("@instantdb/core").DataAttrDef<number, false, false
|
|
12
|
-
client_name: import("@instantdb/core").DataAttrDef<string, false, false
|
|
13
|
-
client_secret: import("@instantdb/core").DataAttrDef<string, false, false
|
|
14
|
-
client_secret_expires_at: import("@instantdb/core").DataAttrDef<number, false, false
|
|
15
|
-
client_uri: import("@instantdb/core").DataAttrDef<string, false, false
|
|
16
|
-
contacts: import("@instantdb/core").DataAttrDef<any, false, false
|
|
17
|
-
grant_types: import("@instantdb/core").DataAttrDef<any, false, false
|
|
18
|
-
jwks: import("@instantdb/core").DataAttrDef<any, false, false
|
|
19
|
-
jwks_uri: import("@instantdb/core").DataAttrDef<string, false, false
|
|
20
|
-
logo_uri: import("@instantdb/core").DataAttrDef<string, false, false
|
|
21
|
-
policy_uri: import("@instantdb/core").DataAttrDef<string, false, false
|
|
22
|
-
redirect_uris: import("@instantdb/core").DataAttrDef<any, false, false
|
|
23
|
-
response_types: import("@instantdb/core").DataAttrDef<any, false, false
|
|
24
|
-
scope: import("@instantdb/core").DataAttrDef<string, false, false
|
|
25
|
-
software_id: import("@instantdb/core").DataAttrDef<string, false, false
|
|
26
|
-
software_version: import("@instantdb/core").DataAttrDef<string, false, false
|
|
27
|
-
token_endpoint_auth_method: import("@instantdb/core").DataAttrDef<string, false, false
|
|
28
|
-
tos_uri: import("@instantdb/core").DataAttrDef<string, false, false
|
|
10
|
+
client_id: import("@instantdb/core").DataAttrDef<string, true, true>;
|
|
11
|
+
client_id_issued_at: import("@instantdb/core").DataAttrDef<number, false, false>;
|
|
12
|
+
client_name: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
13
|
+
client_secret: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
14
|
+
client_secret_expires_at: import("@instantdb/core").DataAttrDef<number, false, false>;
|
|
15
|
+
client_uri: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
16
|
+
contacts: import("@instantdb/core").DataAttrDef<any, false, false>;
|
|
17
|
+
grant_types: import("@instantdb/core").DataAttrDef<any, false, false>;
|
|
18
|
+
jwks: import("@instantdb/core").DataAttrDef<any, false, false>;
|
|
19
|
+
jwks_uri: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
20
|
+
logo_uri: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
21
|
+
policy_uri: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
22
|
+
redirect_uris: import("@instantdb/core").DataAttrDef<any, false, false>;
|
|
23
|
+
response_types: import("@instantdb/core").DataAttrDef<any, false, false>;
|
|
24
|
+
scope: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
25
|
+
software_id: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
26
|
+
software_version: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
27
|
+
token_endpoint_auth_method: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
28
|
+
tos_uri: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
29
29
|
}, {}, void>;
|
|
30
30
|
instantTokens: import("@instantdb/core").EntityDef<{
|
|
31
|
-
accessToken: import("@instantdb/core").DataAttrDef<string, true, false
|
|
32
|
-
expiresAt: import("@instantdb/core").DataAttrDef<Date, true, false
|
|
33
|
-
refreshToken: import("@instantdb/core").DataAttrDef<string, true, false
|
|
31
|
+
accessToken: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
32
|
+
expiresAt: import("@instantdb/core").DataAttrDef<Date, true, false>;
|
|
33
|
+
refreshToken: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
34
34
|
}, {}, void>;
|
|
35
35
|
mcpRefreshTokens: import("@instantdb/core").EntityDef<{
|
|
36
|
-
scope: import("@instantdb/core").DataAttrDef<string, true, false
|
|
37
|
-
tokenHash: import("@instantdb/core").DataAttrDef<string, true, false
|
|
36
|
+
scope: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
37
|
+
tokenHash: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
38
38
|
}, {}, void>;
|
|
39
39
|
mcpTokens: import("@instantdb/core").EntityDef<{
|
|
40
|
-
expiresAt: import("@instantdb/core").DataAttrDef<Date, true, false
|
|
41
|
-
scope: import("@instantdb/core").DataAttrDef<string, true, false
|
|
42
|
-
tokenHash: import("@instantdb/core").DataAttrDef<string, true, false
|
|
40
|
+
expiresAt: import("@instantdb/core").DataAttrDef<Date, true, false>;
|
|
41
|
+
scope: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
42
|
+
tokenHash: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
43
43
|
}, {}, void>;
|
|
44
44
|
redirects: import("@instantdb/core").EntityDef<{
|
|
45
|
-
authParams: import("@instantdb/core").DataAttrDef<any, true, false
|
|
46
|
-
clientToken: import("@instantdb/core").DataAttrDef<string, true, false
|
|
47
|
-
cookieHash: import("@instantdb/core").DataAttrDef<string, true, true
|
|
48
|
-
exchangedForInstantCode: import("@instantdb/core").DataAttrDef<boolean, false, false
|
|
49
|
-
expiresAt: import("@instantdb/core").DataAttrDef<Date, true, false
|
|
50
|
-
instantCode: import("@instantdb/core").DataAttrDef<string, false, false
|
|
51
|
-
mcpCodeHash: import("@instantdb/core").DataAttrDef<string, false, true
|
|
52
|
-
shownConfirmPage: import("@instantdb/core").DataAttrDef<boolean, false, false
|
|
53
|
-
state: import("@instantdb/core").DataAttrDef<string, true, false
|
|
45
|
+
authParams: import("@instantdb/core").DataAttrDef<any, true, false>;
|
|
46
|
+
clientToken: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
47
|
+
cookieHash: import("@instantdb/core").DataAttrDef<string, true, true>;
|
|
48
|
+
exchangedForInstantCode: import("@instantdb/core").DataAttrDef<boolean, false, false>;
|
|
49
|
+
expiresAt: import("@instantdb/core").DataAttrDef<Date, true, false>;
|
|
50
|
+
instantCode: import("@instantdb/core").DataAttrDef<string, false, false>;
|
|
51
|
+
mcpCodeHash: import("@instantdb/core").DataAttrDef<string, false, true>;
|
|
52
|
+
shownConfirmPage: import("@instantdb/core").DataAttrDef<boolean, false, false>;
|
|
53
|
+
state: import("@instantdb/core").DataAttrDef<string, true, false>;
|
|
54
54
|
}, {}, void>;
|
|
55
55
|
}, {
|
|
56
56
|
readonly instantTokensClient: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantdb/mcp",
|
|
3
|
-
"version": "0.22.105-experimental.drewh-
|
|
3
|
+
"version": "0.22.105-experimental.drewh-clief.21154267631.1",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for managing Instant apps, schemas, and permissions!",
|
|
5
5
|
"homepage": "https://github.com/instantdb/instant/tree/main/client/packages/mcp",
|
|
6
6
|
"repository": {
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"pino": "^9.7.0",
|
|
37
37
|
"pino-http": "^10.5.0",
|
|
38
38
|
"zod": "^3.25.39",
|
|
39
|
-
"@instantdb/admin": "0.22.105-experimental.drewh-
|
|
40
|
-
"@instantdb/
|
|
41
|
-
"@instantdb/platform": "0.22.105-experimental.drewh-
|
|
42
|
-
"@instantdb/
|
|
39
|
+
"@instantdb/admin": "0.22.105-experimental.drewh-clief.21154267631.1",
|
|
40
|
+
"@instantdb/core": "0.22.105-experimental.drewh-clief.21154267631.1",
|
|
41
|
+
"@instantdb/platform": "0.22.105-experimental.drewh-clief.21154267631.1",
|
|
42
|
+
"@instantdb/version": "0.22.105-experimental.drewh-clief.21154267631.1"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=18"
|