@kong-ui-public/entities-plugins 9.81.1 → 9.82.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/dist/entities-plugins.es.js +5 -5
- package/dist/entities-plugins.umd.js +3 -3
- package/dist/types/components/free-form/{AIMcp/AIMcpForm.vue.d.ts → AIMcpProxy/AIMcpProxyForm.vue.d.ts} +1 -1
- package/dist/types/components/free-form/AIMcpProxy/AIMcpProxyForm.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/{AIMcp → AIMcpProxy}/ConfigForm.vue.d.ts +4 -4
- package/dist/types/components/free-form/AIMcpProxy/ConfigForm.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/AIMcpProxy/index.d.ts +2 -0
- package/dist/types/components/free-form/AIMcpProxy/index.d.ts.map +1 -0
- package/dist/types/components/free-form/{AIMcp → AIMcpProxy}/types.d.ts +2 -2
- package/dist/types/components/free-form/AIMcpProxy/types.d.ts.map +1 -0
- package/dist/types/components/free-form/AIMcpProxy/utils.d.ts.map +1 -0
- package/dist/types/components/free-form/index.d.ts +1 -1
- package/dist/types/components/free-form/index.d.ts.map +1 -1
- package/dist/types/utils/free-form.d.ts +1 -1
- package/package.json +10 -10
- package/dist/types/components/free-form/AIMcp/AIMcpForm.vue.d.ts.map +0 -1
- package/dist/types/components/free-form/AIMcp/ConfigForm.vue.d.ts.map +0 -1
- package/dist/types/components/free-form/AIMcp/index.d.ts +0 -2
- package/dist/types/components/free-form/AIMcp/index.d.ts.map +0 -1
- package/dist/types/components/free-form/AIMcp/types.d.ts.map +0 -1
- package/dist/types/components/free-form/AIMcp/utils.d.ts.map +0 -1
- /package/dist/types/components/free-form/{AIMcp → AIMcpProxy}/utils.d.ts +0 -0
|
@@ -696,7 +696,7 @@ const Jh = {
|
|
|
696
696
|
}
|
|
697
697
|
},
|
|
698
698
|
"free-form": {
|
|
699
|
-
"ai-mcp": {
|
|
699
|
+
"ai-mcp-proxy": {
|
|
700
700
|
tool_item_label: "Tool #{index}"
|
|
701
701
|
},
|
|
702
702
|
"request-callout": {
|
|
@@ -4452,7 +4452,7 @@ const E1 = (e) => {
|
|
|
4452
4452
|
component: "ServiceProtectionForm"
|
|
4453
4453
|
},
|
|
4454
4454
|
datakit: "DatakitForm",
|
|
4455
|
-
"ai-mcp": "
|
|
4455
|
+
"ai-mcp-proxy": "AIMcpProxyForm",
|
|
4456
4456
|
"jwt-signer": "CommonForm"
|
|
4457
4457
|
};
|
|
4458
4458
|
function jf(e, t) {
|
|
@@ -23007,7 +23007,7 @@ const Rd = nu.options, eK = ye.string().min(1).refine((e) => !e.includes("."), "
|
|
|
23007
23007
|
tools: D(({ name: d }) => [
|
|
23008
23008
|
M(ua, {
|
|
23009
23009
|
appearance: "tabs",
|
|
23010
|
-
"item-label": (c, f) => p(i)("plugins.free-form.ai-mcp.tool_item_label", { index: f + 1 }),
|
|
23010
|
+
"item-label": (c, f) => p(i)("plugins.free-form.ai-mcp-proxy.tool_item_label", { index: f + 1 }),
|
|
23011
23011
|
name: d,
|
|
23012
23012
|
"sticky-tabs": ""
|
|
23013
23013
|
}, null, 8, ["item-label", "name"])
|
|
@@ -23020,7 +23020,7 @@ const Rd = nu.options, eK = ye.string().min(1).refine((e) => !e.includes("."), "
|
|
|
23020
23020
|
}, 8, ["data", "schema"]));
|
|
23021
23021
|
}
|
|
23022
23022
|
}), mK = /* @__PURE__ */ he({
|
|
23023
|
-
__name: "
|
|
23023
|
+
__name: "AIMcpProxyForm",
|
|
23024
23024
|
props: {
|
|
23025
23025
|
schema: {},
|
|
23026
23026
|
formSchema: {},
|
|
@@ -23118,7 +23118,7 @@ const Rd = nu.options, eK = ye.string().min(1).refine((e) => !e.includes("."), "
|
|
|
23118
23118
|
}
|
|
23119
23119
|
}), Kd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23120
23120
|
__proto__: null,
|
|
23121
|
-
|
|
23121
|
+
AIMcpProxyForm: mK,
|
|
23122
23122
|
CommonForm: vK,
|
|
23123
23123
|
DatakitForm: fK,
|
|
23124
23124
|
RequestCalloutForm: YE,
|