Skip to content

Commit 95754f9

Browse files
GeekTrainerCopilot
andcommitted
chore: pin playwright mcp and drop unused MDX TS plugin
- Pin @playwright/mcp to 0.0.78 instead of @latest for a deterministic, supply-chain-safer MCP server version. - Remove the @mdx-js/typescript-plugin devDependency and tsconfig plugin entry; the workshop is pure Markdown with no .mdx files (Starlight's own MDX support remains transitive and untouched). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 64357866-3a3f-4fd8-914b-77826de5be5a
1 parent 1156cc5 commit 95754f9

4 files changed

Lines changed: 2 additions & 141 deletions

File tree

.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"playwright": {
44
"type": "stdio",
55
"command": "npx",
6-
"args": ["-y", "@playwright/mcp@latest"],
6+
"args": ["-y", "@playwright/mcp@0.0.78"],
77
"tools": ["*"]
88
}
99
}

website/package-lock.json

Lines changed: 0 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"typescript": "^5.7.0"
2020
},
2121
"devDependencies": {
22-
"@mdx-js/typescript-plugin": "^0.1.3",
2322
"remark-github-admonitions-to-directives": "^2.1.0"
2423
}
2524
}

website/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"allowArbitraryExtensions": true,
77
"paths": {
88
"@components/*": ["./src/components/*"]
9-
},
10-
"plugins": [
11-
{ "name": "@mdx-js/typescript-plugin" }
12-
]
9+
}
1310
}
1411
}

0 commit comments

Comments
 (0)