Fix main import and rework files for Bruno collection

This commit is contained in:
Yûki VACHOT 2025-11-29 06:24:02 +01:00
parent 16f3810210
commit d1f0ea2a70
43 changed files with 78 additions and 33 deletions

View file

@ -0,0 +1,8 @@
meta {
name: MCP Server Test
seq: 2
}
auth {
mode: inherit
}

View file

@ -0,0 +1,30 @@
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
}