@sequenzy/mcp 0.0.162 → 0.0.163
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/README.md +2 -0
- package/dist/index.js +2 -2
- package/dist/runtime.js +1 -1
- package/dist/server.js +3 -3
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -64,6 +64,8 @@ except for six operations: `connect_integration`, `create_api_key`,
|
|
|
64
64
|
`rotate_sequence_inbound_webhook_secret`. Feedback stays available with a
|
|
65
65
|
reduced schema for generalized, explicitly requested product feedback.
|
|
66
66
|
|
|
67
|
+
Tool annotations disclose supported replacement and irreversible-delivery modes, including automation-triggering actions. Public content and provider changes are marked open-world; private draft creation and additive notes remain non-destructive. Feedback goes to the Sequenzy team through Telegram with the authenticated company name/ID and account email added for attribution, which clients must disclose before sending.
|
|
68
|
+
|
|
67
69
|
Remote clients should authenticate with the Sequenzy OAuth flow when supported. Local and automation clients can still use the stdio package below with `SEQUENZY_API_KEY`.
|
|
68
70
|
|
|
69
71
|
The hosted endpoint and the stdio package support MCP specification
|