@ateam-ai/mcp 0.3.45 → 0.3.46
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/package.json +1 -1
- package/src/tools.js +0 -14
package/package.json
CHANGED
package/src/tools.js
CHANGED
|
@@ -1773,20 +1773,6 @@ const handlers = {
|
|
|
1773
1773
|
tool_prefixes: ["docs.corpus.", "docs.ingest.", "docs.search", "docs.file.", "docs.sync.", "docs.stats"],
|
|
1774
1774
|
typical_use: "Index documents from any source (Dropbox, Gmail attachments, uploaded files), answer questions with retrieved chunks + citations. Fed by source connectors (e.g. dropbox-mcp) that call docs.ingest.file.",
|
|
1775
1775
|
},
|
|
1776
|
-
{
|
|
1777
|
-
id: "handoff-controller-mcp",
|
|
1778
|
-
name: "Handoff Controller",
|
|
1779
|
-
purpose: "Live conversation handoffs between skills in a multi-skill solution",
|
|
1780
|
-
tool_prefixes: ["handoff."],
|
|
1781
|
-
typical_use: "Pass a live conversation from one skill to another (e.g. identity-assurance → order-support), carrying grants",
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
id: "internal-comm-mcp",
|
|
1785
|
-
name: "Internal Communication",
|
|
1786
|
-
purpose: "Skill-to-skill messaging and voice replies",
|
|
1787
|
-
tool_prefixes: ["comm."],
|
|
1788
|
-
typical_use: "Async message between skills, or send a voice reply back through the Twilio channel",
|
|
1789
|
-
},
|
|
1790
1776
|
{
|
|
1791
1777
|
id: "browser-mcp",
|
|
1792
1778
|
name: "Browser",
|