Skip to content

Commit ebac262

Browse files
committed
Use remote github mcp server
1 parent 168a269 commit ebac262

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

taskflows/examples/example_large_list_result_iter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ taskflow:
1717
must_complete: true
1818
repeat_prompt: true
1919
agents:
20-
- echo
20+
- assistant
2121
user_prompt: |
2222
Echo this: The title is {{ RESULT_title }} and the url is {{ RESULT_url }}.

toolboxes/github_official.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ seclab-taskflow-agent:
33
version: 1
44

55
server_params:
6-
kind: stdio
7-
command: docker
8-
args: ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"]
9-
env:
10-
GITHUB_PERSONAL_ACCESS_TOKEN: "{{ env GITHUB_PERSONAL_ACCESS_TOKEN }}"
6+
kind: streamable
7+
url: https://api.githubcopilot.com/mcp/
8+
headers:
9+
Authorization: "{{ env GITHUB_AUTH_HEADER }}"

0 commit comments

Comments
 (0)