32 lines
903 B
JSON
32 lines
903 B
JSON
{
|
|
"name": "minimal_init",
|
|
"source": "zed",
|
|
"messages": [
|
|
{
|
|
"direction": "client_to_agent",
|
|
"payload": {
|
|
"jsonrpc": "2.0",
|
|
"id": 1,
|
|
"method": "initialize",
|
|
"params": {
|
|
"protocolVersion": "2025-01-01",
|
|
"capabilities": {},
|
|
"clientInfo": { "name": "test", "version": "0.1.0" }
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"direction": "agent_to_client",
|
|
"payload": {
|
|
"jsonrpc": "2.0",
|
|
"id": 1,
|
|
"result": {
|
|
"protocolVersion": "2025-01-01",
|
|
"capabilities": {},
|
|
"serverInfo": { "name": "test-agent", "version": "0.1.0" }
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|