@vibebrowser/chrome-devtools-mcp 0.26.1 → 0.26.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.
|
@@ -11,8 +11,7 @@ import { createMcpServer, logDisclaimers } from '../index.js';
|
|
|
11
11
|
import { logger, saveLogsToFile } from '../logger.js';
|
|
12
12
|
import { ClearcutLogger } from '../telemetry/ClearcutLogger.js';
|
|
13
13
|
import { computeFlagUsage } from '../telemetry/flagUtils.js';
|
|
14
|
-
import { StdioServerTransport, StreamableHTTPServerTransport, } from '../third_party/index.js';
|
|
15
|
-
import { isInitializeRequest } from '@modelcontextprotocol/sdk/types.js';
|
|
14
|
+
import { StdioServerTransport, StreamableHTTPServerTransport, isInitializeRequest, } from '../third_party/index.js';
|
|
16
15
|
import { checkForUpdates } from '../utils/check-for-updates.js';
|
|
17
16
|
import { VERSION } from '../version.js';
|
|
18
17
|
import { cliOptions, parseArguments } from './chrome-devtools-mcp-cli-options.js';
|
|
@@ -186288,5 +186288,5 @@ const snapshot = snapshot$1;
|
|
|
186288
186288
|
const navigation = navigation$1;
|
|
186289
186289
|
const generateReport = generateReport$1;
|
|
186290
186290
|
|
|
186291
|
-
export { Browser as BrowserEnum, CDPSessionEvent, Client$1 as Client, mcp as DevTools, KnownDevices, ListRootsRequestSchema, ListRootsResultSchema, Locator, McpServer, PipeTransport, PredefinedNetworkConditions, RootsListChangedNotificationSchema, SetLevelRequestSchema, StdioClientTransport, StdioServerTransport, StreamableHTTPServerTransport, ajv, debug$2 as debug, detectBrowserPlatform, generateReport, hideBin, navigation, puppeteer, resolveDefaultUserDataDir, semver, snapshot, Yargs as yargs, z$1 as zod };
|
|
186291
|
+
export { Browser as BrowserEnum, CDPSessionEvent, Client$1 as Client, mcp as DevTools, KnownDevices, ListRootsRequestSchema, ListRootsResultSchema, Locator, McpServer, PipeTransport, PredefinedNetworkConditions, RootsListChangedNotificationSchema, SetLevelRequestSchema, StdioClientTransport, StdioServerTransport, StreamableHTTPServerTransport, ajv, debug$2 as debug, detectBrowserPlatform, generateReport, hideBin, isInitializeRequest, navigation, puppeteer, resolveDefaultUserDataDir, semver, snapshot, Yargs as yargs, z$1 as zod };
|
|
186292
186292
|
//# sourceMappingURL=index.js.map
|