@microsoft/teamsfx-core 3.1.2 → 3.1.3-alpha.f04bf264d7.0
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/build/client/teamsDevPortalClient.d.ts +1 -1
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +4 -2
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/cancellation.d.ts +5 -0
- package/build/common/cancellation.d.ts.map +1 -0
- package/build/common/cancellation.js +17 -0
- package/build/common/cancellation.js.map +1 -0
- package/build/common/globalVars.d.ts.map +1 -1
- package/build/common/globalVars.js.map +1 -1
- package/build/common/mcpToolFetcher.d.ts +2 -2
- package/build/common/mcpToolFetcher.d.ts.map +1 -1
- package/build/common/mcpToolFetcher.js +27 -7
- package/build/common/mcpToolFetcher.js.map +1 -1
- package/build/common/permissionInterface.d.ts +12 -3
- package/build/common/permissionInterface.d.ts.map +1 -1
- package/build/common/permissionInterface.js +7 -1
- package/build/common/permissionInterface.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/common/treatmentVariables.d.ts +5 -0
- package/build/common/treatmentVariables.d.ts.map +1 -0
- package/build/common/treatmentVariables.js +10 -0
- package/build/common/treatmentVariables.js.map +1 -0
- package/build/component/configManager/lifecycle.d.ts +2 -2
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +23 -9
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/driver/botAadApp/create.js +1 -1
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +2 -2
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/interface/buildAndDeployArgs.d.ts +1 -1
- package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
- package/build/component/driver/interface/commonArgs.d.ts +2 -1
- package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.d.ts +1 -2
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.js +0 -2
- package/build/component/driver/script/baseBuildDriver.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts +2 -0
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +32 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +13 -0
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +53 -3
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +1 -0
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/feature/sso.js +2 -2
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/generator/configFiles/configGenerator.js +1 -1
- package/build/component/generator/configFiles/configGenerator.js.map +1 -1
- package/build/component/generator/openApiSpec/common.js +1 -1
- package/build/component/generator/openApiSpec/common.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +3 -3
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +5 -5
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/m365/errors.d.ts +7 -0
- package/build/component/m365/errors.d.ts.map +1 -1
- package/build/component/m365/errors.js +16 -1
- package/build/component/m365/errors.js.map +1 -1
- package/build/component/m365/packageService.d.ts +4 -5
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +69 -112
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +0 -10
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +3 -0
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/utils/envFunctionUtils.js +1 -1
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +4 -3
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +11 -4
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/core/FxCore.js +54 -21
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCoreClient.d.ts +96 -0
- package/build/core/FxCoreClient.d.ts.map +1 -0
- package/build/core/FxCoreClient.js +159 -0
- package/build/core/FxCoreClient.js.map +1 -0
- package/build/core/collaborator.d.ts +1 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +37 -0
- package/build/core/collaborator.js.map +1 -1
- package/build/core/createFrontDoorAdapters.d.ts.map +1 -1
- package/build/core/createFrontDoorAdapters.js +38 -4
- package/build/core/createFrontDoorAdapters.js.map +1 -1
- package/build/core/createProjectFrontDoor.d.ts.map +1 -1
- package/build/core/createProjectFrontDoor.js +6 -41
- package/build/core/createProjectFrontDoor.js.map +1 -1
- package/build/core/modifyProjectFrontDoor.d.ts.map +1 -1
- package/build/core/modifyProjectFrontDoor.js +0 -1
- package/build/core/modifyProjectFrontDoor.js.map +1 -1
- package/build/index.d.ts +6 -5
- package/build/index.d.ts.map +1 -1
- package/build/index.js +13 -12
- package/build/index.js.map +1 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +3 -0
- package/build/question/other.js.map +1 -1
- package/build/v4/buildTarget/parseSelector.d.ts.map +1 -1
- package/build/v4/buildTarget/parseSelector.js +2 -6
- package/build/v4/buildTarget/parseSelector.js.map +1 -1
- package/build/v4/buildTarget/resolveBuildTarget.d.ts +1 -4
- package/build/v4/buildTarget/resolveBuildTarget.d.ts.map +1 -1
- package/build/v4/buildTarget/resolveBuildTarget.js +6 -23
- package/build/v4/buildTarget/resolveBuildTarget.js.map +1 -1
- package/build/v4/surface/createSelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/createSelectorWalk.js +0 -3
- package/build/v4/surface/createSelectorWalk.js.map +1 -1
- package/build/v4/surface/modifySelectorWalk.d.ts.map +1 -1
- package/build/v4/surface/modifySelectorWalk.js +0 -3
- package/build/v4/surface/modifySelectorWalk.js.map +1 -1
- package/package.json +6 -6
- package/resource/package.nls.cs.json +8 -3
- package/resource/package.nls.de.json +8 -3
- package/resource/package.nls.es.json +8 -3
- package/resource/package.nls.fr.json +8 -3
- package/resource/package.nls.it.json +8 -3
- package/resource/package.nls.ja.json +8 -3
- package/resource/package.nls.json +2 -0
- package/resource/package.nls.ko.json +8 -3
- package/resource/package.nls.pl.json +8 -3
- package/resource/package.nls.pt-BR.json +8 -3
- package/resource/package.nls.ru.json +8 -3
- package/resource/package.nls.tr.json +8 -3
- package/resource/package.nls.zh-Hans.json +8 -3
- package/resource/package.nls.zh-Hant.json +8 -3
- package/resource/yaml-schema/v1.13/yaml.schema.json +1 -1
- package/resource/yaml-schema/yaml.schema.json +1 -1
- package/templates/configs/remote/python/env/.env.dev +2 -1
- package/templates/configs/remote/python/m365agents.yml.tpl +1 -0
- package/templates/configs/remote/typescript/env/.env.dev +2 -1
- package/templates/configs/remote/typescript/m365agents.yml.tpl +1 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata.zip +0 -0
- package/templates/v4/floor.json +1 -1
- package/templates/v4/templates-metadata.zip +0 -0
- package/templates/v4/templates.zip +0 -0
|
@@ -59,7 +59,6 @@ function buildScope(declared, answers) {
|
|
|
59
59
|
function malformedRouteReason(r) {
|
|
60
60
|
const has = {
|
|
61
61
|
templateId: r.templateId !== undefined,
|
|
62
|
-
coreMethod: r.coreMethod !== undefined,
|
|
63
62
|
action: r.action !== undefined,
|
|
64
63
|
};
|
|
65
64
|
switch (r.engine) {
|
|
@@ -67,24 +66,16 @@ function malformedRouteReason(r) {
|
|
|
67
66
|
if (!has.templateId) {
|
|
68
67
|
return "engine 'v4' requires 'templateId'";
|
|
69
68
|
}
|
|
70
|
-
if (has.
|
|
71
|
-
return "engine 'v4' must not carry '
|
|
72
|
-
}
|
|
73
|
-
return undefined;
|
|
74
|
-
case "v3-core-method":
|
|
75
|
-
if (!has.coreMethod) {
|
|
76
|
-
return "engine 'v3-core-method' requires 'coreMethod'";
|
|
77
|
-
}
|
|
78
|
-
if (has.templateId || has.action) {
|
|
79
|
-
return "engine 'v3-core-method' must not carry 'templateId' / 'action'";
|
|
69
|
+
if (has.action) {
|
|
70
|
+
return "engine 'v4' must not carry 'action'";
|
|
80
71
|
}
|
|
81
72
|
return undefined;
|
|
82
73
|
case "surface-action":
|
|
83
74
|
if (!has.action) {
|
|
84
75
|
return "engine 'surface-action' requires 'action'";
|
|
85
76
|
}
|
|
86
|
-
if (has.templateId
|
|
87
|
-
return "engine 'surface-action' must not carry 'templateId'
|
|
77
|
+
if (has.templateId) {
|
|
78
|
+
return "engine 'surface-action' must not carry 'templateId'";
|
|
88
79
|
}
|
|
89
80
|
return undefined;
|
|
90
81
|
}
|
|
@@ -212,21 +203,13 @@ function matchRoute(selector, answers, port) {
|
|
|
212
203
|
return (0, neverthrow_1.err)(userError(exports.BUILD_TARGET_NO_MATCHING_ROUTE, "no selector route matched the resolved answers (no silent fallback)"));
|
|
213
204
|
}
|
|
214
205
|
/** Dispatch a matched route to its engine-specific id. */
|
|
215
|
-
function dispatchRoute(r
|
|
206
|
+
function dispatchRoute(r) {
|
|
216
207
|
switch (r.engine) {
|
|
217
208
|
case "v4":
|
|
218
209
|
if (r.templateId === undefined) {
|
|
219
210
|
return (0, neverthrow_1.err)(userError(exports.BUILD_TARGET_MALFORMED_ROUTE, `route '${r.when}': missing 'templateId'`));
|
|
220
211
|
}
|
|
221
212
|
return (0, neverthrow_1.ok)({ templateId: r.templateId, engine: r.engine });
|
|
222
|
-
case "v3-core-method":
|
|
223
|
-
if (r.coreMethod === undefined) {
|
|
224
|
-
return (0, neverthrow_1.err)(userError(exports.BUILD_TARGET_MALFORMED_ROUTE, `route '${r.when}': missing 'coreMethod'`));
|
|
225
|
-
}
|
|
226
|
-
if (!port.v3CoreMethodRegistry(r.coreMethod)) {
|
|
227
|
-
return (0, neverthrow_1.err)(userError(exports.BUILD_TARGET_UNKNOWN_TEMPLATE, `core method '${r.coreMethod}' is not in the v3 core-method allow-list`));
|
|
228
|
-
}
|
|
229
|
-
return (0, neverthrow_1.ok)({ templateId: r.coreMethod, engine: r.engine });
|
|
230
213
|
case "surface-action":
|
|
231
214
|
if (r.action === undefined) {
|
|
232
215
|
return (0, neverthrow_1.err)(userError(exports.BUILD_TARGET_MALFORMED_ROUTE, `route '${r.when}': missing 'action'`));
|
|
@@ -251,7 +234,7 @@ async function resolveBuildTarget(selector, prefilled, interactive, port, option
|
|
|
251
234
|
if (matched.isErr()) {
|
|
252
235
|
return (0, neverthrow_1.err)(matched.error);
|
|
253
236
|
}
|
|
254
|
-
const dispatched = dispatchRoute(matched.value
|
|
237
|
+
const dispatched = dispatchRoute(matched.value);
|
|
255
238
|
if (dispatched.isErr()) {
|
|
256
239
|
return (0, neverthrow_1.err)(dispatched.error);
|
|
257
240
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolveBuildTarget.js","sourceRoot":"","sources":["../../../src/v4/buildTarget/resolveBuildTarget.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;
|
|
1
|
+
{"version":3,"file":"resolveBuildTarget.js","sourceRoot":"","sources":["../../../src/v4/buildTarget/resolveBuildTarget.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSelectorWalk.d.ts","sourceRoot":"","sources":["../../../src/v4/surface/createSelectorWalk.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAA0B,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAW,MAAM,YAAY,CAAC;AAM7C,OAAO,EAEL,WAAW,EAIX,kBAAkB,EAGnB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAoBlE,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,yFAAyF;IACzF,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACvC,kFAAkF;IAClF,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACnC,gFAAgF;IAChF,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAC7C,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,4DAA4D;IAC5D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sGAAsG;IACtG,MAAM,CAAC,EAAE;QAAE,OAAO,EAAE,gBAAgB,EAAE,CAAA;KAAE,CAAC;CAC1C;
|
|
1
|
+
{"version":3,"file":"createSelectorWalk.d.ts","sourceRoot":"","sources":["../../../src/v4/surface/createSelectorWalk.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAA0B,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAW,MAAM,YAAY,CAAC;AAM7C,OAAO,EAEL,WAAW,EAIX,kBAAkB,EAGnB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAoBlE,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,yFAAyF;IACzF,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACvC,kFAAkF;IAClF,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACnC,gFAAgF;IAChF,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAC7C,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,4DAA4D;IAC5D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sGAAsG;IACtG,MAAM,CAAC,EAAE;QAAE,OAAO,EAAE,gBAAgB,EAAE,CAAA;KAAE,CAAC;CAC1C;AA8FD,uEAAuE;AACvE,wBAAsB,iBAAiB,CACrC,UAAU,EAAE,MAAM,EAClB,EAAE,EAAE,eAAe,EACnB,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC,CAmC9C;AAED,0DAA0D;AAC1D,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,GACjB,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAgB9B"}
|
|
@@ -90,9 +90,6 @@ function buildPort(floorBytes, presentation, ui, surface, flagReader, v4Registry
|
|
|
90
90
|
}
|
|
91
91
|
return (0, declarativePackage_1.openDeclarativePackage)(floorBytes, { kind: "create", templateId }).isOk();
|
|
92
92
|
},
|
|
93
|
-
v3CoreMethodRegistry() {
|
|
94
|
-
return false;
|
|
95
|
-
},
|
|
96
93
|
};
|
|
97
94
|
}
|
|
98
95
|
/** Run create Q1 over `ui`, resolving the dispatched `BuildTarget`. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSelectorWalk.js","sourceRoot":"","sources":["../../../src/v4/surface/createSelectorWalk.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;
|
|
1
|
+
{"version":3,"file":"createSelectorWalk.js","sourceRoot":"","sources":["../../../src/v4/surface/createSelectorWalk.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modifySelectorWalk.d.ts","sourceRoot":"","sources":["../../../src/v4/surface/modifySelectorWalk.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAA0B,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAO,MAAM,YAAY,CAAC;AAMzC,OAAO,EACL,WAAW,EAMZ,MAAM,mCAAmC,CAAC;AAa3C,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACvC,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACnC,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;
|
|
1
|
+
{"version":3,"file":"modifySelectorWalk.d.ts","sourceRoot":"","sources":["../../../src/v4/surface/modifySelectorWalk.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAA0B,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAO,MAAM,YAAY,CAAC;AAMzC,OAAO,EACL,WAAW,EAMZ,MAAM,mCAAmC,CAAC;AAa3C,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACvC,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACnC,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAwFD,wBAAsB,iBAAiB,CACrC,UAAU,EAAE,MAAM,EAClB,EAAE,EAAE,eAAe,EACnB,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,CAiCvC"}
|
|
@@ -81,9 +81,6 @@ function buildPort(floorBytes, presentation, ui, surface, flagReader, v4Registry
|
|
|
81
81
|
}
|
|
82
82
|
return (0, declarativePackage_1.openDeclarativePackage)(floorBytes, { kind: "modify", templateId }).isOk();
|
|
83
83
|
},
|
|
84
|
-
v3CoreMethodRegistry(coreMethod) {
|
|
85
|
-
return coreMethod === "addPlugin";
|
|
86
|
-
},
|
|
87
84
|
};
|
|
88
85
|
}
|
|
89
86
|
async function runModifySelector(floorBytes, ui, surface, deps = {}) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modifySelectorWalk.js","sourceRoot":"","sources":["../../../src/v4/surface/modifySelectorWalk.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;
|
|
1
|
+
{"version":3,"file":"modifySelectorWalk.js","sourceRoot":"","sources":["../../../src/v4/surface/modifySelectorWalk.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3-alpha.f04bf264d7.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
54
54
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
55
55
|
"@microsoft/kiota": "1.31.1",
|
|
56
|
-
"@microsoft/m365-spec-parser": "^0.3.
|
|
57
|
-
"@microsoft/teamsfx-api": "0.24.
|
|
56
|
+
"@microsoft/m365-spec-parser": "^0.3.2-alpha.f04bf264d7.0",
|
|
57
|
+
"@microsoft/teamsfx-api": "0.24.2-alpha.f04bf264d7.0",
|
|
58
58
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
59
59
|
"adm-zip": "^0.6.0",
|
|
60
60
|
"ajv": "^8.18.0",
|
|
@@ -77,14 +77,15 @@
|
|
|
77
77
|
"jsonschema": "^1.4.0",
|
|
78
78
|
"klaw": "^3.0.0",
|
|
79
79
|
"linkedom": "^0.18.9",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
80
81
|
"md5": "^2.3.0",
|
|
81
82
|
"mime": "^2.5.2",
|
|
82
83
|
"mustache": "^4.1.0",
|
|
83
84
|
"neverthrow": "^3.2.0",
|
|
84
85
|
"node-fetch": "^3.3.2",
|
|
85
86
|
"node-forge": "^1.3.1",
|
|
86
|
-
"office-addin-manifest": "^1.
|
|
87
|
-
"office-addin-project": "^1.0.
|
|
87
|
+
"office-addin-manifest": "^2.1.6",
|
|
88
|
+
"office-addin-project": "^1.0.10",
|
|
88
89
|
"openapi-types": "^7.2.3",
|
|
89
90
|
"proper-lockfile": "^4.1.2",
|
|
90
91
|
"read-package-json-fast": "^2.0.3",
|
|
@@ -156,7 +157,6 @@
|
|
|
156
157
|
"find-process": "^1.4.4",
|
|
157
158
|
"globals": "^16.2.0",
|
|
158
159
|
"lint-staged": "^10.5.4",
|
|
159
|
-
"lodash": "^4.17.21",
|
|
160
160
|
"mock-fs": "5.2.0",
|
|
161
161
|
"mocked-env": "^1.3.5",
|
|
162
162
|
"nyc": "^17.1.0",
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "V případě souboru popisu OpenAPI analyzátoru získá prázdný výsledek.",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "Adresa URL serveru MCP",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Zadejte adresu URL serveru MCP (např. https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Vyberte operace, se kterými může Copilot komunikovat",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Vyberte typ ověřování",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (se statickou registrací)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "Musí být vybrán alespoň jeden server MCP",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "Operace vybrané ze serveru MCP jsou úspěšně přidány pro interakci s Copilotem. Můžete přejít na %s a zkontrolovat podrobnosti. Teď můžete zřídit deklarativního agenta, abyste mohli pokračovat.",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Na serveru MCP nebyla nalezena ověřovací metadata. Ujistěte se, že je server MCP správně nakonfigurovaný, a zkuste to znovu. Podrobnosti: %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "Soubor %s existuje a nebyl přepsán. Pokud chcete soubor znovu sestavit, odstraňte ho nebo ho přejmenujte.",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Nepovedlo se najít ověřovací metadata z vlastnosti resource_metadata z odpovědi serveru MCP.",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "Soubor nástrojů MCP nebyl nalezen: %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "Neplatný formát souboru nástrojů MCP Očekává se %s nebo pole JSON nástrojů: %s.",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "Každý nástroj v souboru nástrojů MCP musí mít vlastnost %s: %s.",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "Nepodařilo se přečíst soubor nástrojů MCP: %s. Pokud chcete nástroje přidat později, spusťte:\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "Server MCP v umístění %s vyžaduje ověření. Nástroje se nepovedlo načíst automaticky. Pokud chcete přidat nástroje, spusťte příkaz:\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "Na serveru MCP v %s nebyly nalezeny žádné nástroje. Pokud chcete nástroje přidat později, spusťte:\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "Nepodařilo se načíst nástroje ze serveru MCP v %s. Pokud chcete nástroje přidat později, spusťte:\n %s"
|
|
1176
1181
|
}
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "Beim Parsen der OpenAPI-Beschreibungsdatei wird ein leeres Ergebnis zurückgegeben.",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "MCP-Server-URL",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Geben Sie Ihre MCP-Server-URL ein (z. B. https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Wählen Sie einen oder mehrere Vorgänge aus, mit denen Copilot interagieren kann",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Authentifizierungstyp auswählen",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (mit statischer Registrierung)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "Es muss mindestens ein MCP-Server ausgewählt werden.",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "Die von Ihrem MCP-Server ausgewählten Vorgänge wurden erfolgreich hinzugefügt, damit Copilot interagieren kann. Sie können zu „%s“ wechseln, um Details zu überprüfen. Jetzt können Sie Ihren deklarativen Agent bereitstellen, um fortzufahren.",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Die Authentifizierungsmetadaten wurden auf dem MCP-Server nicht gefunden. Stellen Sie sicher, dass Ihr MCP-Server ordnungsgemäß konfiguriert ist, und versuchen Sie es noch mal. Details: %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "„%s“ ist vorhanden und wurde nicht überschrieben. Löschen Sie sie, oder benennen Sie sie um, um die Datei neu zu erstellen.",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Die Authentifizierungsmetadaten aus der Eigenschaft „resource_metadata“ aus der Antwort des MCP-Servers wurden nicht gefunden.",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "MCP-Toolsdatei nicht gefunden: %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "Ungültiges Format der MCP-Toolsdatei. Erwartet wird %s oder ein JSON-Array von Tools: %s",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "Jedes Tool in der MCP-Toolsdatei muss eine %s-Eigenschaft haben: %s",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "Fehler beim Lesen der MCP-Toolsdatei: %s. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "Der MCP-Server unter %s erfordert eine Authentifizierung. Tools konnten nicht automatisch abgerufen werden. Um Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "Am MCP-Server unter %s wurden keine Tools gefunden. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "Fehler beim Abrufen der Tools vom MCP-Server unter %s. Um später Tools hinzuzufügen, führen Sie folgendes aus:\n %s"
|
|
1176
1181
|
}
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "Obtener un resultado vacío al analizar el archivo de descripción de OpenAPI.",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "URL del servidor MCP",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Introduzca la URL de su servidor MCP (por ejemplo, https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Seleccionar operaciones con las que Copilot puede interactuar",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Seleccionar tipo de autenticación",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (con registro estático)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "Se debe seleccionar al menos un servidor MCP",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "Las operaciones seleccionadas de su servidor MCP se han agregado correctamente para que Copilot pueda interactuar con ellas. Puede ir a \"%s\" para consultar los detalles. Ahora puede aprovisionar su agente declarativo para continuar.",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "No se pueden encontrar los metadatos de autenticación en el servidor MCP. Asegúrese de que su servidor MCP esté configurado correctamente e inténtelo de nuevo. Detalles: %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "\"%s\" existe y no se sobrescribió. Elimínelo o cámbiele el nombre para volver a generar el archivo.",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "No se pueden encontrar los metadatos de autenticación de la propiedad \"resource_metadata\" en la respuesta del servidor MCP.",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "No se encontró el archivo de herramientas MCP: %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "Formato de archivo de herramientas MCP no válido. Se esperaba %s o una matriz JSON de herramientas: %s",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "Cada herramienta del archivo de herramientas MCP debe tener una propiedad %s: %s",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "Error al leer el archivo de herramientas MCP: %s. Para agregar herramientas más adelante, ejecute:\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "El servidor MCP en %s requiere autenticación. No se pudieron capturar automáticamente las herramientas. Para agregar herramientas, ejecute:\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "No se detectaron herramientas en el servidor MCP en %s. Para agregar herramientas más adelante, ejecute:\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "Error al capturar las herramientas del servidor MCP en %s. Para agregar herramientas más adelante, ejecute:\n %s"
|
|
1176
1181
|
}
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "Obtenez un résultat vide lors de l’analyse du fichier de description OpenAPI.",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "URL du serveur MCP",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Entrez l’URL de votre serveur MCP (par exemple, https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Sélectionnez une ou plusieurs opérations avec lesquelles Copilot peut interagir",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Sélectionner un type d’authentification",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (avec enregistrement statique)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "Au moins un serveur MCP doit être sélectionné",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "Les opérations sélectionnées à partir de votre serveur MCP ont été ajoutées pour permettre à Copilot d’interagir. Vous pouvez consulter les détails dans '%s'. Vous pouvez désormais provisionner votre agent déclaratif pour continuer.",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Impossible de trouver les métadonnées d’authentification sur le serveur MCP. Vérifiez que votre serveur MCP est correctement configuré et réessayez. Détails : %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "« %s » existe et n’a pas été écrasé. Supprimez-le ou renommez-le pour recréer le fichier.",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Impossible de trouver les métadonnées d’authentification dans la propriété « resource_metadata » de la réponse du serveur MCP.",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "Fichier des outils MCP introuvable : %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "Format de fichier des outils MCP non valide. Attendu %s ou un tableau JSON d’outils : %s",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "Chaque outil du fichier d'outils MCP doit avoir une propriété %s : %s",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "Nous n’avons pas pu lire le fichier des outils MCP : %s. Pour ajouter des outils ultérieurement, exécutez :\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "Le serveur MCP situé à l’adresse %s nécessite une authentification. Nous n’avons pas pu récupérer les outils automatiquement. Pour ajouter des outils, exécutez :\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "Aucun outil n’a été découvert sur le serveur MCP à l’adresse %s. Pour ajouter des outils ultérieurement, exécutez :\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "Nous ne pouvons pas récupérer les outils à partir du serveur MCP à l’adresse %s. Pour ajouter des outils ultérieurement, exécutez :\n %s"
|
|
1176
1181
|
}
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "Quando si analizza il file di descrizione OpenAPI, si ottiene un risultato vuoto.",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "URL del server MCP",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "Immettere l'URL del server MCP (ad esempio, https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Selezionare le operazioni con cui Copilot può interagire",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "Selezionare il tipo di autenticazione",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (con registrazione statica)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "È necessario selezionare almeno un server MCP",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "Le operazioni selezionate dal server MCP sono state aggiunte correttamente per l'interazione con Copilot. Andare in '%s' per controllare i dettagli. Per continuare, è ora possibile effettuare il provisioning dell'agente dichiarativo.",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "Impossibile trovare i metadati di autenticazione nel server MCP. Verificare che il server MCP sia configurato correttamente e riprovare. Dettagli: %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "'%s' esiste e non è stato sovrascritto. Eliminalo o rinominalo per ricreare il file.",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "Impossibile trovare i metadati di autenticazione dalla proprietà \"resource_metadata\" nella risposta del server MCP.",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "Non è possibile trovare il file degli strumenti MCP: %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "Formato di file degli strumenti MCP non valido. Previsto %s o una matrice JSON di strumenti: %s",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "Ogni strumento nel file degli strumenti MCP deve avere una proprietà %s: %s",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "Non è possibile leggere il file degli strumenti MCP: %s. Per aggiungere strumenti in un secondo momento, esegui:\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "Il server MCP in %s richiede l'autenticazione. Non è possibile recuperare automaticamente gli strumenti. Per aggiungere strumenti, esegui:\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "Non sono stati individuati strumenti dal server MCP in %s. Per aggiungere strumenti in un secondo momento, esegui:\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "Non è possibile recuperare strumenti dal server MCP in %s. Per aggiungere strumenti in un secondo momento, esegui:\n %s"
|
|
1176
1181
|
}
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "OpenAPI の説明ファイルをパースすると、空の結果が返されます。",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "MCP サーバーの URL",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "MCP サーバーの URL を入力します (例: https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Copilot が操作できる操作を選択します",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "認証の種類の選択",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (静的登録あり)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "少なくとも 1 台の MCP サーバーを選択する必要があります",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "MCP サーバーから選択した操作が正常に追加され、Copilot が対話できるようになります。'%s' に移動して詳細を確認できます。宣言型エージェントをプロビジョニングして続行できるようになりました。",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "MCP サーバーに認証メタデータが見つかりません。MCP サーバーが正しく構成されていることを確認してから、もう一度お試しください。詳細: %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "MCP
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "'%s' は存在し、上書きされませんでした。ファイルを再生成するには、削除するか、名前を変更してください。",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "MCP サーバーの応答からプロパティ \"resource_metadata\" の認証メタデータが見つかりません。",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "MCP ツール ファイルが見つかりません: %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "無効な MCP ツール ファイル形式です。%s またはツールの JSON 配列が必要です: %s",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "MCP ツール ファイル内の各ツールには %s プロパティが必要です: %s",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "MCP ツール ファイルを読み取れませんでした: %s。後でツールを追加するには、次を実行します。\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "%s の MCP サーバーは認証が必要です。ツールを自動的にフェッチできませんでした。ツールを追加するには、次を実行します。\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "%s の MCP サーバーからツールが検出されませんでした。後でツールを追加するには、次を実行します。\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "%s の MCP サーバーからツールをフェッチできませんでした。後でツールを追加するには、次を実行します。\n %s"
|
|
1176
1181
|
}
|
|
@@ -904,6 +904,8 @@
|
|
|
904
904
|
"error.teamsApp.createAppPackage.fileSystemError.telemetry": "The app package file operation failed. File system error: %s.",
|
|
905
905
|
"error.teamsApp.createAppPackage.fileSystemError.display": "The app package file operation failed for '%s'. File system error: %s.",
|
|
906
906
|
"error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
|
|
907
|
+
"error.m365.packageService.validationFailed": "The app package failed RAI validation. Resolve the following issues and try again:\n%s",
|
|
908
|
+
"info.m365.packageService.raiValidationInProgress": "RAI validation is in progress. Waiting for completion...",
|
|
907
909
|
"driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
|
|
908
910
|
"driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
|
|
909
911
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
@@ -1116,6 +1116,8 @@
|
|
|
1116
1116
|
"error.kiotaClient.EmptyResult": "OpenAPI 설명 파일을 구문 분석할 때 빈 결과를 가져옵니다.",
|
|
1117
1117
|
"core.createProjectQuestion.mcpForDa.ServerUrl.title": "MCP 서버 URL",
|
|
1118
1118
|
"core.createProjectQuestion.mcpForDa.ServerUrl.placeholder": "MCP 서버 URL 입력(예: https://example-mcp.com)",
|
|
1119
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.notAnMcpEndpoint": "Couldn't reach an MCP server at this URL (returned 404 to the MCP 'initialize' request). Verify the URL, or confirm the server is running.",
|
|
1120
|
+
"core.createProjectQuestion.mcpForDa.ServerUrl.invalidUrl": "Enter an absolute URL that starts with https:// or http://.",
|
|
1119
1121
|
"core.createProjectQuestion.mcpForDa.PreFetchTools.title": "Copilot이 상호 작용할 수 있는 작업 선택",
|
|
1120
1122
|
"core.createProjectQuestion.mcpForDa.AuthType.title": "인증 유형 선택",
|
|
1121
1123
|
"core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth(정적 등록 사용)",
|
|
@@ -1155,11 +1157,12 @@
|
|
|
1155
1157
|
"core.createProjectQuestion.mcpLocalServer.validationHelp": "MCP 서버를 하나 이상 선택해야 함",
|
|
1156
1158
|
"core.MCPForDA.updatePluginManifest": "MCP 서버에서 선택한 작업이 Copilot과 상호 작용할 수 있도록 성공적으로 추가되었습니다. '%s'(으)로 이동하여 세부 정보를 확인할 수 있습니다. 이제 선언적 에이전트를 프로비전하여 계속 진행할 수 있습니다.",
|
|
1157
1159
|
"core.MCPForDA.mcpAuthMetadataMissingError": "MCP 서버에서 인증 메타데이터를 찾을 수 없습니다. MCP 서버가 올바르게 구성되어 있는지 확인하고 다시 시도하세요. 세부 정보: %s",
|
|
1158
|
-
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "
|
|
1160
|
+
"core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'wellKnownAuthorizationServer' placeholder in 'm365agents.yml' with the right value before provisioning.",
|
|
1161
|
+
"core.MCPForDA.mcpAuthOAuthPlaceholderWarning": "Scaffolding succeeded, but the OAuth endpoints couldn't be discovered automatically. Your MCP server is reachable, but it doesn't advertise its OAuth endpoints — ATK checks the server's OAuth metadata ('.well-known/oauth-authorization-server') and found 'none'. Replace the 'authorizationUrl' and 'tokenUrl' placeholders in 'm365agents.yml' with the right values before provisioning.",
|
|
1159
1162
|
"core.v4.scaffold.existingFileSkipped": "'%s'이(가) 이미 있어 덮어쓰지 않았습니다. 파일을 다시 빌드하려면 삭제하거나 이름을 바꾸세요.",
|
|
1160
1163
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "MCP 서버 응답의 \"resource_metadata\" 속성에서 인증 메타데이터를 찾을 수 없습니다.",
|
|
1161
|
-
"core.MCPForDA.mcpServerMetadataUrlNotFound": "
|
|
1162
|
-
"core.MCPForDA.authUrlNotFound": "
|
|
1164
|
+
"core.MCPForDA.mcpServerMetadataUrlNotFound": "Unable to find the server metadata from property \"authorization_servers\" from response of the Protected Resource Metadata of the MCP server.",
|
|
1165
|
+
"core.MCPForDA.authUrlNotFound": "Unable to find the authentication URL(s) from response of Authorization Server Metadata of the MCP server. Attempted: %s",
|
|
1163
1166
|
"core.MCPForDA.toolsFileNotFound": "MCP 도구 파일을 찾을 수 없습니다. %s",
|
|
1164
1167
|
"core.MCPForDA.toolsFileInvalidFormat": "MCP 도구 파일 형식이 잘못되었습니다. %s 또는 도구의 JSON 배열이 필요함: %s",
|
|
1165
1168
|
"core.MCPForDA.toolsFileMissingName": "MCP 도구 파일의 각 도구에는 %s 속성이 있어야 함: %s",
|
|
@@ -1172,5 +1175,7 @@
|
|
|
1172
1175
|
"core.MCPForDA.toolsFileReadError": "MCP 도구 파일을 읽지 못했습니다. %s. 나중에 도구를 추가하려면 다음을 실행합니다.\n %s",
|
|
1173
1176
|
"core.MCPForDA.authRequired": "%s의 MCP 서버에는 인증이 필요합니다. 도구를 자동으로 가져올 수 없습니다. 도구를 추가하려면 다음을 실행합니다.\n %s",
|
|
1174
1177
|
"core.MCPForDA.noToolsFetched": "%s의 MCP 서버에서 도구를 찾지 못했습니다. 나중에 도구를 추가하려면 다음을 실행합니다.\n %s",
|
|
1178
|
+
"core.MCPForDA.mcpServerUrlNotAnEndpoint": "%s answered an MCP initialize request with HTTP %s, so it may not be an MCP server URL. Verify the URL before provisioning.",
|
|
1179
|
+
"core.MCPForDA.openYmlFile": "Open m365agents.yml",
|
|
1175
1180
|
"core.MCPForDA.fetchError": "%s의 MCP 서버에서 도구를 가져오지 못했습니다. 나중에 도구를 추가하려면 다음을 실행합니다.\n %s"
|
|
1176
1181
|
}
|