Add initial MCP server (#261898)

This commit is contained in:
Tyler James Leonhardt
2025-08-15 23:25:13 -07:00
committed by GitHub
parent e98a20f554
commit 4a653ec816
13 changed files with 3948 additions and 3 deletions

View File

@@ -1303,6 +1303,18 @@ export default tseslint.config(
'@playwright/*',
'*' // node modules
]
},
{
'target': 'test/mcp/**',
'restrictions': [
'test/automation',
'test/mcp/**',
'@vscode/*',
'@parcel/*',
'@playwright/*',
'@modelcontextprotocol/sdk/**/*',
'*' // node modules
]
}
]
}