We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c3e83 commit 14d37e7Copy full SHA for 14d37e7
.gitpod.yml
@@ -42,6 +42,13 @@ tasks:
42
gp env -u GCP_ADC_FILE
43
fi
44
exit 0
45
+ - name: MCP Servers Setup
46
+ init: |
47
+ # Run Git MCP install script with current workspace as repository
48
+ curl -sL https://raw.githubusercontent.com/geropl/git-mcp-go/main/scripts/register-cline.sh | bash -s -- /workspace/gitpod "$GIT_WRITE_ACCESS"
49
+
50
+ # Run Linear MCP install script
51
+ curl -sL https://raw.githubusercontent.com/geropl/linear-mcp-go/main/scripts/register-cline.sh | bash -s -- "$LINEAR_WRITE_ACCESS"
52
- name: Install `gitpod` CLI
53
command: |
54
leeway run components/local-app:install-cli
0 commit comments