Skip to content

Commit 550f7fb

Browse files
authored
fix(copilot): simplify setup — Java 21 in workflow, download+start in MCP config
Removed comments explaining the workflow and installation steps.
1 parent cb07998 commit 550f7fb

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# This workflow runs the setup steps that the GitHub Copilot coding agent
2-
# needs before it can start MCP servers.
3-
#
4-
# It downloads and installs the jdtls-mcp server to a stable cache location
5-
# (~/.cache/jdtls-mcp/current/) so that the MCP configuration can reference
6-
# a fixed path without needing to download anything at MCP startup time.
71
on:
82
workflow_dispatch:
93

@@ -20,7 +14,3 @@ jobs:
2014
with:
2115
distribution: temurin
2216
java-version: '21'
23-
24-
- name: Install jdtls-mcp
25-
run: |
26-
bash <(curl -fsSL https://raw.githubusercontent.com/sunix/jdtls-mcp/main/scripts/install.sh)

0 commit comments

Comments
 (0)