@steuerboard/mcp 0.2.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 +250 -24
- package/bin/mcp-server.js.map +44 -44
- package/esm/src/lib/config.d.ts +3 -3
- package/esm/src/lib/config.js +3 -3
- package/esm/src/lib/config.js.map +1 -1
- package/esm/src/mcp-server/mcp-server.js +1 -1
- package/esm/src/mcp-server/server.js +1 -1
- package/esm/src/mcp-server/tools/adminClientsCreateClient.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsCreateClient.js +6 -0
- package/esm/src/mcp-server/tools/adminClientsCreateClient.js.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsGetClient.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsGetClient.js +6 -0
- package/esm/src/mcp-server/tools/adminClientsGetClient.js.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsListClients.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsListClients.js +6 -0
- package/esm/src/mcp-server/tools/adminClientsListClients.js.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsUpdateClient.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminClientsUpdateClient.js +6 -0
- package/esm/src/mcp-server/tools/adminClientsUpdateClient.js.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersDeleteAccountantUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersDeleteAccountantUser.js +6 -0
- package/esm/src/mcp-server/tools/adminUsersDeleteAccountantUser.js.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersGetAccountantUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersGetAccountantUser.js +6 -0
- package/esm/src/mcp-server/tools/adminUsersGetAccountantUser.js.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersInviteAccountantUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersInviteAccountantUser.js +6 -0
- package/esm/src/mcp-server/tools/adminUsersInviteAccountantUser.js.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersListAccountantUsers.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersListAccountantUsers.js +6 -0
- package/esm/src/mcp-server/tools/adminUsersListAccountantUsers.js.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersUpdateAccountantUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/adminUsersUpdateAccountantUser.js +6 -0
- package/esm/src/mcp-server/tools/adminUsersUpdateAccountantUser.js.map +1 -1
- package/esm/src/mcp-server/tools/authMe.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/authMe.js +6 -0
- package/esm/src/mcp-server/tools/authMe.js.map +1 -1
- package/esm/src/mcp-server/tools/filesCreateFile.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/filesCreateFile.js +6 -0
- package/esm/src/mcp-server/tools/filesCreateFile.js.map +1 -1
- package/esm/src/mcp-server/tools/filesDeleteFile.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/filesDeleteFile.js +6 -0
- package/esm/src/mcp-server/tools/filesDeleteFile.js.map +1 -1
- package/esm/src/mcp-server/tools/filesGetFile.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/filesGetFile.js +6 -0
- package/esm/src/mcp-server/tools/filesGetFile.js.map +1 -1
- package/esm/src/mcp-server/tools/filesListFiles.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/filesListFiles.js +6 -0
- package/esm/src/mcp-server/tools/filesListFiles.js.map +1 -1
- package/esm/src/mcp-server/tools/filesUpdateFile.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/filesUpdateFile.js +6 -0
- package/esm/src/mcp-server/tools/filesUpdateFile.js.map +1 -1
- package/esm/src/mcp-server/tools/healthIndex.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/healthIndex.js +6 -0
- package/esm/src/mcp-server/tools/healthIndex.js.map +1 -1
- package/esm/src/mcp-server/tools/healthPing.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/healthPing.js +6 -0
- package/esm/src/mcp-server/tools/healthPing.js.map +1 -1
- package/esm/src/mcp-server/tools/tasksCreateTask.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/tasksCreateTask.js +6 -0
- package/esm/src/mcp-server/tools/tasksCreateTask.js.map +1 -1
- package/esm/src/mcp-server/tools/tasksDeleteTask.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/tasksDeleteTask.js +6 -0
- package/esm/src/mcp-server/tools/tasksDeleteTask.js.map +1 -1
- package/esm/src/mcp-server/tools/tasksGetTask.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/tasksGetTask.js +6 -0
- package/esm/src/mcp-server/tools/tasksGetTask.js.map +1 -1
- package/esm/src/mcp-server/tools/tasksListTasks.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/tasksListTasks.js +6 -0
- package/esm/src/mcp-server/tools/tasksListTasks.js.map +1 -1
- package/esm/src/mcp-server/tools/tasksUpdateTask.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/tasksUpdateTask.js +6 -0
- package/esm/src/mcp-server/tools/tasksUpdateTask.js.map +1 -1
- package/esm/src/mcp-server/tools/usersDeleteUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/usersDeleteUser.js +6 -0
- package/esm/src/mcp-server/tools/usersDeleteUser.js.map +1 -1
- package/esm/src/mcp-server/tools/usersGetUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/usersGetUser.js +6 -0
- package/esm/src/mcp-server/tools/usersGetUser.js.map +1 -1
- package/esm/src/mcp-server/tools/usersInviteUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/usersInviteUser.js +6 -0
- package/esm/src/mcp-server/tools/usersInviteUser.js.map +1 -1
- package/esm/src/mcp-server/tools/usersListUsers.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/usersListUsers.js +6 -0
- package/esm/src/mcp-server/tools/usersListUsers.js.map +1 -1
- package/esm/src/mcp-server/tools/usersUpdateUser.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/usersUpdateUser.js +6 -0
- package/esm/src/mcp-server/tools/usersUpdateUser.js.map +1 -1
- package/esm/src/mcp-server/tools/workspaceMembersCreateWorkspaceMember.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspaceMembersCreateWorkspaceMember.js +6 -0
- package/esm/src/mcp-server/tools/workspaceMembersCreateWorkspaceMember.js.map +1 -1
- package/esm/src/mcp-server/tools/workspaceMembersListWorkspaceMembers.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspaceMembersListWorkspaceMembers.js +6 -0
- package/esm/src/mcp-server/tools/workspaceMembersListWorkspaceMembers.js.map +1 -1
- package/esm/src/mcp-server/tools/workspaceMembersRemoveWorkspaceMember.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspaceMembersRemoveWorkspaceMember.js +6 -0
- package/esm/src/mcp-server/tools/workspaceMembersRemoveWorkspaceMember.js.map +1 -1
- package/esm/src/mcp-server/tools/workspacesCreateWorkspace.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspacesCreateWorkspace.js +6 -0
- package/esm/src/mcp-server/tools/workspacesCreateWorkspace.js.map +1 -1
- package/esm/src/mcp-server/tools/workspacesGetWorkspace.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspacesGetWorkspace.js +6 -0
- package/esm/src/mcp-server/tools/workspacesGetWorkspace.js.map +1 -1
- package/esm/src/mcp-server/tools/workspacesListWorkspaces.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspacesListWorkspaces.js +6 -0
- package/esm/src/mcp-server/tools/workspacesListWorkspaces.js.map +1 -1
- package/esm/src/mcp-server/tools/workspacesUpdateWorkspace.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/workspacesUpdateWorkspace.js +6 -0
- package/esm/src/mcp-server/tools/workspacesUpdateWorkspace.js.map +1 -1
- package/esm/src/mcp-server/tools.d.ts +12 -0
- package/esm/src/mcp-server/tools.d.ts.map +1 -1
- package/esm/src/mcp-server/tools.js +2 -2
- package/esm/src/mcp-server/tools.js.map +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/esm/src/models/inviteaccountantuser.d.ts +8 -1
- package/esm/src/models/inviteaccountantuser.d.ts.map +1 -1
- package/esm/src/models/inviteaccountantuser.js +12 -1
- package/esm/src/models/inviteaccountantuser.js.map +1 -1
- package/esm/src/models/updateaccountantuser.d.ts +8 -1
- package/esm/src/models/updateaccountantuser.d.ts.map +1 -1
- package/esm/src/models/updateaccountantuser.js +12 -1
- package/esm/src/models/updateaccountantuser.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/adminClientsCreateClient.ts +6 -0
- package/src/mcp-server/tools/adminClientsGetClient.ts +6 -0
- package/src/mcp-server/tools/adminClientsListClients.ts +6 -0
- package/src/mcp-server/tools/adminClientsUpdateClient.ts +6 -0
- package/src/mcp-server/tools/adminUsersDeleteAccountantUser.ts +6 -0
- package/src/mcp-server/tools/adminUsersGetAccountantUser.ts +6 -0
- package/src/mcp-server/tools/adminUsersInviteAccountantUser.ts +6 -0
- package/src/mcp-server/tools/adminUsersListAccountantUsers.ts +6 -0
- package/src/mcp-server/tools/adminUsersUpdateAccountantUser.ts +6 -0
- package/src/mcp-server/tools/authMe.ts +6 -0
- package/src/mcp-server/tools/filesCreateFile.ts +6 -0
- package/src/mcp-server/tools/filesDeleteFile.ts +6 -0
- package/src/mcp-server/tools/filesGetFile.ts +6 -0
- package/src/mcp-server/tools/filesListFiles.ts +6 -0
- package/src/mcp-server/tools/filesUpdateFile.ts +6 -0
- package/src/mcp-server/tools/healthIndex.ts +6 -0
- package/src/mcp-server/tools/healthPing.ts +6 -0
- package/src/mcp-server/tools/tasksCreateTask.ts +6 -0
- package/src/mcp-server/tools/tasksDeleteTask.ts +6 -0
- package/src/mcp-server/tools/tasksGetTask.ts +6 -0
- package/src/mcp-server/tools/tasksListTasks.ts +6 -0
- package/src/mcp-server/tools/tasksUpdateTask.ts +6 -0
- package/src/mcp-server/tools/usersDeleteUser.ts +6 -0
- package/src/mcp-server/tools/usersGetUser.ts +6 -0
- package/src/mcp-server/tools/usersInviteUser.ts +6 -0
- package/src/mcp-server/tools/usersListUsers.ts +6 -0
- package/src/mcp-server/tools/usersUpdateUser.ts +6 -0
- package/src/mcp-server/tools/workspaceMembersCreateWorkspaceMember.ts +6 -0
- package/src/mcp-server/tools/workspaceMembersListWorkspaceMembers.ts +6 -0
- package/src/mcp-server/tools/workspaceMembersRemoveWorkspaceMember.ts +6 -0
- package/src/mcp-server/tools/workspacesCreateWorkspace.ts +6 -0
- package/src/mcp-server/tools/workspacesGetWorkspace.ts +6 -0
- package/src/mcp-server/tools/workspacesListWorkspaces.ts +6 -0
- package/src/mcp-server/tools/workspacesUpdateWorkspace.ts +6 -0
- package/src/mcp-server/tools.ts +29 -6
- package/src/models/clientuserinvite.ts +9 -9
- package/src/models/clientuserupdate.ts +9 -9
- package/src/models/inviteaccountantuser.ts +35 -2
- package/src/models/updateaccountantuser.ts +34 -2
- package/worker-configuration.d.ts +6171 -6992
package/bin/mcp-server.js
CHANGED
|
@@ -40755,9 +40755,9 @@ var init_config = __esm(() => {
|
|
|
40755
40755
|
SDK_METADATA = {
|
|
40756
40756
|
language: "typescript",
|
|
40757
40757
|
openapiDocVersion: "0.1.0",
|
|
40758
|
-
sdkVersion: "0.
|
|
40759
|
-
genVersion: "2.
|
|
40760
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.
|
|
40758
|
+
sdkVersion: "0.3.3",
|
|
40759
|
+
genVersion: "2.721.3",
|
|
40760
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.3.3 2.721.3 0.1.0 @steuerboard/mcp"
|
|
40761
40761
|
};
|
|
40762
40762
|
});
|
|
40763
40763
|
|
|
@@ -41740,11 +41740,11 @@ function createRegisterTool(logger, server, getSDK, allowedScopes, allowedTools)
|
|
|
41740
41740
|
return;
|
|
41741
41741
|
}
|
|
41742
41742
|
if (tool.args) {
|
|
41743
|
-
server.tool(tool.name, tool.description, tool.args, async (args, ctx) => {
|
|
41743
|
+
server.tool(tool.name, tool.description, tool.args, tool.annotations, async (args, ctx) => {
|
|
41744
41744
|
return tool.tool(getSDK(), args, ctx);
|
|
41745
41745
|
});
|
|
41746
41746
|
} else {
|
|
41747
|
-
server.tool(tool.name, tool.description, async (ctx) => {
|
|
41747
|
+
server.tool(tool.name, tool.description, tool.annotations, async (_2, ctx) => {
|
|
41748
41748
|
return tool.tool(getSDK(), ctx);
|
|
41749
41749
|
});
|
|
41750
41750
|
}
|
|
@@ -42411,6 +42411,12 @@ var init_adminClientsCreateClient2 = __esm(() => {
|
|
|
42411
42411
|
description: `Create a client
|
|
42412
42412
|
|
|
42413
42413
|
Creates a new client for the accountant and returns the created client.`,
|
|
42414
|
+
annotations: {
|
|
42415
|
+
destructiveHint: false,
|
|
42416
|
+
idempotentHint: false,
|
|
42417
|
+
openWorldHint: false,
|
|
42418
|
+
readOnlyHint: false
|
|
42419
|
+
},
|
|
42414
42420
|
args,
|
|
42415
42421
|
tool: async (client, args2, ctx) => {
|
|
42416
42422
|
const [result, apiCall] = await adminClientsCreateClient(client, args2.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -42600,6 +42606,12 @@ var init_adminClientsGetClient2 = __esm(() => {
|
|
|
42600
42606
|
description: `Get a client
|
|
42601
42607
|
|
|
42602
42608
|
Returns a single client by ID.`,
|
|
42609
|
+
annotations: {
|
|
42610
|
+
destructiveHint: false,
|
|
42611
|
+
idempotentHint: false,
|
|
42612
|
+
openWorldHint: false,
|
|
42613
|
+
readOnlyHint: true
|
|
42614
|
+
},
|
|
42603
42615
|
args: args2,
|
|
42604
42616
|
tool: async (client, args3, ctx) => {
|
|
42605
42617
|
const [result, apiCall] = await adminClientsGetClient(client, args3.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -42824,6 +42836,12 @@ var init_adminClientsListClients2 = __esm(() => {
|
|
|
42824
42836
|
description: `List clients
|
|
42825
42837
|
|
|
42826
42838
|
Returns a paginated list of clients.`,
|
|
42839
|
+
annotations: {
|
|
42840
|
+
destructiveHint: false,
|
|
42841
|
+
idempotentHint: false,
|
|
42842
|
+
openWorldHint: false,
|
|
42843
|
+
readOnlyHint: true
|
|
42844
|
+
},
|
|
42827
42845
|
args: args3,
|
|
42828
42846
|
tool: async (client, args4, ctx) => {
|
|
42829
42847
|
const [result, apiCall] = await adminClientsListClients(client, args4.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -43045,6 +43063,12 @@ var init_adminClientsUpdateClient2 = __esm(() => {
|
|
|
43045
43063
|
description: `Update a client
|
|
43046
43064
|
|
|
43047
43065
|
Updates a client by ID.`,
|
|
43066
|
+
annotations: {
|
|
43067
|
+
destructiveHint: false,
|
|
43068
|
+
idempotentHint: false,
|
|
43069
|
+
openWorldHint: false,
|
|
43070
|
+
readOnlyHint: false
|
|
43071
|
+
},
|
|
43048
43072
|
args: args4,
|
|
43049
43073
|
tool: async (client, args5, ctx) => {
|
|
43050
43074
|
const [result, apiCall] = await adminClientsUpdateClient(client, args5.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -43224,6 +43248,12 @@ var init_adminUsersDeleteAccountantUser2 = __esm(() => {
|
|
|
43224
43248
|
description: `Delete an accountant user
|
|
43225
43249
|
|
|
43226
43250
|
Deletes an accountant user by ID.`,
|
|
43251
|
+
annotations: {
|
|
43252
|
+
destructiveHint: true,
|
|
43253
|
+
idempotentHint: false,
|
|
43254
|
+
openWorldHint: false,
|
|
43255
|
+
readOnlyHint: false
|
|
43256
|
+
},
|
|
43227
43257
|
args: args5,
|
|
43228
43258
|
tool: async (client, args6, ctx) => {
|
|
43229
43259
|
const [result, apiCall] = await adminUsersDeleteAccountantUser(client, args6.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -43420,6 +43450,12 @@ var init_adminUsersGetAccountantUser2 = __esm(() => {
|
|
|
43420
43450
|
description: `Get an accountant user
|
|
43421
43451
|
|
|
43422
43452
|
Returns a single accountant user by ID.`,
|
|
43453
|
+
annotations: {
|
|
43454
|
+
destructiveHint: false,
|
|
43455
|
+
idempotentHint: false,
|
|
43456
|
+
openWorldHint: false,
|
|
43457
|
+
readOnlyHint: true
|
|
43458
|
+
},
|
|
43423
43459
|
args: args6,
|
|
43424
43460
|
tool: async (client, args7, ctx) => {
|
|
43425
43461
|
const [result, apiCall] = await adminUsersGetAccountantUser(client, args7.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -43436,12 +43472,23 @@ Returns a single accountant user by ID.`,
|
|
|
43436
43472
|
});
|
|
43437
43473
|
|
|
43438
43474
|
// src/models/inviteaccountantuser.ts
|
|
43439
|
-
var InviteAccountantUser$zodSchema;
|
|
43475
|
+
var InviteAccountantUserRoleEnum$zodSchema, InviteAccountantUserRoleUnion$zodSchema, InviteAccountantUser$zodSchema;
|
|
43440
43476
|
var init_inviteaccountantuser = __esm(() => {
|
|
43441
43477
|
init_zod();
|
|
43478
|
+
InviteAccountantUserRoleEnum$zodSchema = enumType([
|
|
43479
|
+
"admin",
|
|
43480
|
+
"user"
|
|
43481
|
+
]);
|
|
43482
|
+
InviteAccountantUserRoleUnion$zodSchema = unionType([
|
|
43483
|
+
InviteAccountantUserRoleEnum$zodSchema,
|
|
43484
|
+
stringType()
|
|
43485
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user', or a custom role ID.");
|
|
43442
43486
|
InviteAccountantUser$zodSchema = objectType({
|
|
43443
43487
|
email: stringType(),
|
|
43444
|
-
|
|
43488
|
+
role: unionType([
|
|
43489
|
+
InviteAccountantUserRoleEnum$zodSchema,
|
|
43490
|
+
stringType()
|
|
43491
|
+
])
|
|
43445
43492
|
});
|
|
43446
43493
|
});
|
|
43447
43494
|
|
|
@@ -43597,6 +43644,12 @@ var init_adminUsersInviteAccountantUser2 = __esm(() => {
|
|
|
43597
43644
|
description: `Invite an accountant user
|
|
43598
43645
|
|
|
43599
43646
|
Invites a new accountant user and returns the created record.`,
|
|
43647
|
+
annotations: {
|
|
43648
|
+
destructiveHint: false,
|
|
43649
|
+
idempotentHint: false,
|
|
43650
|
+
openWorldHint: false,
|
|
43651
|
+
readOnlyHint: false
|
|
43652
|
+
},
|
|
43600
43653
|
args: args7,
|
|
43601
43654
|
tool: async (client, args8, ctx) => {
|
|
43602
43655
|
const [result, apiCall] = await adminUsersInviteAccountantUser(client, args8.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -43787,6 +43840,12 @@ var init_adminUsersListAccountantUsers2 = __esm(() => {
|
|
|
43787
43840
|
description: `List accountant users
|
|
43788
43841
|
|
|
43789
43842
|
Returns a paginated list of accountant users.`,
|
|
43843
|
+
annotations: {
|
|
43844
|
+
destructiveHint: false,
|
|
43845
|
+
idempotentHint: false,
|
|
43846
|
+
openWorldHint: false,
|
|
43847
|
+
readOnlyHint: true
|
|
43848
|
+
},
|
|
43790
43849
|
args: args8,
|
|
43791
43850
|
tool: async (client, args9, ctx) => {
|
|
43792
43851
|
const [result, apiCall] = await adminUsersListAccountantUsers(client, args9.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -43803,11 +43862,22 @@ Returns a paginated list of accountant users.`,
|
|
|
43803
43862
|
});
|
|
43804
43863
|
|
|
43805
43864
|
// src/models/updateaccountantuser.ts
|
|
43806
|
-
var UpdateAccountantUser$zodSchema;
|
|
43865
|
+
var UpdateAccountantUserRoleEnum$zodSchema, UpdateAccountantUserRoleUnion$zodSchema, UpdateAccountantUser$zodSchema;
|
|
43807
43866
|
var init_updateaccountantuser = __esm(() => {
|
|
43808
43867
|
init_zod();
|
|
43868
|
+
UpdateAccountantUserRoleEnum$zodSchema = enumType([
|
|
43869
|
+
"admin",
|
|
43870
|
+
"user"
|
|
43871
|
+
]);
|
|
43872
|
+
UpdateAccountantUserRoleUnion$zodSchema = unionType([
|
|
43873
|
+
UpdateAccountantUserRoleEnum$zodSchema,
|
|
43874
|
+
stringType()
|
|
43875
|
+
]).describe("Role to assign to the user. Can be 'admin', 'user', or a custom role ID.");
|
|
43809
43876
|
UpdateAccountantUser$zodSchema = objectType({
|
|
43810
|
-
|
|
43877
|
+
role: unionType([
|
|
43878
|
+
UpdateAccountantUserRoleEnum$zodSchema,
|
|
43879
|
+
stringType()
|
|
43880
|
+
])
|
|
43811
43881
|
});
|
|
43812
43882
|
});
|
|
43813
43883
|
|
|
@@ -43996,6 +44066,12 @@ var init_adminUsersUpdateAccountantUser2 = __esm(() => {
|
|
|
43996
44066
|
description: `Update an accountant user
|
|
43997
44067
|
|
|
43998
44068
|
Updates an accountant user by ID.`,
|
|
44069
|
+
annotations: {
|
|
44070
|
+
destructiveHint: false,
|
|
44071
|
+
idempotentHint: false,
|
|
44072
|
+
openWorldHint: false,
|
|
44073
|
+
readOnlyHint: false
|
|
44074
|
+
},
|
|
43999
44075
|
args: args9,
|
|
44000
44076
|
tool: async (client, args10, ctx) => {
|
|
44001
44077
|
const [result, apiCall] = await adminUsersUpdateAccountantUser(client, args10.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -44129,6 +44205,12 @@ var init_authMe2 = __esm(() => {
|
|
|
44129
44205
|
description: `Me
|
|
44130
44206
|
|
|
44131
44207
|
Returns information about the authenticated principal.`,
|
|
44208
|
+
annotations: {
|
|
44209
|
+
destructiveHint: false,
|
|
44210
|
+
idempotentHint: false,
|
|
44211
|
+
openWorldHint: false,
|
|
44212
|
+
readOnlyHint: true
|
|
44213
|
+
},
|
|
44132
44214
|
tool: async (client, ctx) => {
|
|
44133
44215
|
const [result, apiCall] = await authMe(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
44134
44216
|
if (!result.ok) {
|
|
@@ -44482,6 +44564,12 @@ var init_filesCreateFile2 = __esm(() => {
|
|
|
44482
44564
|
description: `Upload a file
|
|
44483
44565
|
|
|
44484
44566
|
Uploads a new file. Maximum file size is 500MB.`,
|
|
44567
|
+
annotations: {
|
|
44568
|
+
destructiveHint: false,
|
|
44569
|
+
idempotentHint: false,
|
|
44570
|
+
openWorldHint: false,
|
|
44571
|
+
readOnlyHint: false
|
|
44572
|
+
},
|
|
44485
44573
|
args: args10,
|
|
44486
44574
|
tool: async (client, args11, ctx) => {
|
|
44487
44575
|
const [result, apiCall] = await filesCreateFile(client, args11.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -44659,6 +44747,12 @@ var init_filesDeleteFile2 = __esm(() => {
|
|
|
44659
44747
|
description: `Delete a file
|
|
44660
44748
|
|
|
44661
44749
|
Deletes a file by ID.`,
|
|
44750
|
+
annotations: {
|
|
44751
|
+
destructiveHint: true,
|
|
44752
|
+
idempotentHint: false,
|
|
44753
|
+
openWorldHint: false,
|
|
44754
|
+
readOnlyHint: false
|
|
44755
|
+
},
|
|
44662
44756
|
args: args11,
|
|
44663
44757
|
tool: async (client, args12, ctx) => {
|
|
44664
44758
|
const [result, apiCall] = await filesDeleteFile(client, args12.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -44840,6 +44934,12 @@ var init_filesGetFile2 = __esm(() => {
|
|
|
44840
44934
|
description: `Get a file
|
|
44841
44935
|
|
|
44842
44936
|
Returns a single file by ID.`,
|
|
44937
|
+
annotations: {
|
|
44938
|
+
destructiveHint: false,
|
|
44939
|
+
idempotentHint: false,
|
|
44940
|
+
openWorldHint: false,
|
|
44941
|
+
readOnlyHint: true
|
|
44942
|
+
},
|
|
44843
44943
|
args: args12,
|
|
44844
44944
|
tool: async (client, args13, ctx) => {
|
|
44845
44945
|
const [result, apiCall] = await filesGetFile(client, args13.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -45029,6 +45129,12 @@ var init_filesListFiles2 = __esm(() => {
|
|
|
45029
45129
|
description: `List files
|
|
45030
45130
|
|
|
45031
45131
|
Returns a paginated list of files with optional workspace filters.`,
|
|
45132
|
+
annotations: {
|
|
45133
|
+
destructiveHint: false,
|
|
45134
|
+
idempotentHint: false,
|
|
45135
|
+
openWorldHint: false,
|
|
45136
|
+
readOnlyHint: true
|
|
45137
|
+
},
|
|
45032
45138
|
args: args13,
|
|
45033
45139
|
tool: async (client, args14, ctx) => {
|
|
45034
45140
|
const [result, apiCall] = await filesListFiles(client, args14.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -45251,6 +45357,12 @@ var init_filesUpdateFile2 = __esm(() => {
|
|
|
45251
45357
|
description: `Update a file
|
|
45252
45358
|
|
|
45253
45359
|
Updates a file by ID.`,
|
|
45360
|
+
annotations: {
|
|
45361
|
+
destructiveHint: false,
|
|
45362
|
+
idempotentHint: false,
|
|
45363
|
+
openWorldHint: false,
|
|
45364
|
+
readOnlyHint: false
|
|
45365
|
+
},
|
|
45254
45366
|
args: args14,
|
|
45255
45367
|
tool: async (client, args15, ctx) => {
|
|
45256
45368
|
const [result, apiCall] = await filesUpdateFile(client, args15.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -45354,6 +45466,12 @@ var init_healthIndex2 = __esm(() => {
|
|
|
45354
45466
|
description: `Get API index
|
|
45355
45467
|
|
|
45356
45468
|
Returns API information.`,
|
|
45469
|
+
annotations: {
|
|
45470
|
+
destructiveHint: false,
|
|
45471
|
+
idempotentHint: false,
|
|
45472
|
+
openWorldHint: false,
|
|
45473
|
+
readOnlyHint: true
|
|
45474
|
+
},
|
|
45357
45475
|
tool: async (client, ctx) => {
|
|
45358
45476
|
const [result, apiCall] = await healthIndex(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
45359
45477
|
if (!result.ok) {
|
|
@@ -45456,6 +45574,12 @@ var init_healthPing2 = __esm(() => {
|
|
|
45456
45574
|
description: `Ping Pong
|
|
45457
45575
|
|
|
45458
45576
|
Returns a pong response for health checks.`,
|
|
45577
|
+
annotations: {
|
|
45578
|
+
destructiveHint: false,
|
|
45579
|
+
idempotentHint: false,
|
|
45580
|
+
openWorldHint: false,
|
|
45581
|
+
readOnlyHint: true
|
|
45582
|
+
},
|
|
45459
45583
|
tool: async (client, ctx) => {
|
|
45460
45584
|
const [result, apiCall] = await healthPing(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
45461
45585
|
if (!result.ok) {
|
|
@@ -45671,6 +45795,12 @@ var init_tasksCreateTask2 = __esm(() => {
|
|
|
45671
45795
|
description: `Create a task
|
|
45672
45796
|
|
|
45673
45797
|
Creates a new task and returns the created task.`,
|
|
45798
|
+
annotations: {
|
|
45799
|
+
destructiveHint: false,
|
|
45800
|
+
idempotentHint: false,
|
|
45801
|
+
openWorldHint: false,
|
|
45802
|
+
readOnlyHint: false
|
|
45803
|
+
},
|
|
45674
45804
|
args: args15,
|
|
45675
45805
|
tool: async (client, args16, ctx) => {
|
|
45676
45806
|
const [result, apiCall] = await tasksCreateTask(client, args16.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -45848,6 +45978,12 @@ var init_tasksDeleteTask2 = __esm(() => {
|
|
|
45848
45978
|
description: `Delete a task
|
|
45849
45979
|
|
|
45850
45980
|
Deletes a task by ID.`,
|
|
45981
|
+
annotations: {
|
|
45982
|
+
destructiveHint: true,
|
|
45983
|
+
idempotentHint: false,
|
|
45984
|
+
openWorldHint: false,
|
|
45985
|
+
readOnlyHint: false
|
|
45986
|
+
},
|
|
45851
45987
|
args: args16,
|
|
45852
45988
|
tool: async (client, args17, ctx) => {
|
|
45853
45989
|
const [result, apiCall] = await tasksDeleteTask(client, args17.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -46025,6 +46161,12 @@ var init_tasksGetTask2 = __esm(() => {
|
|
|
46025
46161
|
description: `Get a task
|
|
46026
46162
|
|
|
46027
46163
|
Returns a single task by ID.`,
|
|
46164
|
+
annotations: {
|
|
46165
|
+
destructiveHint: false,
|
|
46166
|
+
idempotentHint: false,
|
|
46167
|
+
openWorldHint: false,
|
|
46168
|
+
readOnlyHint: true
|
|
46169
|
+
},
|
|
46028
46170
|
args: args17,
|
|
46029
46171
|
tool: async (client, args18, ctx) => {
|
|
46030
46172
|
const [result, apiCall] = await tasksGetTask(client, args18.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -46231,6 +46373,12 @@ var init_tasksListTasks2 = __esm(() => {
|
|
|
46231
46373
|
description: `List tasks
|
|
46232
46374
|
|
|
46233
46375
|
Returns a paginated list of tasks with optional client and workspace filters.`,
|
|
46376
|
+
annotations: {
|
|
46377
|
+
destructiveHint: false,
|
|
46378
|
+
idempotentHint: false,
|
|
46379
|
+
openWorldHint: false,
|
|
46380
|
+
readOnlyHint: true
|
|
46381
|
+
},
|
|
46234
46382
|
args: args18,
|
|
46235
46383
|
tool: async (client, args19, ctx) => {
|
|
46236
46384
|
const [result, apiCall] = await tasksListTasks(client, args19.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -46456,6 +46604,12 @@ var init_tasksUpdateTask2 = __esm(() => {
|
|
|
46456
46604
|
description: `Update a task
|
|
46457
46605
|
|
|
46458
46606
|
Updates a task by ID.`,
|
|
46607
|
+
annotations: {
|
|
46608
|
+
destructiveHint: false,
|
|
46609
|
+
idempotentHint: false,
|
|
46610
|
+
openWorldHint: false,
|
|
46611
|
+
readOnlyHint: false
|
|
46612
|
+
},
|
|
46459
46613
|
args: args19,
|
|
46460
46614
|
tool: async (client, args20, ctx) => {
|
|
46461
46615
|
const [result, apiCall] = await tasksUpdateTask(client, args20.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -46656,6 +46810,12 @@ var init_usersDeleteUser2 = __esm(() => {
|
|
|
46656
46810
|
description: `Delete a user
|
|
46657
46811
|
|
|
46658
46812
|
Deletes a client user from the client by ID.`,
|
|
46813
|
+
annotations: {
|
|
46814
|
+
destructiveHint: true,
|
|
46815
|
+
idempotentHint: false,
|
|
46816
|
+
openWorldHint: false,
|
|
46817
|
+
readOnlyHint: false
|
|
46818
|
+
},
|
|
46659
46819
|
args: args20,
|
|
46660
46820
|
tool: async (client, args21, ctx) => {
|
|
46661
46821
|
const [result, apiCall] = await usersDeleteUser(client, args21.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -46870,6 +47030,12 @@ var init_usersGetUser2 = __esm(() => {
|
|
|
46870
47030
|
description: `Get a user
|
|
46871
47031
|
|
|
46872
47032
|
Returns a single client user by ID.`,
|
|
47033
|
+
annotations: {
|
|
47034
|
+
destructiveHint: false,
|
|
47035
|
+
idempotentHint: false,
|
|
47036
|
+
openWorldHint: false,
|
|
47037
|
+
readOnlyHint: true
|
|
47038
|
+
},
|
|
46873
47039
|
args: args21,
|
|
46874
47040
|
tool: async (client, args22, ctx) => {
|
|
46875
47041
|
const [result, apiCall] = await usersGetUser(client, args22.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -46886,16 +47052,16 @@ Returns a single client user by ID.`,
|
|
|
46886
47052
|
});
|
|
46887
47053
|
|
|
46888
47054
|
// src/models/clientuserinvite.ts
|
|
46889
|
-
var
|
|
47055
|
+
var ClientUserInviteUserRole$zodSchema, ClientUserInvite$zodSchema;
|
|
46890
47056
|
var init_clientuserinvite = __esm(() => {
|
|
46891
47057
|
init_zod();
|
|
46892
|
-
|
|
46893
|
-
"
|
|
46894
|
-
"
|
|
46895
|
-
]).describe("Role to assign to the invited user.");
|
|
47058
|
+
ClientUserInviteUserRole$zodSchema = enumType([
|
|
47059
|
+
"admin",
|
|
47060
|
+
"user"
|
|
47061
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
|
|
46896
47062
|
ClientUserInvite$zodSchema = objectType({
|
|
46897
47063
|
email: stringType(),
|
|
46898
|
-
role:
|
|
47064
|
+
role: ClientUserInviteUserRole$zodSchema,
|
|
46899
47065
|
workspaceIds: arrayType(stringType()).optional()
|
|
46900
47066
|
});
|
|
46901
47067
|
});
|
|
@@ -47062,6 +47228,12 @@ var init_usersInviteUser2 = __esm(() => {
|
|
|
47062
47228
|
description: `Invite a user
|
|
47063
47229
|
|
|
47064
47230
|
Invites a new client user and returns the created record.`,
|
|
47231
|
+
annotations: {
|
|
47232
|
+
destructiveHint: false,
|
|
47233
|
+
idempotentHint: false,
|
|
47234
|
+
openWorldHint: false,
|
|
47235
|
+
readOnlyHint: false
|
|
47236
|
+
},
|
|
47065
47237
|
args: args22,
|
|
47066
47238
|
tool: async (client, args23, ctx) => {
|
|
47067
47239
|
const [result, apiCall] = await usersInviteUser(client, args23.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -47249,6 +47421,12 @@ var init_usersListUsers2 = __esm(() => {
|
|
|
47249
47421
|
description: `List users
|
|
47250
47422
|
|
|
47251
47423
|
Returns a paginated list of client users.`,
|
|
47424
|
+
annotations: {
|
|
47425
|
+
destructiveHint: false,
|
|
47426
|
+
idempotentHint: false,
|
|
47427
|
+
openWorldHint: false,
|
|
47428
|
+
readOnlyHint: true
|
|
47429
|
+
},
|
|
47252
47430
|
args: args23,
|
|
47253
47431
|
tool: async (client, args24, ctx) => {
|
|
47254
47432
|
const [result, apiCall] = await usersListUsers(client, args24.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -47265,15 +47443,15 @@ Returns a paginated list of client users.`,
|
|
|
47265
47443
|
});
|
|
47266
47444
|
|
|
47267
47445
|
// src/models/clientuserupdate.ts
|
|
47268
|
-
var
|
|
47446
|
+
var ClientUserUpdateUserRole$zodSchema, ClientUserUpdate$zodSchema;
|
|
47269
47447
|
var init_clientuserupdate = __esm(() => {
|
|
47270
47448
|
init_zod();
|
|
47271
|
-
|
|
47272
|
-
"
|
|
47273
|
-
"
|
|
47274
|
-
]).describe("Role
|
|
47449
|
+
ClientUserUpdateUserRole$zodSchema = enumType([
|
|
47450
|
+
"admin",
|
|
47451
|
+
"user"
|
|
47452
|
+
]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
|
|
47275
47453
|
ClientUserUpdate$zodSchema = objectType({
|
|
47276
|
-
role:
|
|
47454
|
+
role: ClientUserUpdateUserRole$zodSchema
|
|
47277
47455
|
});
|
|
47278
47456
|
});
|
|
47279
47457
|
|
|
@@ -47467,6 +47645,12 @@ var init_usersUpdateUser2 = __esm(() => {
|
|
|
47467
47645
|
description: `Update a user
|
|
47468
47646
|
|
|
47469
47647
|
Updates a client user by ID.`,
|
|
47648
|
+
annotations: {
|
|
47649
|
+
destructiveHint: false,
|
|
47650
|
+
idempotentHint: false,
|
|
47651
|
+
openWorldHint: false,
|
|
47652
|
+
readOnlyHint: false
|
|
47653
|
+
},
|
|
47470
47654
|
args: args24,
|
|
47471
47655
|
tool: async (client, args25, ctx) => {
|
|
47472
47656
|
const [result, apiCall] = await usersUpdateUser(client, args25.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -47680,6 +47864,12 @@ var init_workspaceMembersCreateWorkspaceMember2 = __esm(() => {
|
|
|
47680
47864
|
description: `Create a workspace member
|
|
47681
47865
|
|
|
47682
47866
|
Creates a new workspace member.`,
|
|
47867
|
+
annotations: {
|
|
47868
|
+
destructiveHint: false,
|
|
47869
|
+
idempotentHint: false,
|
|
47870
|
+
openWorldHint: false,
|
|
47871
|
+
readOnlyHint: false
|
|
47872
|
+
},
|
|
47683
47873
|
args: args25,
|
|
47684
47874
|
tool: async (client, args26, ctx) => {
|
|
47685
47875
|
const [result, apiCall] = await workspaceMembersCreateWorkspaceMember(client, args26.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -47857,6 +48047,12 @@ var init_workspaceMembersListWorkspaceMembers2 = __esm(() => {
|
|
|
47857
48047
|
description: `List workspace members
|
|
47858
48048
|
|
|
47859
48049
|
Returns workspace members for a workspace.`,
|
|
48050
|
+
annotations: {
|
|
48051
|
+
destructiveHint: false,
|
|
48052
|
+
idempotentHint: false,
|
|
48053
|
+
openWorldHint: false,
|
|
48054
|
+
readOnlyHint: true
|
|
48055
|
+
},
|
|
47860
48056
|
args: args26,
|
|
47861
48057
|
tool: async (client, args27, ctx) => {
|
|
47862
48058
|
const [result, apiCall] = await workspaceMembersListWorkspaceMembers(client, args27.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -48050,6 +48246,12 @@ var init_workspaceMembersRemoveWorkspaceMember2 = __esm(() => {
|
|
|
48050
48246
|
description: `Remove a workspace member
|
|
48051
48247
|
|
|
48052
48248
|
Removes a workspace member from a workspace.`,
|
|
48249
|
+
annotations: {
|
|
48250
|
+
destructiveHint: true,
|
|
48251
|
+
idempotentHint: false,
|
|
48252
|
+
openWorldHint: false,
|
|
48253
|
+
readOnlyHint: false
|
|
48254
|
+
},
|
|
48053
48255
|
args: args27,
|
|
48054
48256
|
tool: async (client, args28, ctx) => {
|
|
48055
48257
|
const [result, apiCall] = await workspaceMembersRemoveWorkspaceMember(client, args28.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -48244,6 +48446,12 @@ var init_workspacesCreateWorkspace2 = __esm(() => {
|
|
|
48244
48446
|
description: `Create a workspace
|
|
48245
48447
|
|
|
48246
48448
|
Creates a new workspace and returns the created workspace.`,
|
|
48449
|
+
annotations: {
|
|
48450
|
+
destructiveHint: false,
|
|
48451
|
+
idempotentHint: false,
|
|
48452
|
+
openWorldHint: false,
|
|
48453
|
+
readOnlyHint: false
|
|
48454
|
+
},
|
|
48247
48455
|
args: args28,
|
|
48248
48456
|
tool: async (client, args29, ctx) => {
|
|
48249
48457
|
const [result, apiCall] = await workspacesCreateWorkspace(client, args29.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -48421,6 +48629,12 @@ var init_workspacesGetWorkspace2 = __esm(() => {
|
|
|
48421
48629
|
description: `Get a workspace
|
|
48422
48630
|
|
|
48423
48631
|
Returns a single workspace by ID.`,
|
|
48632
|
+
annotations: {
|
|
48633
|
+
destructiveHint: false,
|
|
48634
|
+
idempotentHint: false,
|
|
48635
|
+
openWorldHint: false,
|
|
48636
|
+
readOnlyHint: true
|
|
48637
|
+
},
|
|
48424
48638
|
args: args29,
|
|
48425
48639
|
tool: async (client, args30, ctx) => {
|
|
48426
48640
|
const [result, apiCall] = await workspacesGetWorkspace(client, args30.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -48610,6 +48824,12 @@ var init_workspacesListWorkspaces2 = __esm(() => {
|
|
|
48610
48824
|
description: `List workspaces
|
|
48611
48825
|
|
|
48612
48826
|
Returns a paginated list of workspaces.`,
|
|
48827
|
+
annotations: {
|
|
48828
|
+
destructiveHint: false,
|
|
48829
|
+
idempotentHint: false,
|
|
48830
|
+
openWorldHint: false,
|
|
48831
|
+
readOnlyHint: true
|
|
48832
|
+
},
|
|
48613
48833
|
args: args30,
|
|
48614
48834
|
tool: async (client, args31, ctx) => {
|
|
48615
48835
|
const [result, apiCall] = await workspacesListWorkspaces(client, args31.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -48822,6 +49042,12 @@ var init_workspacesUpdateWorkspace2 = __esm(() => {
|
|
|
48822
49042
|
description: `Update a workspace
|
|
48823
49043
|
|
|
48824
49044
|
Updates a workspace by ID.`,
|
|
49045
|
+
annotations: {
|
|
49046
|
+
destructiveHint: false,
|
|
49047
|
+
idempotentHint: false,
|
|
49048
|
+
openWorldHint: false,
|
|
49049
|
+
readOnlyHint: false
|
|
49050
|
+
},
|
|
48825
49051
|
args: args31,
|
|
48826
49052
|
tool: async (client, args32, ctx) => {
|
|
48827
49053
|
const [result, apiCall] = await workspacesUpdateWorkspace(client, args32.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -48841,7 +49067,7 @@ Updates a workspace by ID.`,
|
|
|
48841
49067
|
function createMCPServer(deps) {
|
|
48842
49068
|
const server = new McpServer({
|
|
48843
49069
|
name: "Steuerboard",
|
|
48844
|
-
version: "0.
|
|
49070
|
+
version: "0.3.3"
|
|
48845
49071
|
});
|
|
48846
49072
|
const getClient = deps.getSDK || (() => new SteuerboardCore({
|
|
48847
49073
|
security: deps.security,
|
|
@@ -50130,7 +50356,7 @@ var routes = ln({
|
|
|
50130
50356
|
var app = _e(routes, {
|
|
50131
50357
|
name: "mcp",
|
|
50132
50358
|
versionInfo: {
|
|
50133
|
-
currentVersion: "0.
|
|
50359
|
+
currentVersion: "0.3.3"
|
|
50134
50360
|
}
|
|
50135
50361
|
});
|
|
50136
50362
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -50138,5 +50364,5 @@ export {
|
|
|
50138
50364
|
app
|
|
50139
50365
|
};
|
|
50140
50366
|
|
|
50141
|
-
//# debugId=
|
|
50367
|
+
//# debugId=7D768C173A3E89E264756E2164756E21
|
|
50142
50368
|
//# sourceMappingURL=mcp-server.js.map
|