@ateam-ai/mcp 0.3.42 → 0.3.44
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 +136 -3
package/package.json
CHANGED
package/src/tools.js
CHANGED
|
@@ -1656,6 +1656,36 @@ const handlers = {
|
|
|
1656
1656
|
deploy: "Activation into controlled runtime on A-Team Core",
|
|
1657
1657
|
},
|
|
1658
1658
|
},
|
|
1659
|
+
minimal_authoring: {
|
|
1660
|
+
_important: "READ THIS BEFORE WRITING. Most of what historic A-Team docs describe as required is now AUTO-GENERATED at deploy time. Writing the verbose form is wasted tokens — the platform overwrites your hand-written intents, tools, scenarios, etc. with its generated equivalents.",
|
|
1661
|
+
author_writes_per_skill: [
|
|
1662
|
+
"id, name, version, description",
|
|
1663
|
+
"role.persona (the agent's instructions in prose — this is the irreducible content)",
|
|
1664
|
+
"connectors[] (which MCP connector ids the skill uses)",
|
|
1665
|
+
"policy.guardrails (optional — always[]/never[] rules)",
|
|
1666
|
+
"handoff_when (optional — one-sentence routing trigger; LLM-synthesizes one if you omit it)",
|
|
1667
|
+
],
|
|
1668
|
+
author_writes_per_solution: [
|
|
1669
|
+
"id, name, description, version",
|
|
1670
|
+
"linked_skills[] (skill ids the solution composes)",
|
|
1671
|
+
"routing_mode: \"auto\" (opt into the auto-generated orchestrator)",
|
|
1672
|
+
"style: \"mobile\" | \"voice\" | etc (Phase 1 channel style cascade)",
|
|
1673
|
+
],
|
|
1674
|
+
platform_generates_at_deploy: [
|
|
1675
|
+
"skill.tools[] — Phase 2b: fetched from each connector's live tool inventory",
|
|
1676
|
+
"skill.intents — Phase 3: LLM-synthesized from persona + tools",
|
|
1677
|
+
"skill.scenarios — auto from intents",
|
|
1678
|
+
"skill.engine — Phase 4: resolved from preset name or default",
|
|
1679
|
+
"skill.security — Phase 2: tool classifications auto-applied",
|
|
1680
|
+
"skill.access_policy — defaults",
|
|
1681
|
+
"solution orchestrator skill — Phase 6: generated when routing_mode:auto",
|
|
1682
|
+
"solution.handoffs[] — Phase 6: orchestrator → each worker",
|
|
1683
|
+
"solution.ui_plugins[] — Phase 5: MCP introspection (ui.listPlugins + ui.getPlugin)",
|
|
1684
|
+
"Style block prepended to every skill persona — Phase 1",
|
|
1685
|
+
],
|
|
1686
|
+
replace_rule: "REPLACE wins per-field. Any field you write explicitly overrides the platform-generated equivalent. Delete it to opt back into automation.",
|
|
1687
|
+
read_first: "GET /spec/skill → auto_expand block has the full list and a typical_minimal_skill example. GET /spec/solution → same.",
|
|
1688
|
+
},
|
|
1659
1689
|
example_solutions: [
|
|
1660
1690
|
{ name: "Fleet Command Center", description: "Live vehicle tracking, route optimization, safety monitoring, governed execution" },
|
|
1661
1691
|
{ name: "Customer Support Operations Team", description: "Multi-role support system with escalation, refund controls, CRM integration" },
|
|
@@ -1760,9 +1790,112 @@ const handlers = {
|
|
|
1760
1790
|
{
|
|
1761
1791
|
id: "browser-mcp",
|
|
1762
1792
|
name: "Browser",
|
|
1763
|
-
purpose: "Headless Chromium automation (Playwright)",
|
|
1764
|
-
tool_prefixes: ["web."],
|
|
1765
|
-
typical_use: "Navigate, read, click, type, screenshot any public web page; scrape data for enrichment",
|
|
1793
|
+
purpose: "Headless Chromium automation (Playwright) + Auth WebView for OAuth/cookie capture",
|
|
1794
|
+
tool_prefixes: ["web.", "auth."],
|
|
1795
|
+
typical_use: "Navigate, read, click, type, screenshot any public web page; scrape data for enrichment. Auth WebView handles OAuth code extraction and cookie capture without exposing passwords to the LLM.",
|
|
1796
|
+
ui_plugins: ["browser-view", "auth-webview"],
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
id: "gmail-mcp",
|
|
1800
|
+
name: "Gmail",
|
|
1801
|
+
purpose: "Gmail inbox operations via OAuth",
|
|
1802
|
+
tool_prefixes: ["gmail."],
|
|
1803
|
+
typical_use: "Fetch, search, send, label, cleanup, trash, archive, move, mark-read on the user's Gmail. Requires platform.auth.ensureConnected('gmail') first.",
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
id: "whatsapp-mcp",
|
|
1807
|
+
name: "WhatsApp",
|
|
1808
|
+
purpose: "WhatsApp messaging via pairing-code auth",
|
|
1809
|
+
tool_prefixes: ["whatsapp."],
|
|
1810
|
+
typical_use: "Send and fetch WhatsApp messages, list chats, manage contacts. UI plugin provides the pairing-code connect flow.",
|
|
1811
|
+
ui_plugins: ["whatsapp-setup"],
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
id: "telegram-mcp",
|
|
1815
|
+
name: "Telegram",
|
|
1816
|
+
purpose: "Telegram messaging via bot token",
|
|
1817
|
+
tool_prefixes: ["telegram."],
|
|
1818
|
+
typical_use: "Send messages to chats/groups, fetch updates, subscribe to inbound messages.",
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
id: "voice-mcp",
|
|
1822
|
+
name: "Voice (Twilio)",
|
|
1823
|
+
purpose: "Inbound and outbound voice calls via Twilio",
|
|
1824
|
+
tool_prefixes: ["voice.", "call."],
|
|
1825
|
+
typical_use: "Initiate outbound calls, accept inbound calls, transcribe audio, send TTS replies. Pairs with internal-comm-mcp for in-call skill messaging.",
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
id: "mobile-device-mcp",
|
|
1829
|
+
name: "Mobile Device",
|
|
1830
|
+
purpose: "Native mobile capabilities — calendar, contacts, SMS, notifications, location",
|
|
1831
|
+
tool_prefixes: ["device.", "calendar.", "contacts.", "sms.", "notifications.", "location."],
|
|
1832
|
+
typical_use: "Read/write the device calendar, look up contacts, send SMS, read notifications, get current location. Backed by the mobile app's native bridge.",
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
id: "travel-mcp",
|
|
1836
|
+
name: "Travel",
|
|
1837
|
+
purpose: "Unified travel search — flights, hotels, homes",
|
|
1838
|
+
tool_prefixes: ["travel."],
|
|
1839
|
+
typical_use: "Search flights (Google Flights), hotels (Booking.com), homes (Airbnb); plan a roundtrip combining flights+hotels; check user's existing bookings.",
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
id: "home-assistant-mcp",
|
|
1843
|
+
name: "Home Assistant",
|
|
1844
|
+
purpose: "Generic smart-home control via Home Assistant",
|
|
1845
|
+
tool_prefixes: ["home.", "ha."],
|
|
1846
|
+
typical_use: "List devices and rooms, read entity states, call services (turn on, set temperature, etc.). Brand-agnostic — works with any HA-integrated device.",
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
id: "hue-mcp",
|
|
1850
|
+
name: "Philips Hue",
|
|
1851
|
+
purpose: "Philips Hue lights and scenes",
|
|
1852
|
+
tool_prefixes: ["hue."],
|
|
1853
|
+
typical_use: "List lights/rooms/scenes, set brightness/color/state, activate scenes.",
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
id: "tuya-mcp",
|
|
1857
|
+
name: "Tuya",
|
|
1858
|
+
purpose: "Tuya/Smart Life devices (plugs, lights, sensors)",
|
|
1859
|
+
tool_prefixes: ["tuya."],
|
|
1860
|
+
typical_use: "Control Tuya-cloud devices — switches, lights, sensors. Useful for cheap commodity smart-home gear.",
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
id: "google-home-mcp",
|
|
1864
|
+
name: "Google Home / Nest",
|
|
1865
|
+
purpose: "Google Home and Nest device control",
|
|
1866
|
+
tool_prefixes: ["googleHome.", "nest."],
|
|
1867
|
+
typical_use: "Control Nest thermostats, cameras, doorbells, speakers; cast media to Google Home devices.",
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
id: "nutrition-mcp",
|
|
1871
|
+
name: "Nutrition",
|
|
1872
|
+
purpose: "Meal logging, calorie/macro tracking, hydration",
|
|
1873
|
+
tool_prefixes: ["nutrition."],
|
|
1874
|
+
typical_use: "Log meals from text or photo, compute calories/macros, track water intake, daily/weekly summaries. Photo input via camera UI plugin.",
|
|
1875
|
+
ui_plugins: ["nutrition-dashboard", "nutrition-camera"],
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
id: "coach-mcp",
|
|
1879
|
+
name: "MyCoach",
|
|
1880
|
+
purpose: "Personal AI coach state machine — goals, check-ins, observations",
|
|
1881
|
+
tool_prefixes: ["coach."],
|
|
1882
|
+
typical_use: "Onboard a user into a coaching relationship, manage versioned goals, run daily check-ins, record observations, propose weekly experiments. Phase-aware (onboarding → observing → calibrating → accompanying).",
|
|
1883
|
+
ui_plugins: ["coach-dashboard", "coach-onboarding"],
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
id: "dropbox-mcp",
|
|
1887
|
+
name: "Dropbox",
|
|
1888
|
+
purpose: "Dropbox folder ingest source for docs-index",
|
|
1889
|
+
tool_prefixes: ["dropbox."],
|
|
1890
|
+
typical_use: "List Dropbox folders/files, ingest a folder into a docs-index corpus, check sync status. Pairs with docs-index-mcp.",
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
id: "personal-assistant-ui-mcp",
|
|
1894
|
+
name: "Personal Assistant UI",
|
|
1895
|
+
purpose: "Pre-built UI plugins for personal-assistant solutions",
|
|
1896
|
+
tool_prefixes: ["ui."],
|
|
1897
|
+
typical_use: "Drop-in panels: Schedule, Dashboard, Memories, Teach, Reminders, Smart Home, Connections. Adaptive (web iframe + RN mobile).",
|
|
1898
|
+
ui_plugins: ["schedule-panel", "pa-dashboard", "memories-panel", "teach-panel", "triggers-panel", "home-layout-panel", "connections-panel"],
|
|
1766
1899
|
},
|
|
1767
1900
|
],
|
|
1768
1901
|
how_to_use: {
|