Skip to content

Commit 824ccc0

Browse files
author
William Weishuhn
committed
Add MCP Observatory CI check
1 parent f424458 commit 824ccc0

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: MCP Observatory
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
mcp-observatory:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: KryptosAI/mcp-observatory/action@main
14+
with:
15+
target: mcp-observatory.target.json
16+
deep: true
17+
security: true
18+
comment-on-pr: true

mcp-observatory.target.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"targetId": "mcp-server",
3+
"adapter": "local-process",
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"@modelcontextprotocol/server-everything@latest"
8+
],
9+
"timeoutMs": 15000,
10+
"metadata": {
11+
"observatory": "generated-by-init-ci"
12+
}
13+
}

0 commit comments

Comments
 (0)