@chamade/mcp-server 1.1.1 → 1.1.2
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/package.json +1 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chamade/mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "MCP server for Chamade — voice gateway for AI agents. Join Discord, Teams, Meet, Telegram, SIP, Zoom meetings and interact via speech and text. Supports Claude Code channel mode for push events.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,14 +13,7 @@
|
|
|
13
13
|
"dev": "tsx src/index.ts",
|
|
14
14
|
"test": "tsx test/run.ts"
|
|
15
15
|
},
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "https://github.com/chamade/mcp-server.git"
|
|
19
|
-
},
|
|
20
16
|
"homepage": "https://chamade.io",
|
|
21
|
-
"bugs": {
|
|
22
|
-
"url": "https://codeberg.org/skilpa/chamade/issues"
|
|
23
|
-
},
|
|
24
17
|
"author": "Nafis <contact@nafis.io>",
|
|
25
18
|
"dependencies": {
|
|
26
19
|
"@modelcontextprotocol/sdk": "^1.25.0",
|