@speakai/mcp-server 1.3.0 → 1.3.1
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 +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
|
|
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
|
|
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.
|
|
3
|
+
"version": "1.3.1",
|
|
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",
|