@telitask/mcp-server 0.2.1 → 0.2.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 +1 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -91,7 +91,7 @@ function registerAuthTools(server) {
91
91
  }
92
92
  async function runServer() {
93
93
  const credentials = readCredentials();
94
- const server = new McpServer({ name: 'telitask', version: '0.1.1' }, {
94
+ const server = new McpServer({ name: 'telitask', version: '0.2.2' }, {
95
95
  instructions: credentials
96
96
  ? 'TeliTask MCP server — manage contacts, tasks, and make phone calls. ' +
97
97
  'Use make_call to initiate calls, schedule_call for future calls. ' +
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@telitask/mcp-server",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
+ "mcpName": "io.github.telitask/mcp-server",
4
5
  "description": "TeliTask MCP server — manage contacts, tasks, and calls from AI assistants",
5
6
  "type": "module",
6
7
  "license": "MIT",