chore: export server for custom transports (#20)
Fixes https://github.com/microsoft/playwright-mcp/issues/11
This commit is contained in:
12
package.json
12
package.json
@@ -21,13 +21,11 @@
|
||||
"test": "playwright test"
|
||||
},
|
||||
"exports": {
|
||||
"./servers/server": "./lib/servers/server.js",
|
||||
"./servers/screenshot": "./lib/servers/screenshot.js",
|
||||
"./servers/snapshot": "./lib/servers/snapshot.js",
|
||||
"./tools/common": "./lib/tools/common.js",
|
||||
"./tools/screenshot": "./lib/tools/screenshot.js",
|
||||
"./tools/snapshot": "./lib/tools/snapshot.js",
|
||||
"./package.json": "./package.json"
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"default": "./index.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.6.1",
|
||||
|
||||
Reference in New Issue
Block a user