cURL
curl --request POST \ --url https://api.example.com/servers/{id}/resources \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resource": { "serverID": "kSuB9Gf6aD4", "resourceID": "kSuB9Gf6aD4" } } '
{ "resource": { "serverID": "kSuB9Gf6aD4", "resourceID": "kSuB9Gf6aD4" } }
The access token received from the authorization server in the OAuth 2.0 flow.
MCP Server ID
Show child attributes
Resource associated