change description
This commit is contained in:
@@ -107,7 +107,7 @@ class VSCodeProxyBackend implements ServerBackend {
|
|||||||
private _defineContextSwitchTool(): Tool {
|
private _defineContextSwitchTool(): Tool {
|
||||||
return {
|
return {
|
||||||
name: 'browser_connect',
|
name: 'browser_connect',
|
||||||
description: 'Connect to a browser running in VS Code.',
|
description: 'Do not call, this tool is used in the integration with the Playwright VS Code Extension and meant for programmatic usage only.',
|
||||||
inputSchema: zodToJsonSchema(contextSwitchOptions, { strictUnions: true }) as Tool['inputSchema'],
|
inputSchema: zodToJsonSchema(contextSwitchOptions, { strictUnions: true }) as Tool['inputSchema'],
|
||||||
annotations: {
|
annotations: {
|
||||||
title: 'Connect to a browser running in VS Code.',
|
title: 'Connect to a browser running in VS Code.',
|
||||||
|
|||||||
Reference in New Issue
Block a user