@speakai/mcp-server 1.7.6 → 1.7.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.
- package/README.md +5 -5
- 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 [
|
|
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 [
|
|
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,8 +215,8 @@ 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 [
|
|
219
|
-
- [Book
|
|
218
|
+
- Email [success@speakai.co](mailto:success@speakai.co) — we'll respond within 24 hours
|
|
219
|
+
- [Book a demo with us](https://calendly.com/speak-ai/demo) and we'll set it up together
|
|
220
220
|
|
|
221
221
|
---
|
|
222
222
|
|
|
@@ -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:
|
|
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.
|
|
3
|
+
"version": "1.7.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",
|