1 parent cb07998 commit 550f7fbCopy full SHA for 550f7fb
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -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.
7
on:
8
workflow_dispatch:
9
@@ -20,7 +14,3 @@ jobs:
20
14
with:
21
15
distribution: temurin
22
16
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