Skip to content

Commit 04d15cc

Browse files
committed
Double bonus lab: Connect to Github MCP
1 parent 48fb199 commit 04d15cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

labs/24-mcp.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@ These API calls happen in our agent code as well. When we configure the MCP serv
5151
- Get a list of tools
5252
- These tools will be added to the prompt automatically
5353
- When the LLM returns a tool call, the agent will make a call to the MCP server with the defined parameters to get the response
54+
55+
# Explore Github MCP Server
56+
57+
Github MCP Server is located at url `https://api.githubcopilot.com/mcp`
58+
59+
Use bruno to find which tools are available on Github MCP Server
60+
61+
**Note**: Github MCP Server requires authorisation. Go to Github and create a Personal Access Token (Create it here - https://github.com/settings/personal-access-tokens)
62+
63+
For all calls you will have to add the `Authorization` header with value `Bearer <token>`

0 commit comments

Comments
 (0)