@speakai/mcp-server 1.13.1 → 1.13.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/dist/index.js +28 -28
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1230,7 +1230,7 @@ function register(server, client) {
|
|
|
1230
1230
|
readOnlyHint: false,
|
|
1231
1231
|
destructiveHint: false,
|
|
1232
1232
|
idempotentHint: false,
|
|
1233
|
-
openWorldHint:
|
|
1233
|
+
openWorldHint: true
|
|
1234
1234
|
},
|
|
1235
1235
|
async (body) => {
|
|
1236
1236
|
try {
|
|
@@ -1449,7 +1449,7 @@ function register(server, client) {
|
|
|
1449
1449
|
{
|
|
1450
1450
|
title: "Update Media Metadata",
|
|
1451
1451
|
readOnlyHint: false,
|
|
1452
|
-
destructiveHint:
|
|
1452
|
+
destructiveHint: true,
|
|
1453
1453
|
idempotentHint: true,
|
|
1454
1454
|
openWorldHint: false
|
|
1455
1455
|
},
|
|
@@ -1770,7 +1770,7 @@ function register2(server, client) {
|
|
|
1770
1770
|
readOnlyHint: false,
|
|
1771
1771
|
destructiveHint: false,
|
|
1772
1772
|
idempotentHint: false,
|
|
1773
|
-
openWorldHint:
|
|
1773
|
+
openWorldHint: true
|
|
1774
1774
|
},
|
|
1775
1775
|
async (body) => {
|
|
1776
1776
|
try {
|
|
@@ -1920,9 +1920,9 @@ function register3(server, client) {
|
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
1922
|
title: "Export Media Transcript",
|
|
1923
|
-
readOnlyHint:
|
|
1923
|
+
readOnlyHint: false,
|
|
1924
1924
|
destructiveHint: false,
|
|
1925
|
-
idempotentHint:
|
|
1925
|
+
idempotentHint: false,
|
|
1926
1926
|
openWorldHint: false
|
|
1927
1927
|
},
|
|
1928
1928
|
async ({ mediaId, fileType, ...body }) => {
|
|
@@ -1961,9 +1961,9 @@ function register3(server, client) {
|
|
|
1961
1961
|
},
|
|
1962
1962
|
{
|
|
1963
1963
|
title: "Export Multiple Media Files",
|
|
1964
|
-
readOnlyHint:
|
|
1964
|
+
readOnlyHint: false,
|
|
1965
1965
|
destructiveHint: false,
|
|
1966
|
-
idempotentHint:
|
|
1966
|
+
idempotentHint: false,
|
|
1967
1967
|
openWorldHint: false
|
|
1968
1968
|
},
|
|
1969
1969
|
async (body) => {
|
|
@@ -2128,7 +2128,7 @@ function register4(server, client) {
|
|
|
2128
2128
|
{
|
|
2129
2129
|
title: "Update Folder View",
|
|
2130
2130
|
readOnlyHint: false,
|
|
2131
|
-
destructiveHint:
|
|
2131
|
+
destructiveHint: true,
|
|
2132
2132
|
idempotentHint: true,
|
|
2133
2133
|
openWorldHint: false
|
|
2134
2134
|
},
|
|
@@ -2324,7 +2324,7 @@ function register4(server, client) {
|
|
|
2324
2324
|
{
|
|
2325
2325
|
title: "Update Folder",
|
|
2326
2326
|
readOnlyHint: false,
|
|
2327
|
-
destructiveHint:
|
|
2327
|
+
destructiveHint: true,
|
|
2328
2328
|
idempotentHint: true,
|
|
2329
2329
|
openWorldHint: false
|
|
2330
2330
|
},
|
|
@@ -2919,7 +2919,7 @@ function register7(server, client) {
|
|
|
2919
2919
|
},
|
|
2920
2920
|
{
|
|
2921
2921
|
title: "Ask AI About Your Recordings",
|
|
2922
|
-
readOnlyHint:
|
|
2922
|
+
readOnlyHint: false,
|
|
2923
2923
|
destructiveHint: false,
|
|
2924
2924
|
idempotentHint: false,
|
|
2925
2925
|
openWorldHint: false
|
|
@@ -2948,7 +2948,7 @@ function register7(server, client) {
|
|
|
2948
2948
|
},
|
|
2949
2949
|
{
|
|
2950
2950
|
title: "Retry AI Question",
|
|
2951
|
-
readOnlyHint:
|
|
2951
|
+
readOnlyHint: false,
|
|
2952
2952
|
destructiveHint: false,
|
|
2953
2953
|
idempotentHint: false,
|
|
2954
2954
|
openWorldHint: false
|
|
@@ -3240,9 +3240,9 @@ function register7(server, client) {
|
|
|
3240
3240
|
},
|
|
3241
3241
|
{
|
|
3242
3242
|
title: "Export Chat Answer",
|
|
3243
|
-
readOnlyHint:
|
|
3243
|
+
readOnlyHint: false,
|
|
3244
3244
|
destructiveHint: false,
|
|
3245
|
-
idempotentHint:
|
|
3245
|
+
idempotentHint: false,
|
|
3246
3246
|
openWorldHint: false
|
|
3247
3247
|
},
|
|
3248
3248
|
async (body) => {
|
|
@@ -3589,7 +3589,7 @@ function register9(server, client) {
|
|
|
3589
3589
|
{
|
|
3590
3590
|
title: "Bulk Update Custom Field Values",
|
|
3591
3591
|
readOnlyHint: false,
|
|
3592
|
-
destructiveHint:
|
|
3592
|
+
destructiveHint: true,
|
|
3593
3593
|
idempotentHint: true,
|
|
3594
3594
|
openWorldHint: false
|
|
3595
3595
|
},
|
|
@@ -3626,7 +3626,7 @@ function register9(server, client) {
|
|
|
3626
3626
|
{
|
|
3627
3627
|
title: "Update Custom Field",
|
|
3628
3628
|
readOnlyHint: false,
|
|
3629
|
-
destructiveHint:
|
|
3629
|
+
destructiveHint: true,
|
|
3630
3630
|
idempotentHint: true,
|
|
3631
3631
|
openWorldHint: false
|
|
3632
3632
|
},
|
|
@@ -3792,7 +3792,7 @@ function register10(server, client) {
|
|
|
3792
3792
|
readOnlyHint: false,
|
|
3793
3793
|
destructiveHint: false,
|
|
3794
3794
|
idempotentHint: false,
|
|
3795
|
-
openWorldHint:
|
|
3795
|
+
openWorldHint: true
|
|
3796
3796
|
},
|
|
3797
3797
|
async (body) => {
|
|
3798
3798
|
try {
|
|
@@ -3819,9 +3819,9 @@ function register10(server, client) {
|
|
|
3819
3819
|
{
|
|
3820
3820
|
title: "Update Automation",
|
|
3821
3821
|
readOnlyHint: false,
|
|
3822
|
-
destructiveHint:
|
|
3822
|
+
destructiveHint: true,
|
|
3823
3823
|
idempotentHint: true,
|
|
3824
|
-
openWorldHint:
|
|
3824
|
+
openWorldHint: true
|
|
3825
3825
|
},
|
|
3826
3826
|
async ({ automationId, ...body }) => {
|
|
3827
3827
|
try {
|
|
@@ -3849,7 +3849,7 @@ function register10(server, client) {
|
|
|
3849
3849
|
readOnlyHint: false,
|
|
3850
3850
|
destructiveHint: false,
|
|
3851
3851
|
idempotentHint: false,
|
|
3852
|
-
openWorldHint:
|
|
3852
|
+
openWorldHint: true
|
|
3853
3853
|
},
|
|
3854
3854
|
async ({ automationId }) => {
|
|
3855
3855
|
try {
|
|
@@ -3878,7 +3878,7 @@ function register10(server, client) {
|
|
|
3878
3878
|
readOnlyHint: false,
|
|
3879
3879
|
destructiveHint: false,
|
|
3880
3880
|
idempotentHint: true,
|
|
3881
|
-
openWorldHint:
|
|
3881
|
+
openWorldHint: true
|
|
3882
3882
|
},
|
|
3883
3883
|
async (body) => {
|
|
3884
3884
|
try {
|
|
@@ -3905,9 +3905,9 @@ function register10(server, client) {
|
|
|
3905
3905
|
{
|
|
3906
3906
|
title: "Bulk Assign Automation Folders",
|
|
3907
3907
|
readOnlyHint: false,
|
|
3908
|
-
destructiveHint:
|
|
3908
|
+
destructiveHint: true,
|
|
3909
3909
|
idempotentHint: true,
|
|
3910
|
-
openWorldHint:
|
|
3910
|
+
openWorldHint: true
|
|
3911
3911
|
},
|
|
3912
3912
|
async (body) => {
|
|
3913
3913
|
try {
|
|
@@ -3936,7 +3936,7 @@ function register10(server, client) {
|
|
|
3936
3936
|
readOnlyHint: false,
|
|
3937
3937
|
destructiveHint: false,
|
|
3938
3938
|
idempotentHint: false,
|
|
3939
|
-
openWorldHint:
|
|
3939
|
+
openWorldHint: true
|
|
3940
3940
|
},
|
|
3941
3941
|
async (body) => {
|
|
3942
3942
|
try {
|
|
@@ -4501,7 +4501,7 @@ function register14(server, client) {
|
|
|
4501
4501
|
readOnlyHint: false,
|
|
4502
4502
|
destructiveHint: false,
|
|
4503
4503
|
idempotentHint: false,
|
|
4504
|
-
openWorldHint:
|
|
4504
|
+
openWorldHint: true
|
|
4505
4505
|
},
|
|
4506
4506
|
async (params) => {
|
|
4507
4507
|
try {
|
|
@@ -4566,7 +4566,7 @@ ${JSON.stringify(uploadRes.data, null, 2)}` }],
|
|
|
4566
4566
|
readOnlyHint: false,
|
|
4567
4567
|
destructiveHint: false,
|
|
4568
4568
|
idempotentHint: false,
|
|
4569
|
-
openWorldHint:
|
|
4569
|
+
openWorldHint: true
|
|
4570
4570
|
},
|
|
4571
4571
|
async (params) => {
|
|
4572
4572
|
try {
|
|
@@ -4759,7 +4759,7 @@ function register15(server, client) {
|
|
|
4759
4759
|
{
|
|
4760
4760
|
title: "Update User Group",
|
|
4761
4761
|
readOnlyHint: false,
|
|
4762
|
-
destructiveHint:
|
|
4762
|
+
destructiveHint: true,
|
|
4763
4763
|
idempotentHint: true,
|
|
4764
4764
|
openWorldHint: false
|
|
4765
4765
|
},
|
|
@@ -5143,7 +5143,7 @@ function register16(server, client) {
|
|
|
5143
5143
|
{
|
|
5144
5144
|
title: "Update Dashboard",
|
|
5145
5145
|
readOnlyHint: false,
|
|
5146
|
-
destructiveHint:
|
|
5146
|
+
destructiveHint: true,
|
|
5147
5147
|
idempotentHint: true,
|
|
5148
5148
|
openWorldHint: false
|
|
5149
5149
|
},
|
|
@@ -5229,7 +5229,7 @@ function register16(server, client) {
|
|
|
5229
5229
|
readOnlyHint: false,
|
|
5230
5230
|
destructiveHint: false,
|
|
5231
5231
|
idempotentHint: true,
|
|
5232
|
-
openWorldHint:
|
|
5232
|
+
openWorldHint: true
|
|
5233
5233
|
},
|
|
5234
5234
|
async ({ dashboardId }) => {
|
|
5235
5235
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speakai/mcp-server",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.3",
|
|
4
4
|
"mcpName": "io.github.speakai/mcp-server",
|
|
5
5
|
"description": "Official Speak AI MCP Server — capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows from your AI assistant.",
|
|
6
6
|
"homepage": "https://mcp.speakai.co",
|