Fix main import and rework files for Bruno collection
This commit is contained in:
parent
16f3810210
commit
d1f0ea2a70
43 changed files with 78 additions and 33 deletions
|
|
@ -0,0 +1,8 @@
|
|||
meta {
|
||||
name: MCP Server Test
|
||||
seq: 2
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue