You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labs/24-mcp.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,3 +51,13 @@ These API calls happen in our agent code as well. When we configure the MCP serv
51
51
- Get a list of tools
52
52
- These tools will be added to the prompt automatically
53
53
- 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