@speakai/mcp-server 1.7.6 → 1.7.7

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,7 +130,7 @@ A few things we've seen during early access:
130
130
  - **"Connect" button keeps reopening the dashboard** — fully close and reopen ChatGPT, then check **Settings → Apps & Connectors**. Speak AI should already be listed there.
131
131
  - **"No actions available" inside a chat** — make sure Developer Mode is still on, and that you've enabled Speak AI from the per-chat connector menu (step 6 above).
132
132
 
133
- Still stuck? Email [accounts@speakai.co](mailto:accounts@speakai.co).
133
+ Still stuck? Email [success@speakai.co](mailto:success@speakai.co).
134
134
 
135
135
  </details>
136
136
 
@@ -207,7 +207,7 @@ When you click **Allow** on the permission popup (or paste your Speak AI API key
207
207
  - Claude/ChatGPT only see the specific data your AI assistant requests for the question you asked.
208
208
  - You can disconnect at any time by either removing the connector inside Claude/ChatGPT, revoking the connection at [api.speakai.co/v1/oauth/connections](https://api.speakai.co/v1/oauth/connections), or rotating/revoking your API key at [app.speakai.co/developers/apikeys](https://app.speakai.co/developers/apikeys).
209
209
 
210
- For questions about data handling, see [speakai.co/privacy](https://speakai.co/privacy) or email [privacy@speakai.co](mailto:privacy@speakai.co).
210
+ For questions about data handling, see [speakai.co/privacy](https://speakai.co/privacy) or email [success@speakai.co](mailto:success@speakai.co).
211
211
 
212
212
  ---
213
213
 
@@ -215,7 +215,7 @@ For questions about data handling, see [speakai.co/privacy](https://speakai.co/p
215
215
 
216
216
  **You shouldn't need to be technical to install this.** If anything is confusing or doesn't work:
217
217
 
218
- - Email [accounts@speakai.co](mailto:accounts@speakai.co) — we'll respond within 24 hours
218
+ - Email [success@speakai.co](mailto:success@speakai.co) — we'll respond within 24 hours
219
219
  - [Book 15 minutes with us](https://speakai.co/help) and we'll set it up together
220
220
 
221
221
  ---
@@ -905,7 +905,7 @@ npm run build # Production build
905
905
  - [MCP Protocol](https://modelcontextprotocol.io)
906
906
  - [MCP Registry entry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.speakai/mcp-server) — official discovery
907
907
  - [llms.txt](https://github.com/speakai/speakai-mcp/blob/main/llms.txt) — guidance for AI assistants helping users install this connector
908
- - [Support](mailto:accounts@speakai.co)
908
+ - [Support](mailto:success@speakai.co)
909
909
  - [Website](https://speakai.co?ref=mcp-server)
910
910
 
911
911
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakai/mcp-server",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
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",