@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.
- package/dist/index.js +1 -1
- 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.
|
|
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