dalvon-mcp 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -236,7 +236,7 @@ Sobald das Paket auf npm veröffentlicht ist:
236
236
  ```json
237
237
  {
238
238
  "mcpServers": {
239
- "telefonieren": {
239
+ "dalvon": {
240
240
  "command": "npx",
241
241
  "args": ["dalvon-mcp"],
242
242
  "env": {
@@ -677,7 +677,7 @@ src/
677
677
  ├── index.ts # MCP Server Entry Point
678
678
  ├── config.ts # Configuration Management
679
679
  ├── clients/
680
- │ ├── telefonieren.ts # API Client für api.dalvon.ai (55 Methoden)
680
+ │ ├── dalvon.ts # API Client für api.dalvon.ai (55 Methoden)
681
681
  │ └── knowledge.ts # API Client für Knowledge API (14 Methoden)
682
682
  ├── tools/
683
683
  │ ├── index.ts # Tool Registry (89 Tools)
@@ -732,7 +732,7 @@ Die Dokumentation enthält:
732
732
 
733
733
  ## License
734
734
 
735
- MIT
735
+ Proprietary - Copyright (c) 2025-2026 Neuromanufaktur GmbH. All rights reserved.
736
736
 
737
737
  ## Links
738
738
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dalvon-mcp",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "MCP Server for dalvon - Manage AI phone agents from Claude Desktop",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",