{
  "server": "Mock LMS Server",
  "purpose": "LTI 1.3 Testing",
  "endpoints": {
    "openid_discovery": "/.well-known/openid_configuration",
    "jwks": "/.well-known/jwks.json",
    "lti_auth": "/mod/lti/auth.php",
    "oauth_authorize": "/oauth2/auth",
    "oauth_token": "/oauth2/token"
  },
  "note": "This is a mock LMS server for testing LTI handshake flows"
}