Skip to content

[jp-sync] Sync Japanese AI MCP documentation with English changes from PR #1969#1970

Merged
ChronosSF merged 3 commits into
vnextfrom
jp-sync/ai-mcp-docs-2026-04-09-c83b36ad3109150b
Apr 30, 2026
Merged

[jp-sync] Sync Japanese AI MCP documentation with English changes from PR #1969#1970
ChronosSF merged 3 commits into
vnextfrom
jp-sync/ai-mcp-docs-2026-04-09-c83b36ad3109150b

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 9, 2026

Original author: Radoslav Mirchev 52001020+radomirchev@users.noreply.github.com

Syncs Japanese documentation under doc/jp/ with English changes merged via PR #1969 (fix(docs): correct MCP links, formatting, and conditional references).

Files Processed

English source Japanese counterpart Action
doc/en/components/ai/ai-assisted-development-overview.md doc/jp/components/ai/ai-assisted-development-overview.md Created (new file)
doc/en/components/ai/cli-mcp.md doc/jp/components/ai/cli-mcp.md Created (new file)
doc/en/components/general-how-to-mcp-e2e.md doc/jp/components/general-how-to-mcp-e2e.md Created (new file)
doc/en/components/ai/skills.md doc/jp/components/ai/skills.md Updated
doc/en/components/ai/theming-mcp.md doc/jp/components/ai/theming-mcp.md Updated

Summary of Changes

New files (full Japanese translation)

  • ai-assisted-development-overview.md — Overview of the Ignite UI AI toolchain (Agent Skills, CLI MCP, Theming MCP), supported clients, and setup steps.
  • cli-mcp.md — Full CLI MCP setup guide: prerequisites, setup paths (CLI-first, empty folder, existing project), configuration for VS Code, Cursor, Claude Desktop, Claude Code, JetBrains, GitHub, available tools, common workflows, and troubleshooting.
  • general-how-to-mcp-e2e.md — End-to-end workflow guide: CLI project creation, connecting both MCP servers, adding features, querying docs, and applying a custom theme.

Updated files

  • skills.md — Added three missing "Additional Resources" links: AI-Assisted Development overview, CLI MCP, and Theming MCP.
  • theming-mcp.md — Added the "Theming MCP works alongside CLI MCP" paragraph to the Overview section; added React/WebComponents conditional links to the e2e guide in both the Overview and Additional Resources sections; added missing resource links (e2e guide, AI-Assisted Development overview, CLI MCP).

Note

🔒 Integrity filtering filtered 1 item

Integrity filtering activated and filtered the following item during workflow execution.
This happens when a tool call accesses a resource that does not meet the required integrity or secrecy level of the workflow.

Generated by Sync Japanese Documentation ·

Sync Japanese documentation with English changes from PR #1969
(fix(docs): correct MCP links, formatting, and conditional references)

- Create doc/jp/components/ai/ai-assisted-development-overview.md (new)
- Create doc/jp/components/ai/cli-mcp.md (new)
- Create doc/jp/components/general-how-to-mcp-e2e.md (new)
- Update doc/jp/components/ai/skills.md: add AI-assisted dev, CLI MCP,
  and Theming MCP resource links
- Update doc/jp/components/ai/theming-mcp.md: add CLI MCP alongside
  paragraph, React/WebComponents conditional links in Overview and
  Additional Resources sections

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jsakamotoIGJP
jsakamotoIGJP previously approved these changes Apr 16, 2026
@ChronosSF
Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

- Keep HEAD version for ai-assisted-development-overview.md and cli-mcp.md
  (translated from more recent English source post PR #1969)
- In theming-mcp.md: keep CLI MCP link in Additional Resources section
- In theming-mcp.md: use more accurate community sentence translation

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

@copilot resolve the merge conflicts in this pull request

Resolved in commit 24c7771. There were three conflicting files:

  • ai-assisted-development-overview.md and cli-mcp.md — both-added conflicts where both branches independently created the file. Kept the HEAD versions as they were translated from the more recent English source (post PR fix(docs): correct MCP links, formatting, and conditional references #1969).
  • theming-mcp.md — kept the CLI MCP link in Additional Resources (matching the English source), and used the more accurate community sentence translation from vnext.

Copilot AI requested a review from ChronosSF April 20, 2026 11:24
@ChronosSF ChronosSF requested a review from jsakamotoIGJP April 20, 2026 11:28
@jsakamotoIGJP
Copy link
Copy Markdown
Contributor

@ChronosSF Sorry for the delay. I overlooked that you assigned me as a reviewer again. I'll make sure it doesn't happen again.

@ChronosSF ChronosSF merged commit aa02fd2 into vnext Apr 30, 2026
7 checks passed
@ChronosSF ChronosSF deleted the jp-sync/ai-mcp-docs-2026-04-09-c83b36ad3109150b branch April 30, 2026 06:44
ChronosSF added a commit that referenced this pull request May 4, 2026
* docs(*): update-skills-doc-cli-release

* docs(*): update-docs

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* Update doc/en/components/ai/cli-mcp.md

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>

* docs(*): fix-build

Co-authored-by: Copilot <copilot@github.com>

* feat(*): removing deprecated docs and adding 301 (#1982)

* feat(*): removing deprecated docs and adding 301

* fix(*): removing old links

* fix(web.config): fix regex prefix and add .html handling in deprecated redirects

- Remove mandatory '/' before platform group: change
  ^(.*\/(?:blazor|react|web-components)\/components) to
  ^(.*(?:blazor|react|web-components)\/components)
  so rules match URLs that start directly with blazor/components etc.
- Add (?:\.html)?$ to all 19 deprecated redirect rules (17 data-grid +
  2 editor rules) to handle .html-suffixed URLs in a single hop

Agent-Logs-Url: https://github.com/IgniteUI/igniteui-xplat-docs/sessions/00df0e0b-19aa-45ef-a62b-6f42666609f7

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>

* [jp-sync] Sync Japanese AI MCP documentation with English changes from PR #1969 (#1970)

* jp-sync: translate AI MCP docs to Japanese

Sync Japanese documentation with English changes from PR #1969
(fix(docs): correct MCP links, formatting, and conditional references)

- Create doc/jp/components/ai/ai-assisted-development-overview.md (new)
- Create doc/jp/components/ai/cli-mcp.md (new)
- Create doc/jp/components/general-how-to-mcp-e2e.md (new)
- Update doc/jp/components/ai/skills.md: add AI-assisted dev, CLI MCP,
  and Theming MCP resource links
- Update doc/jp/components/ai/theming-mcp.md: add CLI MCP alongside
  paragraph, React/WebComponents conditional links in Overview and
  Additional Resources sections

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(docs): refine Japanese translations for clarity in AI toolchain docs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: jsakamotoIGJP <jsakamoto@infragistics.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>

* doc(*): update-ai-assisted-page (#1984)

* doc(*): update-ai-assisted-page

* doc(*): uodate-feedback

* dooc(*): update-meta-data

* Apply suggestions from code review

Co-authored-by: Marina Stoyanova <Marina-L-Stoyanova@users.noreply.github.com>

---------

Co-authored-by: Marina Stoyanova <Marina-L-Stoyanova@users.noreply.github.com>

---------

Co-authored-by: RadoMirchev <radoslav.p.mirchev@gmail.com>
Co-authored-by: Radoslav Mirchev <52001020+radomirchev@users.noreply.github.com>
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: jsakamotoIGJP <jsakamoto@infragistics.com>
Co-authored-by: Marina Stoyanova <Marina-L-Stoyanova@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants