@speakai/mcp-server 1.3.0 → 1.4.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  </p>
11
11
 
12
12
  <p align="center">
13
- <a href="https://speakai.co/connect"><strong>Installation guide at speakai.co/connect →</strong></a>
13
+ <a href="https://mcp.speakai.co"><strong>Installation guide at mcp.speakai.co →</strong></a>
14
14
  </p>
15
15
 
16
16
  <p align="center">
@@ -848,7 +848,7 @@ npm run build # Production build
848
848
 
849
849
  ## Resources
850
850
 
851
- - [speakai.co/connect](https://speakai.co/connect) — installation walkthrough with screenshots and video
851
+ - [mcp.speakai.co](https://mcp.speakai.co) — installation walkthrough with screenshots and video
852
852
  - [Speak AI](https://speakai.co) — main product
853
853
  - [API Documentation](https://docs.speakai.co)
854
854
  - [MCP Protocol](https://modelcontextprotocol.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakai/mcp-server",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "mcpName": "io.github.speakai/mcp-server",
5
5
  "description": "Official Speak AI MCP Server — connect Claude and other AI assistants to Speak AI's transcription, insights, and media management API",
6
6
  "main": "dist/index.js",