@ateam-ai/mcp 0.4.5 → 0.4.7
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 +4 -1
package/package.json
CHANGED
package/src/tools.js
CHANGED
|
@@ -764,7 +764,10 @@ export const tools = [
|
|
|
764
764
|
"postMessage protocol, default export shape). You then fill in the component body. " +
|
|
765
765
|
"Use kind='iframe' for web-only, 'rn' for mobile-only, 'adaptive' for both. " +
|
|
766
766
|
"Auto-discovery (Phase 5 of the strip) picks up the new plugin at next deploy " +
|
|
767
|
-
"without a manifest declaration."
|
|
767
|
+
"without a manifest declaration. " +
|
|
768
|
+
"The scaffold MERGES into the existing connector (its server.js + other files are preserved) — " +
|
|
769
|
+
"works on both GitHub-backed and repo-less (locally-deployed) tenants; the merge base is the " +
|
|
770
|
+
"GitHub repo when connected, otherwise the deployed connector source.",
|
|
768
771
|
inputSchema: {
|
|
769
772
|
type: "object",
|
|
770
773
|
properties: {
|