Release: mcpmark verified — pinned versions + stabilized standard verifiers#264
Merged
Conversation
…nd verify scripts
…gement task Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pin filesystem (@2025.12.18), postgres (0.3.0), and playwright (0.0.68) versions. Also pin notion @1.9.1 in base_agent.py for consistency with mcpmark_agent.py. GitHub (v0.15.0) and notion were already pinned in #246. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…teLLM config Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mcpmark-cicd needs to be public for GitHub Actions workflows to work. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: dulingxiao <lxdu0314@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
# Conflicts: # README.md
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
MCPMark Verified
MCPMark Verified is a stabilized version of MCPMark's standard task set. The tasks are unchanged. What changed is that every environment is pinned to a fixed server version, and every verification script has been reviewed and tightened so that a correct solution passes and an incorrect one fails, consistently across runs and over time.
This PR promotes the
pin-all-versionsintegration branch tomainfor the release.Pinned environments
@modelcontextprotocol/server-filesystem@2025.12.18ghcr.io/github/github-mcp-server:v0.15.0@notionhq/notion-mcp-server@1.9.1@playwright/mcp@0.0.68postgres-mcp==0.3.0The evaluation harness is pinned as well (model call parameters, reasoning-effort handling, and the agent loop), so the model under test is the only variable across runs.
Verifier changes
All 127 standard tasks were reviewed. Fixes fall into two categories.
Major — a verifier or its fixture was rebuilt:
dba_vector_analysis: the 500-line vector fixture is inlined into setup and the verifier rewritten for deterministic state.extraction_table: regenerated the reference data and rewrote the extraction checks.search_filtering_operationsand the shopping-admin analytics tasks (fitness_promotion_strategy,marketing_customer_analysis,sales_inventory_analysis,customer_segmentation_setup): reworked logic and clarified descriptions.work_history_addition,hyperfocus_analysis_report,quarterly_review_dashboard: overhauled verifiers and descriptions on the most error-prone pages.Minor — targeted robustness fixes: GitHub (PR-title-aware squash detection, case-insensitive matching, pinned ESLint v8), Postgres (tighter acceptance conditions and role cleanup), Filesystem (clarified descriptions), and smart-quote normalization across WebArena.
Models / reasoning effort
gpt-5.5model entry, plusxhighandmaxreasoning-effort levels.enforcer_mode,think_mode,max_tokens,temperature.Rolled-up PRs
#252, #255 (github) · #254 (playwright) · #260 (notion) · #262 (postgres) · #261 (reasoning effort) · #263 (github legacy_name)
🤖 Generated with Claude Code
Co-authored-by: xyliugo liuxiangyan6@gmail.com
Co-authored-by: dulingxiao lxdu0314@gmail.com