(da *oauth2.DeviceAuthResponse)
| 216 | "For improved security, consider asking your agent, CLI, or IDE to add it (for example, by opening an issue)." |
| 217 | |
| 218 | func deviceInstruction(da *oauth2.DeviceAuthResponse) string { |
| 219 | return fmt.Sprintf("Visit %s and enter the code %s to authorize the GitHub MCP Server.", da.VerificationURI, da.UserCode) |
| 220 | } |