@ateam-ai/mcp 0.3.44 → 0.3.45

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/package.json +1 -1
  2. package/src/tools.js +6 -57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ateam-ai/mcp",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "mcpName": "io.github.ariekogan/ateam-mcp",
5
5
  "description": "A-Team MCP Server — build, validate, and deploy multi-agent solutions from any AI environment",
6
6
  "type": "module",
package/src/tools.js CHANGED
@@ -1817,18 +1817,11 @@ const handlers = {
1817
1817
  tool_prefixes: ["telegram."],
1818
1818
  typical_use: "Send messages to chats/groups, fetch updates, subscribe to inbound messages.",
1819
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
1820
  {
1828
1821
  id: "mobile-device-mcp",
1829
1822
  name: "Mobile Device",
1830
1823
  purpose: "Native mobile capabilities — calendar, contacts, SMS, notifications, location",
1831
- tool_prefixes: ["device.", "calendar.", "contacts.", "sms.", "notifications.", "location."],
1824
+ tool_prefixes: ["device.calendar.", "device.contacts.", "device.sms.", "device.notifications.", "device.location."],
1832
1825
  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
1826
  },
1834
1827
  {
@@ -1838,34 +1831,6 @@ const handlers = {
1838
1831
  tool_prefixes: ["travel."],
1839
1832
  typical_use: "Search flights (Google Flights), hotels (Booking.com), homes (Airbnb); plan a roundtrip combining flights+hotels; check user's existing bookings.",
1840
1833
  },
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
1834
  {
1870
1835
  id: "nutrition-mcp",
1871
1836
  name: "Nutrition",
@@ -1875,27 +1840,11 @@ const handlers = {
1875
1840
  ui_plugins: ["nutrition-dashboard", "nutrition-camera"],
1876
1841
  },
1877
1842
  {
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"],
1843
+ id: "cloud-docs",
1844
+ name: "Cloud Docs",
1845
+ purpose: "Cloud-storage ingest source (Dropbox/Drive) feeding docs-index",
1846
+ tool_prefixes: ["cloud."],
1847
+ typical_use: "Connect a Dropbox or Drive account, list folders, ingest a folder into a docs-index corpus, check sync status. Pairs with docs-index-mcp.",
1899
1848
  },
1900
1849
  ],
1901
1850
  how_to_use: {