Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "browserstack-mcp-server",
"version": "1.0.0",
"description": "BrowserStack MCP Server for test case management, automated testing, and code debugging",
"author": {
"name": "BrowserStack"
},
"repository": "https://github.com/browserstack/mcp-server",
"keywords": ["browserstack", "testing", "mcp", "automation"]
}
16 changes: 16 additions & 0 deletions .github/workflows/codex-plugin-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Codex Plugin Scanner

on:
push:
paths:
- '.codex-plugin/plugin.json'
pull_request:
paths:
- '.codex-plugin/plugin.json'

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashgraph-online/codex-plugin-scanner-action@v1
8 changes: 8 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"browserstack-mcp-server": {
"command": "npx",
"args": ["-y", "@browserstack/mcp-server"]
}
}
}