A developer configures the GitHub remote MCP server because they want Copilot Chat to create issues, list pull requests, and retrieve Copilot Space context from the IDE. The connection succeeds, but the GitHub issue and pull request tools do not appear. Which option best explains the log output? Select one answer.
MCP server: github
Transport: http
URL: https://api.githubcopilot.com/mcp/x/copilot_spaces
Status: connected
Discovered tools:
- get_copilot_space
- list_copilot_spaces
Tool request failed:
requested: create_issue
result: tool_not_foundChoose an answer
Tap an option to check your answer.
Correct answer: The URL enables only Spaces tools.
Why this is the answer
The log output clearly shows that the createissue tool was requested but resulted in toolnotfound, even though the connection to the MCP server was successful. The "Discovered tools" section only lists getcopilotspace and listcopilotspaces. This indicates that the configured URL, https://api.githubcopilot.com/mcp/x/copilotspaces, is specifically designed to expose only Copilot Spaces-related tools. To access GitHub issue and pull request tools, a different MCP server URL or configuration that includes those tools would be necessary. The organization disabling MCP server usage would result in a connection failure, not a toolnotfound error after a successful connection. A missing PAT (Personal Access Token) permission would typically lead to an authorization error, not a toolnotfound error for a tool that should be available. The IDE not being in agent mode is irrelevant to the server's advertised tools.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed