open-mcp-app 0.1.1 → 0.1.2
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/server/index.js +1 -0
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -14823,6 +14823,7 @@ var App = class {
|
|
|
14823
14823
|
};
|
|
14824
14824
|
toolMeta["openai/outputTemplate"] = config.ui;
|
|
14825
14825
|
toolMeta["openai/widgetAccessible"] = visibility.includes("app");
|
|
14826
|
+
toolMeta["ui/resourceUri"] = config.ui;
|
|
14826
14827
|
}
|
|
14827
14828
|
if (config.loadingMessage) {
|
|
14828
14829
|
toolMeta["openai/toolInvocation/invoking"] = config.loadingMessage;
|