@ateam-ai/mcp 0.2.5 → 0.2.6
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 +1 -1
package/package.json
CHANGED
package/src/tools.js
CHANGED
|
@@ -109,7 +109,7 @@ export const tools = [
|
|
|
109
109
|
name: "ateam_build_and_run",
|
|
110
110
|
core: true,
|
|
111
111
|
description:
|
|
112
|
-
"Build and deploy a governed AI Team solution in one step.
|
|
112
|
+
"Build and deploy a governed AI Team solution in one step. ⚠️ HEAVIEST OPERATION (60-180s): validates solution+skills → deploys all connectors+skills to A-Team Core (regenerates MCP servers) → health-checks → optionally runs a warm test → auto-pushes to GitHub. Use this instead of calling validate, deploy, and health separately. For small changes to an already-deployed solution, prefer ateam_patch (faster, incremental). Requires authentication.",
|
|
113
113
|
inputSchema: {
|
|
114
114
|
type: "object",
|
|
115
115
|
properties: {
|