-
Notifications
You must be signed in to change notification settings - Fork 3
Updated stress test #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated stress test #644
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| --- | ||||||
| name: Nightly MCP Server Stress Test | ||||||
| description: Comprehensive stress test that loads 20 well-known MCP servers, tests their tools, and reports results with automated issue creation for failures | ||||||
| description: Load 20 MCP servers, discover and summarize the tools exported by each server, test tool invocations, and post a comprehensive report as a GitHub issue | ||||||
| on: | ||||||
| schedule: daily | ||||||
| workflow_dispatch: | ||||||
|
|
@@ -41,9 +41,6 @@ mcp-servers: | |||||
| sqlite: | ||||||
| type: stdio | ||||||
| container: "mcp/sqlite" | ||||||
| postgres: | ||||||
| type: stdio | ||||||
| container: "mcp/postgres" | ||||||
| brave-search: | ||||||
| type: stdio | ||||||
| container: "mcp/brave-search" | ||||||
|
|
@@ -67,28 +64,34 @@ mcp-servers: | |||||
| container: "mcp/everart" | ||||||
| sequential-thinking: | ||||||
| type: stdio | ||||||
| container: "mcp/sequential-thinking" | ||||||
| aws-kb-retrieval: | ||||||
| type: stdio | ||||||
| container: "mcp/aws-kb-retrieval" | ||||||
| linear: | ||||||
| type: stdio | ||||||
| container: "mcp/linear" | ||||||
| container: "mcp/sequentialthinking" | ||||||
| sentry: | ||||||
| type: stdio | ||||||
| container: "mcp/sentry" | ||||||
| raygun: | ||||||
| type: stdio | ||||||
| container: "mcp/raygun" | ||||||
| git: | ||||||
| type: stdio | ||||||
| container: "mcp/git" | ||||||
| time: | ||||||
| type: stdio | ||||||
| container: "mcp/time" | ||||||
| axiom: | ||||||
| playwright: | ||||||
| type: stdio | ||||||
| container: "mcp/playwright" | ||||||
|
||||||
| container: "mcp/playwright" | |
| container: "mcr.microsoft.com/playwright/mcp" |
Copilot
AI
Feb 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The server name "gitlab" is mapped to container "mcp/wikipedia-mcp". This appears to be a mismatch - the server name suggests GitLab functionality but the container is for Wikipedia. Either the server name should be changed to "wikipedia" or the container should be changed to "mcp/gitlab".
| container: "mcp/wikipedia-mcp" | |
| container: "mcp/gitlab" |
Copilot
AI
Feb 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The server name "notion" is mapped to container "mcp/duckduckgo". This appears to be a mismatch - the server name suggests Notion functionality but the container is for DuckDuckGo. Either the server name should be changed to "duckduckgo" or the container should be changed to "mcp/notion".
| container: "mcp/duckduckgo" | |
| container: "mcp/notion" |
Copilot
AI
Feb 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The server name "atlassian" is mapped to container "mcp/hackernews-mcp". This appears to be a mismatch - the server name suggests Atlassian functionality but the container is for Hacker News. Either the server name should be changed to "hackernews" or the container should be changed to "mcp/atlassian".
| container: "mcp/hackernews-mcp" | |
| container: "mcp/atlassian" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description states "Load 20 MCP servers" but the configuration actually includes 21 servers (github, sqlite, brave-search, fetch, filesystem, memory, slack, puppeteer, gdrive, google-maps, everart, sequential-thinking, sentry, git, time, playwright, gitlab, notion, youtube-transcript, atlassian, kubernetes). The description should be updated to reflect the actual count of 21 servers.