{"id":232,"date":"2026-08-22T09:00:00","date_gmt":"2026-08-22T01:00:00","guid":{"rendered":"https:\/\/oribridge.org\/blog\/?p=232"},"modified":"2026-08-22T00:35:38","modified_gmt":"2026-08-21T16:35:38","slug":"mcp-lesson-reproducibility-record-china","status":"publish","type":"post","link":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/","title":{"rendered":"An MCP Lesson Is Not Reproducible Because the Screenshot Worked"},"content":{"rendered":"<p>Consider an illustrative course handoff. An automation instructor opens a lesson with an attractive result: an agent has called a map service and returned a useful answer. The class sees a green success state. The editor preparing a China-facing version starts translating the screenshots.<\/p>\n<p>Then a less glamorous question arrives: what exactly would a learner need to reproduce this exercise?<\/p>\n<p>Was the connection an official service or a custom one? Which account owned the permission? Did the lesson consume a third-party API? What would count as a successful retest after a configuration changed? The screenshots could not answer.<\/p>\n<p><strong>A working MCP screenshot is evidence of one moment. It is not a transferable lesson.<\/strong> Before adapting an MCP exercise for China, separate the skill being taught from the conditions required to run it.<\/p>\n<h2>The decision is not \u201ctranslate or rebuild\u201d<\/h2>\n<p>MCP, short for Model Context Protocol, can connect an AI application to tools or data sources. That makes it tempting to treat a connection demo as a compact teaching asset: show the setup, translate the captions, and let learners repeat it.<\/p>\n<p>The protocol itself is a useful warning against that shortcut. Its authorization specification treats authorization, token handling, resource boundaries, and secure storage as distinct concerns. A successful response is not evidence that those concerns disappear. It only shows that one request succeeded under a particular set of conditions.<\/p>\n<p>Alibaba Cloud Model Studio&#8217;s MCP documentation makes the same practical separation visible from a different direction. It distinguishes official MCP services, custom services, script deployment, and external calls; its documentation also notes that some third-party API calls and deployment choices have their own stated charging or operating conditions. The pages do not tell an overseas course creator which route will work for a particular learner. They do show why \u201cthe screenshot worked\u201d is too thin a handoff record.<\/p>\n<h2>Write the learning promise before the setup record<\/h2>\n<p>First state what the learner is meant to become able to do. For the map-service example, the promise might be: \u201cExplain how an AI workflow requests a named external capability, inspect the result, and identify one condition that would require a retest.\u201d<\/p>\n<p>That promise is different from: \u201cEvery learner connects this exact service using this exact account.\u201d The first is a learning outcome. The second bundles an outcome with a specific service, access path, configuration, and cost exposure.<\/p>\n<p>This distinction protects the course from a common failure. If an editor changes only labels and screenshots, the course can appear localized while still concealing the conditions that make the exercise runnable. See the broader <a href=\"https:\/\/oribridge.org\/blog\/course-dependency-and-terminology-inventory\/\">course dependency and terminology inventory<\/a> for the earlier question of what a course depends on. This article addresses the narrower question: how to hand over one runnable MCP lesson without mistaking it for a universal setup.<\/p>\n<h2>Use an MCP Reproducibility Card<\/h2>\n<p>The following card is an OriBridge editorial tool. It is not a platform template, a security assessment, or a deployment manual.<\/p>\n<div class=\"ori-table-scroll\" role=\"region\" aria-label=\"Scrollable comparison table\" tabindex=\"0\">\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>The question it forces<\/th>\n<th>What it prevents<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Learner capability<\/td>\n<td>What should the learner be able to explain, inspect, or test?<\/td>\n<td>Treating a connection click as the learning outcome.<\/td>\n<\/tr>\n<tr>\n<td>Service boundary<\/td>\n<td>Is the lesson using an official service, a custom service, or an external call?<\/td>\n<td>Calling every connector \u201cthe same MCP.\u201d<\/td>\n<\/tr>\n<tr>\n<td>Setup mode<\/td>\n<td>Is the exercise demonstrated, deployed, imported, or otherwise configured?<\/td>\n<td>Assuming a screenshot reveals the operating mode.<\/td>\n<\/tr>\n<tr>\n<td>Identity and permission owner<\/td>\n<td>Who owns the account, permission, or token boundary for the lesson?<\/td>\n<td>Quietly making the instructor responsible for every learner&#8217;s access.<\/td>\n<\/tr>\n<tr>\n<td>Cost or usage exposure<\/td>\n<td>Is there a stated third-party, deployment, or usage condition to verify?<\/td>\n<td>Smuggling ongoing tool use into a course promise.<\/td>\n<\/tr>\n<tr>\n<td>Observable test and stop condition<\/td>\n<td>What result is expected, and what missing evidence should pause the exercise?<\/td>\n<td>Calling a vague \u201cit worked\u201d state proof of reproducibility.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>The card does not ask the editor to publish credentials or teach a connection sequence. It asks the editor to name the unanswered assumptions. That is enough to decide whether the lesson should remain a demonstration, become a bounded exercise, or wait for route-specific verification.<\/p>\n<h2>A small redesign of the map-service lesson<\/h2>\n<p>Imagine the original class has a five-minute exercise: connect a map tool, ask for nearby venues, and paste the answer into a worksheet. The original recording contains a single working screenshot.<\/p>\n<p>For a China-facing pilot, keep the concept but change the proof. The worksheet asks learners to label the tool as official, custom, or unknown; identify the person or team responsible for access; record any stated cost or usage question; and describe the result that would make them stop rather than continue.<\/p>\n<p>The final answer may still be a short list of venues. But the course has stopped pretending that the list alone proves a transferable workflow. It now teaches the learner how to notice the boundary between a capability and a configuration.<\/p>\n<p>That is compatible with the evaluation approach in <a href=\"https:\/\/oribridge.org\/blog\/ai-agent-workshop-china-workflow-evaluation\/\">an AI-agent workshop<\/a>: ask for observable evidence and a retest trigger, not just a convincing output.<\/p>\n<h2>When the card is unnecessary<\/h2>\n<p>Do not turn a conceptual lecture into an operations workbook. If a lesson only explains what MCP is, uses no service connection, gives no access instruction, and asks learners to run nothing, a short concept diagram and a clear boundary note may be enough.<\/p>\n<p>The opposite error is also common: treating the card as proof that a service is safe, available, affordable, or approved. It is none of those things. It is merely a better record of what still needs checking before a course makes a runnable promise.<\/p>\n<h2>What this article cannot prove<\/h2>\n<p>This framework cannot prove that a specific MCP service, model, tool, account, or deployment route is accessible to a particular instructor or learner in China. It cannot determine eligibility, security, price, performance, rights, regulatory compliance, or learning outcomes. It does not replace product documentation, route-specific testing, or specialist review.<\/p>\n<p>It gives the course team one more honest choice: <strong>teach the capability now, and verify the configuration separately.<\/strong><\/p>\n<p>If you have an AI or automation course and need to separate a teachable workflow from its unverified setup assumptions, <a href=\"https:\/\/oribridge.org\/validation-request.html\">request a scoped China-fit validation review<\/a>.<\/p>\n<h2>Sources and boundaries<\/h2>\n<ul>\n<li>Model Context Protocol, <a href=\"https:\/\/modelcontextprotocol.io\/specification\/2025-06-18\/basic\/authorization\">\u201cAuthorization\u201d<\/a>, rechecked 2026-08-21. Used only for protocol-level authorization and token-boundary concepts.<\/li>\n<li>Alibaba Cloud Model Studio, <a href=\"https:\/\/help.aliyun.com\/zh\/model-studio\/mcp-introduction\/\">\u201c\u6a21\u578b\u4e0a\u4e0b\u6587\u534f\u8bae\uff08MCP\uff09\u201d<\/a>, rechecked 2026-08-21. Used only for the product documentation&#8217;s stated service, deployment, and cost-condition distinctions.<\/li>\n<li>Alibaba Cloud Model Studio, <a href=\"https:\/\/help.aliyun.com\/zh\/model-studio\/custom-mcp\">\u201c\u81ea\u5b9a\u4e49MCP\u670d\u52a1\u201d<\/a>, rechecked 2026-08-21. Used only for the documented custom-service and configuration-change boundaries.<\/li>\n<\/ul>\n<p><strong>OriBridge editorial judgement:<\/strong> make the learner&#8217;s capability portable; treat the service configuration as a record that still needs a route-specific check.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.<\/p>\n","protected":false},"author":2,"featured_media":231,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"oribridge_article_id":"BLOG-20260821-127","oribridge_author_display":"OriBridge Editorial Team","oribridge_reviewed_by":"OriBridge Editorial QA","oribridge_layout":"layout-framework","oribridge_primary_question":"An MCP Lesson Is Not Reproducible Because the Screenshot Worked","oribridge_direct_answer":"Introduces the bounded MCP Reproducibility Card, separating a course's learning promise from its service, access, cost, deployment, test, and stop-condition assumptions.","oribridge_evidence_level":"Official\/first-party sources with explicit source boundaries","oribridge_date_verified":"2026-08-21","oribridge_next_review_date":"2027-02-21","oribridge_decision_stage":"adapt","oribridge_freshness_class":"180d","oribridge_case_type":"","oribridge_what_is_proven":"","oribridge_what_is_not_proven":"The cited documents do not establish that a particular MCP service, model, account, tool, or learner route is available in China. No source proves security, eligibility, price, performance, deployability, learner success, rights clearance, or regulatory compliance for a specific course.","footnotes":""},"categories":[4],"tags":[110,52,109,111],"knowledge_area":[29],"oribridge_content_type":[38],"class_list":["post-232","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-localization","tag-ai-courses","tag-china-localization","tag-mcp","tag-reproducibility","knowledge_area-localization-adaptation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Make an MCP Course Lesson Reproducible for China<\/title>\n<meta name=\"description\" content=\"A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Make an MCP Course Lesson Reproducible for China\" \/>\n<meta property=\"og:description\" content=\"A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/\" \/>\n<meta property=\"og:site_name\" content=\"OriBridge Insights\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-22T01:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/oribridge.org\/blog\/wp-content\/uploads\/2026\/08\/blog-20260821-127-hero-v1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1672\" \/>\n\t<meta property=\"og:image:height\" content=\"941\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"OriBridge Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"OriBridge Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/\"},\"author\":{\"name\":\"OriBridge Editorial Team\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/#\\\/schema\\\/person\\\/4c77e058436cbb02e110a5811f335d90\"},\"headline\":\"An MCP Lesson Is Not Reproducible Because the Screenshot Worked\",\"datePublished\":\"2026-08-22T01:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/\"},\"wordCount\":1111,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/blog-20260821-127-hero-v1.png\",\"keywords\":[\"ai-courses\",\"china-localization\",\"mcp\",\"reproducibility\"],\"articleSection\":[\"Localization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#respond\"]}],\"publisher\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/\",\"url\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/\",\"name\":\"How to Make an MCP Course Lesson Reproducible for China\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/blog-20260821-127-hero-v1.png\",\"datePublished\":\"2026-08-22T01:00:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/#\\\/schema\\\/person\\\/4c77e058436cbb02e110a5811f335d90\"},\"description\":\"A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#primaryimage\",\"url\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/blog-20260821-127-hero-v1.png\",\"contentUrl\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/blog-20260821-127-hero-v1.png\",\"width\":1672,\"height\":941,\"caption\":\"A six-field MCP reproducibility card linking a learner capability to service boundaries, setup mode, access ownership, cost exposure, and a test condition.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/mcp-lesson-reproducibility-record-china\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"An MCP Lesson Is Not Reproducible Because the Screenshot Worked\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/\",\"name\":\"OriBridge Insights\",\"description\":\"Evidence-led analysis for China market validation, localization, rights and distribution.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/oribridge.org\\\/#organization\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/#\\\/schema\\\/person\\\/4c77e058436cbb02e110a5811f335d90\",\"name\":\"OriBridge Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2ab497468f6f898f953061eaf7be8909f26a26176d66f5b503098542e3285595?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2ab497468f6f898f953061eaf7be8909f26a26176d66f5b503098542e3285595?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2ab497468f6f898f953061eaf7be8909f26a26176d66f5b503098542e3285595?s=96&d=mm&r=g\",\"caption\":\"OriBridge Editorial Team\"},\"url\":\"https:\\\/\\\/oribridge.org\\\/blog\\\/author\\\/oribridge-editorial-team\\\/\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/#organization\",\"name\":\"OriBridge\",\"alternateName\":\"\u4e1c\u65b9\u6865\",\"url\":\"https:\\\/\\\/oribridge.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/oribridge.org\\\/#organization\\\/logo\",\"url\":\"https:\\\/\\\/oribridge.org\\\/assets\\\/oribridge-roundel.webp\",\"contentUrl\":\"https:\\\/\\\/oribridge.org\\\/assets\\\/oribridge-roundel.webp\",\"caption\":\"OriBridge\"},\"description\":\"OriBridge helps overseas experts evaluate China market demand, localization, delivery and distribution before committing to a full launch.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Make an MCP Course Lesson Reproducible for China","description":"A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/","og_locale":"en_US","og_type":"article","og_title":"How to Make an MCP Course Lesson Reproducible for China","og_description":"A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.","og_url":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/","og_site_name":"OriBridge Insights","article_published_time":"2026-08-22T01:00:00+00:00","og_image":[{"width":1672,"height":941,"url":"https:\/\/oribridge.org\/blog\/wp-content\/uploads\/2026\/08\/blog-20260821-127-hero-v1.png","type":"image\/png"}],"author":"OriBridge Editorial Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"OriBridge Editorial Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#article","isPartOf":{"@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/"},"author":{"name":"OriBridge Editorial Team","@id":"https:\/\/oribridge.org\/blog\/#\/schema\/person\/4c77e058436cbb02e110a5811f335d90"},"headline":"An MCP Lesson Is Not Reproducible Because the Screenshot Worked","datePublished":"2026-08-22T01:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/"},"wordCount":1111,"commentCount":1,"image":{"@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#primaryimage"},"thumbnailUrl":"https:\/\/oribridge.org\/blog\/wp-content\/uploads\/2026\/08\/blog-20260821-127-hero-v1.png","keywords":["ai-courses","china-localization","mcp","reproducibility"],"articleSection":["Localization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#respond"]}],"publisher":{"@id":"https:\/\/oribridge.org\/#organization"}},{"@type":"WebPage","@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/","url":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/","name":"How to Make an MCP Course Lesson Reproducible for China","isPartOf":{"@id":"https:\/\/oribridge.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#primaryimage"},"image":{"@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#primaryimage"},"thumbnailUrl":"https:\/\/oribridge.org\/blog\/wp-content\/uploads\/2026\/08\/blog-20260821-127-hero-v1.png","datePublished":"2026-08-22T01:00:00+00:00","author":{"@id":"https:\/\/oribridge.org\/blog\/#\/schema\/person\/4c77e058436cbb02e110a5811f335d90"},"description":"A working MCP screenshot is not a transferable lesson. Separate the capability, service, access, cost, test evidence, and stop condition before adapting a course for China.","breadcrumb":{"@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#primaryimage","url":"https:\/\/oribridge.org\/blog\/wp-content\/uploads\/2026\/08\/blog-20260821-127-hero-v1.png","contentUrl":"https:\/\/oribridge.org\/blog\/wp-content\/uploads\/2026\/08\/blog-20260821-127-hero-v1.png","width":1672,"height":941,"caption":"A six-field MCP reproducibility card linking a learner capability to service boundaries, setup mode, access ownership, cost exposure, and a test condition."},{"@type":"BreadcrumbList","@id":"https:\/\/oribridge.org\/blog\/mcp-lesson-reproducibility-record-china\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/oribridge.org\/blog\/"},{"@type":"ListItem","position":2,"name":"An MCP Lesson Is Not Reproducible Because the Screenshot Worked"}]},{"@type":"WebSite","@id":"https:\/\/oribridge.org\/blog\/#website","url":"https:\/\/oribridge.org\/blog\/","name":"OriBridge Insights","description":"Evidence-led analysis for China market validation, localization, rights and distribution.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/oribridge.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US","publisher":{"@id":"https:\/\/oribridge.org\/#organization"}},{"@type":"Person","@id":"https:\/\/oribridge.org\/blog\/#\/schema\/person\/4c77e058436cbb02e110a5811f335d90","name":"OriBridge Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2ab497468f6f898f953061eaf7be8909f26a26176d66f5b503098542e3285595?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2ab497468f6f898f953061eaf7be8909f26a26176d66f5b503098542e3285595?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2ab497468f6f898f953061eaf7be8909f26a26176d66f5b503098542e3285595?s=96&d=mm&r=g","caption":"OriBridge Editorial Team"},"url":"https:\/\/oribridge.org\/blog\/author\/oribridge-editorial-team\/"},{"@type":"Organization","@id":"https:\/\/oribridge.org\/#organization","name":"OriBridge","alternateName":"\u4e1c\u65b9\u6865","url":"https:\/\/oribridge.org\/","logo":{"@type":"ImageObject","@id":"https:\/\/oribridge.org\/#organization\/logo","url":"https:\/\/oribridge.org\/assets\/oribridge-roundel.webp","contentUrl":"https:\/\/oribridge.org\/assets\/oribridge-roundel.webp","caption":"OriBridge"},"description":"OriBridge helps overseas experts evaluate China market demand, localization, delivery and distribution before committing to a full launch."}]}},"_links":{"self":[{"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/posts\/232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/comments?post=232"}],"version-history":[{"count":1,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/posts\/232\/revisions"}],"predecessor-version":[{"id":243,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/posts\/232\/revisions\/243"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/media\/231"}],"wp:attachment":[{"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/media?parent=232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/categories?post=232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/tags?post=232"},{"taxonomy":"knowledge_area","embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/knowledge_area?post=232"},{"taxonomy":"oribridge_content_type","embeddable":true,"href":"https:\/\/oribridge.org\/blog\/wp-json\/wp\/v2\/oribridge_content_type?post=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}