@talkspresso/mcp-server 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ else if (args.includes('--help')) {
14
14
  process.exit(0);
15
15
  }
16
16
  else if (args.includes('--version')) {
17
- console.log('1.3.1');
17
+ console.log('1.3.2');
18
18
  process.exit(0);
19
19
  }
20
20
  else {
@@ -42,7 +42,7 @@ else {
42
42
  const { registerSubscriptionTools } = await import('./tools/subscription.js');
43
43
  const server = new McpServer({
44
44
  name: 'talkspresso',
45
- version: '1.3.1',
45
+ version: '1.3.2',
46
46
  });
47
47
  const apiClient = new TalkspressoClient();
48
48
  registerAppointmentTools(server, apiClient);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@talkspresso/mcp-server",
3
- "version": "1.3.1",
4
- "description": "Manage your Talkspresso business through Claude, ChatGPT, or any MCP-compatible AI",
3
+ "version": "1.3.2",
4
+ "description": "Manage your Talkspresso business through Claude Code or any MCP-compatible AI assistant",
5
5
  "bin": {
6
6
  "talkspresso-mcp": "./dist/index.js"
7
7
  },
@@ -17,7 +17,7 @@
17
17
  "talkspresso",
18
18
  "ai",
19
19
  "claude",
20
- "chatgpt"
20
+ "claude-code"
21
21
  ],
22
22
  "license": "MIT",
23
23
  "dependencies": {