@speakai/mcp-server 1.13.6 → 1.13.8

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -12
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2944,22 +2944,14 @@ function register7(server, client) {
2944
2944
  );
2945
2945
  registerSpeakTool(
2946
2946
  server,
2947
- "ask_magic_prompt",
2948
- `[Deprecated \u2014 use ask_ai_chat] ${askAiChatDescription}`,
2949
- askAiChatInputSchema,
2950
- askAiChatAnnotations,
2951
- askAiChatHandler
2952
- );
2953
- registerSpeakTool(
2954
- server,
2955
- "retry_magic_prompt",
2947
+ "retry_ai_chat",
2956
2948
  "Retry a failed or incomplete AI Chat response. Use when a previous ask_ai_chat call returned an error or incomplete answer.",
2957
2949
  {
2958
2950
  promptId: import_zod8.z.string().min(1).describe("ID of the conversation containing the failed message"),
2959
2951
  messageId: import_zod8.z.string().min(1).describe("ID of the specific message to retry")
2960
2952
  },
2961
2953
  {
2962
- title: "Retry AI Question",
2954
+ title: "Retry AI Chat",
2963
2955
  readOnlyHint: false,
2964
2956
  destructiveHint: false,
2965
2957
  idempotentHint: false,
@@ -5692,7 +5684,6 @@ var init_tool_names = __esm({
5692
5684
  "get_live_meeting_transcript",
5693
5685
  // prompt
5694
5686
  "ask_ai_chat",
5695
- "ask_magic_prompt",
5696
5687
  "list_prompts",
5697
5688
  "get_favorite_prompts",
5698
5689
  "toggle_prompt_favorite",
@@ -5701,7 +5692,7 @@ var init_tool_names = __esm({
5701
5692
  "update_chat_title",
5702
5693
  "delete_chat_message",
5703
5694
  "submit_chat_feedback",
5704
- "retry_magic_prompt",
5695
+ "retry_ai_chat",
5705
5696
  "export_chat_answer",
5706
5697
  "get_chat_statistics",
5707
5698
  // recorder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakai/mcp-server",
3
- "version": "1.13.6",
3
+ "version": "1.13.8",
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",