@steuerboard/mcp 0.3.0 → 0.3.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/bin/mcp-server.js +17 -17
- package/bin/mcp-server.js.map +7 -7
- package/esm/src/lib/config.d.ts +2 -2
- package/esm/src/lib/config.js +2 -2
- package/esm/src/mcp-server/mcp-server.js +1 -1
- package/esm/src/mcp-server/server.js +1 -1
- package/esm/src/models/clientuserinvite.d.ts +4 -4
- package/esm/src/models/clientuserinvite.d.ts.map +1 -1
- package/esm/src/models/clientuserinvite.js +6 -6
- package/esm/src/models/clientuserinvite.js.map +1 -1
- package/esm/src/models/clientuserupdate.d.ts +4 -4
- package/esm/src/models/clientuserupdate.d.ts.map +1 -1
- package/esm/src/models/clientuserupdate.js +6 -6
- package/esm/src/models/clientuserupdate.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/clientuserinvite.ts +9 -9
- package/src/models/clientuserupdate.ts +9 -9
- package/worker-configuration.d.ts +6171 -6992
package/esm/src/lib/config.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "0.1.0";
|
|
38
|
-
readonly sdkVersion: "0.3.
|
|
38
|
+
readonly sdkVersion: "0.3.3";
|
|
39
39
|
readonly genVersion: "2.721.3";
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/mcp-typescript 0.3.
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/mcp-typescript 0.3.3 2.721.3 0.1.0 @steuerboard/mcp";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
package/esm/src/lib/config.js
CHANGED
|
@@ -24,8 +24,8 @@ export function serverURLFromOptions(options) {
|
|
|
24
24
|
export const SDK_METADATA = {
|
|
25
25
|
language: "typescript",
|
|
26
26
|
openapiDocVersion: "0.1.0",
|
|
27
|
-
sdkVersion: "0.3.
|
|
27
|
+
sdkVersion: "0.3.3",
|
|
28
28
|
genVersion: "2.721.3",
|
|
29
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.3.
|
|
29
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.3.3 2.721.3 0.1.0 @steuerboard/mcp",
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=config.js.map
|
|
@@ -43,7 +43,7 @@ import { tool$workspacesUpdateWorkspace } from "./tools/workspacesUpdateWorkspac
|
|
|
43
43
|
export function createMCPServer(deps) {
|
|
44
44
|
const server = new McpServer({
|
|
45
45
|
name: "Steuerboard",
|
|
46
|
-
version: "0.3.
|
|
46
|
+
version: "0.3.3",
|
|
47
47
|
});
|
|
48
48
|
const getClient = deps.getSDK || (() => new SteuerboardCore({
|
|
49
49
|
security: deps.security,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
/**
|
|
3
|
-
* Role to assign to the invited user.
|
|
3
|
+
* Role to assign to the invited user. Can be 'admin', 'user'.
|
|
4
4
|
*/
|
|
5
|
-
export declare const
|
|
6
|
-
export type
|
|
5
|
+
export declare const ClientUserInviteUserRole$zodSchema: z.ZodEnum<["admin", "user"]>;
|
|
6
|
+
export type ClientUserInviteUserRole = z.infer<typeof ClientUserInviteUserRole$zodSchema>;
|
|
7
7
|
export type ClientUserInvite = {
|
|
8
8
|
email: string;
|
|
9
|
-
role:
|
|
9
|
+
role: ClientUserInviteUserRole;
|
|
10
10
|
workspaceIds?: Array<string> | undefined;
|
|
11
11
|
};
|
|
12
12
|
export declare const ClientUserInvite$zodSchema: z.ZodType<ClientUserInvite, z.ZodTypeDef, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientuserinvite.d.ts","sourceRoot":"","sources":["../../../src/models/clientuserinvite.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"clientuserinvite.d.ts","sourceRoot":"","sources":["../../../src/models/clientuserinvite.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,kCAAkC,8BAG2B,CAAC;AAE3E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,kCAAkC,CAC1C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,wBAAwB,CAAC;IAC/B,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC"}
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
/**
|
|
6
|
-
* Role to assign to the invited user.
|
|
6
|
+
* Role to assign to the invited user. Can be 'admin', 'user'.
|
|
7
7
|
*/
|
|
8
|
-
export const
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
]).describe("Role to assign to the invited user.");
|
|
8
|
+
export const ClientUserInviteUserRole$zodSchema = z.enum([
|
|
9
|
+
"admin",
|
|
10
|
+
"user",
|
|
11
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
|
|
12
12
|
export const ClientUserInvite$zodSchema = z.object({
|
|
13
13
|
email: z.string(),
|
|
14
|
-
role:
|
|
14
|
+
role: ClientUserInviteUserRole$zodSchema,
|
|
15
15
|
workspaceIds: z.array(z.string()).optional(),
|
|
16
16
|
});
|
|
17
17
|
//# sourceMappingURL=clientuserinvite.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientuserinvite.js","sourceRoot":"","sources":["../../../src/models/clientuserinvite.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"clientuserinvite.js","sourceRoot":"","sources":["../../../src/models/clientuserinvite.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,IAAI,CAAC;IACvD,OAAO;IACP,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,6DAA6D,CAAC,CAAC;AAY3E,MAAM,CAAC,MAAM,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,kCAAkC;IACxC,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC7C,CAAC,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
/**
|
|
3
|
-
* Role
|
|
3
|
+
* Role to assign to the invited user. Can be 'admin', 'user'.
|
|
4
4
|
*/
|
|
5
|
-
export declare const
|
|
6
|
-
export type
|
|
5
|
+
export declare const ClientUserUpdateUserRole$zodSchema: z.ZodEnum<["admin", "user"]>;
|
|
6
|
+
export type ClientUserUpdateUserRole = z.infer<typeof ClientUserUpdateUserRole$zodSchema>;
|
|
7
7
|
export type ClientUserUpdate = {
|
|
8
|
-
role:
|
|
8
|
+
role: ClientUserUpdateUserRole;
|
|
9
9
|
};
|
|
10
10
|
export declare const ClientUserUpdate$zodSchema: z.ZodType<ClientUserUpdate, z.ZodTypeDef, unknown>;
|
|
11
11
|
//# sourceMappingURL=clientuserupdate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientuserupdate.d.ts","sourceRoot":"","sources":["../../../src/models/clientuserupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"clientuserupdate.d.ts","sourceRoot":"","sources":["../../../src/models/clientuserupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,kCAAkC,8BAG2B,CAAC;AAE3E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,kCAAkC,CAC1C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAAE,IAAI,EAAE,wBAAwB,CAAA;CAAE,CAAC;AAElE,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC"}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
/**
|
|
6
|
-
* Role
|
|
6
|
+
* Role to assign to the invited user. Can be 'admin', 'user'.
|
|
7
7
|
*/
|
|
8
|
-
export const
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
]).describe("Role
|
|
8
|
+
export const ClientUserUpdateUserRole$zodSchema = z.enum([
|
|
9
|
+
"admin",
|
|
10
|
+
"user",
|
|
11
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
|
|
12
12
|
export const ClientUserUpdate$zodSchema = z.object({
|
|
13
|
-
role:
|
|
13
|
+
role: ClientUserUpdateUserRole$zodSchema,
|
|
14
14
|
});
|
|
15
15
|
//# sourceMappingURL=clientuserupdate.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientuserupdate.js","sourceRoot":"","sources":["../../../src/models/clientuserupdate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"clientuserupdate.js","sourceRoot":"","sources":["../../../src/models/clientuserupdate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,IAAI,CAAC;IACvD,OAAO;IACP,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,6DAA6D,CAAC,CAAC;AAQ3E,MAAM,CAAC,MAAM,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,kCAAkC;CACzC,CAAC,CAAC"}
|
package/manifest.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -62,8 +62,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
62
62
|
export const SDK_METADATA = {
|
|
63
63
|
language: "typescript",
|
|
64
64
|
openapiDocVersion: "0.1.0",
|
|
65
|
-
sdkVersion: "0.3.
|
|
65
|
+
sdkVersion: "0.3.3",
|
|
66
66
|
genVersion: "2.721.3",
|
|
67
67
|
userAgent:
|
|
68
|
-
"speakeasy-sdk/mcp-typescript 0.3.
|
|
68
|
+
"speakeasy-sdk/mcp-typescript 0.3.3 2.721.3 0.1.0 @steuerboard/mcp",
|
|
69
69
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* Role to assign to the invited user.
|
|
8
|
+
* Role to assign to the invited user. Can be 'admin', 'user'.
|
|
9
9
|
*/
|
|
10
|
-
export const
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
]).describe("Role to assign to the invited user.");
|
|
10
|
+
export const ClientUserInviteUserRole$zodSchema = z.enum([
|
|
11
|
+
"admin",
|
|
12
|
+
"user",
|
|
13
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
|
|
14
14
|
|
|
15
|
-
export type
|
|
16
|
-
typeof
|
|
15
|
+
export type ClientUserInviteUserRole = z.infer<
|
|
16
|
+
typeof ClientUserInviteUserRole$zodSchema
|
|
17
17
|
>;
|
|
18
18
|
|
|
19
19
|
export type ClientUserInvite = {
|
|
20
20
|
email: string;
|
|
21
|
-
role:
|
|
21
|
+
role: ClientUserInviteUserRole;
|
|
22
22
|
workspaceIds?: Array<string> | undefined;
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -28,6 +28,6 @@ export const ClientUserInvite$zodSchema: z.ZodType<
|
|
|
28
28
|
unknown
|
|
29
29
|
> = z.object({
|
|
30
30
|
email: z.string(),
|
|
31
|
-
role:
|
|
31
|
+
role: ClientUserInviteUserRole$zodSchema,
|
|
32
32
|
workspaceIds: z.array(z.string()).optional(),
|
|
33
33
|
});
|
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* Role
|
|
8
|
+
* Role to assign to the invited user. Can be 'admin', 'user'.
|
|
9
9
|
*/
|
|
10
|
-
export const
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
]).describe("Role
|
|
10
|
+
export const ClientUserUpdateUserRole$zodSchema = z.enum([
|
|
11
|
+
"admin",
|
|
12
|
+
"user",
|
|
13
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
|
|
14
14
|
|
|
15
|
-
export type
|
|
16
|
-
typeof
|
|
15
|
+
export type ClientUserUpdateUserRole = z.infer<
|
|
16
|
+
typeof ClientUserUpdateUserRole$zodSchema
|
|
17
17
|
>;
|
|
18
18
|
|
|
19
|
-
export type ClientUserUpdate = { role:
|
|
19
|
+
export type ClientUserUpdate = { role: ClientUserUpdateUserRole };
|
|
20
20
|
|
|
21
21
|
export const ClientUserUpdate$zodSchema: z.ZodType<
|
|
22
22
|
ClientUserUpdate,
|
|
23
23
|
z.ZodTypeDef,
|
|
24
24
|
unknown
|
|
25
25
|
> = z.object({
|
|
26
|
-
role:
|
|
26
|
+
role: ClientUserUpdateUserRole$zodSchema,
|
|
27
27
|
});
|