expo-doctor 1.17.7 → 1.17.8
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.
|
@@ -123,6 +123,10 @@ declare class Env {
|
|
|
123
123
|
get EXPO_FORCE_WEBCONTAINER_ENV(): boolean;
|
|
124
124
|
/** Disable by falsy value live binding in experimental import export support. Enabled by default. */
|
|
125
125
|
get EXPO_UNSTABLE_LIVE_BINDINGS(): boolean;
|
|
126
|
+
/**
|
|
127
|
+
* Enable the experimental MCP integration or further specify the MCP server URL.
|
|
128
|
+
*/
|
|
129
|
+
get EXPO_UNSTABLE_MCP_SERVER(): string;
|
|
126
130
|
}
|
|
127
131
|
export declare const env: Env;
|
|
128
132
|
export declare function envIsWebcontainer(): boolean;
|