@speakai/mcp-server 1.4.1 → 1.5.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.
- package/README.md +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -187,8 +187,7 @@ Full tool catalog is in the developer reference below.
|
|
|
187
187
|
|
|
188
188
|
---
|
|
189
189
|
|
|
190
|
-
|
|
191
|
-
<summary><h2>Developer reference (CLI, API, advanced setup)</h2></summary>
|
|
190
|
+
## Developer reference (CLI, API, advanced setup)
|
|
192
191
|
|
|
193
192
|
The MCP server lives at `https://api.speakai.co/v1/mcp` and supports two auth methods:
|
|
194
193
|
|
|
@@ -842,8 +841,6 @@ npm run dev # Run with hot reload
|
|
|
842
841
|
npm run build # Production build
|
|
843
842
|
```
|
|
844
843
|
|
|
845
|
-
</details>
|
|
846
|
-
|
|
847
844
|
---
|
|
848
845
|
|
|
849
846
|
## Resources
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speakai/mcp-server",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.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",
|