GeoGuessrMCP/tools/bruno/Geoguessr API Collection/MCP Server Test/getProfile.bru

30 lines
363 B
Text

meta {
name: getProfile
type: http
seq: 1
}
post {
url: {{MCP_SERVER_URL}}/mcp
body: json
auth: inherit
}
headers {
Content-Type: application/json
Accept: application/json, text/event-stream
}
body:json {
{
"jsonrpc": "2.0",
"method": "get_my_profile",
"params": {},
"id": 1
}
}
settings {
encodeUrl: true
timeout: 0
}