-
Notifications
You must be signed in to change notification settings - Fork 405
feat: add mcp-assert CI integration #294
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
Closed
blackwell-systems
wants to merge
4
commits into
antvis:main
from
blackwell-systems:feat/mcp-assert-ci
Closed
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
2c79940
feat: add mcp-assert CI integration
blackwell-systems 217da46
fix: build from source in CI; switch evals from npx to local build
blackwell-systems 3bcc1bb
fix: use npm install instead of npm ci (no lockfile)
blackwell-systems 7dbeeef
fix: un-skip 9 assertions now that #292 is merged
blackwell-systems File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| name: MCP Assert | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| mcp-assert: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: blackwell-systems/mcp-assert-action@v1 | ||
| with: | ||
| suite: evals/ | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_area_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_area_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_bar_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_bar_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_boxplot_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_boxplot_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_column_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_column_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_district_map crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
|
blackwell-systems marked this conversation as resolved.
Outdated
|
||
| assert: | ||
| tool: generate_district_map | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: generate_dual_axes_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_dual_axes_chart | ||
| args: | ||
| categories: [] | ||
| series: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_fishbone_diagram crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_fishbone_diagram | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_flow_diagram crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_flow_diagram | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_funnel_chart crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_funnel_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_histogram_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_histogram_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_line_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_line_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_liquid_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_liquid_chart | ||
| args: | ||
| percent: 1 | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_mind_map crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_mind_map | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_network_graph crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_network_graph | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_organization_chart crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_organization_chart | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_pie_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_pie_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_radar_chart crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_radar_chart | ||
| args: | ||
| data: {} | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_sankey_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_sankey_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_scatter_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_scatter_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_spreadsheet returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_spreadsheet | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_treemap_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_treemap_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: "generate_venn_chart crashes on empty data (antvis/mcp-server-chart#291)" | ||
| server: | ||
| command: npx | ||
| args: [-y, '@antv/mcp-server-chart'] | ||
| assert: | ||
| tool: generate_venn_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| skip: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_violin_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_violin_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_waterfall_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_waterfall_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: generate_word_cloud_chart returns expected result | ||
| server: | ||
| command: npx | ||
| args: | ||
| - -y | ||
| - '@antv/mcp-server-chart' | ||
| assert: | ||
| tool: generate_word_cloud_chart | ||
| args: | ||
| data: [] | ||
| expect: | ||
| not_error: true | ||
| timeout: 30s |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.