Skip to content

Commit 9bb359b

Browse files
Xiaoyun DingKarlErickson
authored andcommitted
add faq for mcp server
1 parent 9a6906e commit 9bb359b

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

articles/java/migration/migrate-github-copilot-app-modernization-for-java-faq.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,18 @@ sections:
6666
6767
Custom tasks are in the following location: **%USERPROFILE%\.azure\migrate-copilot\custom-rule**
6868
69-
- question: How do I switch large language models (LLMs)?
70-
answer: |
71-
App Modernization for Java currently supports the following three models:
72-
73-
- `gpt-4o`
74-
- `claude-3.5-sonnet`
75-
- `gemini-2.0-flash`
76-
77-
To switch models, use the following steps:
78-
79-
1. Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>.
80-
1. Select **Preferences: Open Settings (UI)**.
81-
1. Search for **migrate.java**.
82-
1. Adjust the **Migrate Java: Model Family** setting.
83-
8469
- question: Does the tool store my source code?
8570
answer: |
8671
No. The tool uses GitHub Copilot in the same way you use it to modify code, which doesn't retain code snippets beyond the immediate session. We don't collect, transmit, or store your custom tasks either.
8772
8873
Telemetry metrics are collected and analyzed to track feature usage and effectiveness.
8974
9075
For more information, see the [Microsoft Privacy Statement](https://privacy.microsoft.com).
76+
77+
- question: How does the app modernization for Java extension use MCP server, and how can I check for updates or troubleshoot issues?
78+
answer: |
79+
App Modernization for Java uses the MCP server to enhance code transformation capabilities. After installing the VS Code extension, the MCP server will be registered and started automatically.
80+
81+
If you notice a special **refresh button** in the bottom-right corner of the GitHub Copilot Chat panel, it may indicate that tool updates are available. Click the button to automatically load the latest versions of the tools.
82+
83+
App Modernization for Java MCP server also maintains logs. For troubleshooting, please check the log files located at: **%USERPROFILE%/.ghcp-appmod-java/logs**

0 commit comments

Comments
 (0)