30 lines
363 B
Text
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
|
|
}
|