1---
2id: operation-id
3title: "Establish an MCP SSE Connection"
4description: "Initiates a Server-Sent Events (SSE) connection using the Model Context Protocol (MCP) to interact with Spice tools."
5sidebar_label: "Establish an MCP SSE Connection"
6hide_title: true
7hide_table_of_contents: true
8api: eJzlk8Fu2zAMhl+F4KkFHKftafVtCIKhwIIGcHbqgkaR2ZiYLGkS7a0w/O4D3a3NukeYfbFFkT/189OIYk4ZqwfsbMR9gQ1lmzgKB48V3nkWNkIZDNSUBkqLmrzAeiAvGS7qen0JNnhPVjOgz+xPIC3BJjTkYBW80E+BbQoSbHBwsVltL0ECsBdKxgr8YGmhjmwJJASXy69eXzh/7r2lPzLUFGAdz/rWeMjkG+goZ3OiDAMbOGzv6x0sh+tlZ+MyZzqA8Q0kssQDQaIcg8+UQdoU+lML0nKGul5DlkSmK7HAECkZPdJdg9Xb3yM3WOBrBazGqcCOpA267USCBUYjLVZ4po8F5tk8NXrEPjmssBWJ1XLpgjWuDVmqD1e3V/h+AJ81DA0N5ELs1PqXSqVa+8SnPtGLg4fFQiseSpz2Kmf7xPI865nIj99Iv/caY/8UsBpRWBxhhan3wh39I71rCbLOpYG3LY4t+Uya702n6R+jsS0tbkptnhvywk9M6e/IVKAe/6XwdXlb3uhSDFk648+KrbOYo+PcgvGwWW3nqaxe+Xrf44hWAfPyP6Mqz1Gt0+aX0Rn2au3M2PibxQccrrGYb3iByuO+QEVOI+N4NJm+JDdNuvy9pzSTUuBgEpujIvKwP6f803qH0/QLjxxuVw==
9sidebar_class_name: "get api-method"
10info_path: docs/api/HTTP/runtime
11custom_edit_url: null
12proxy: http://localhost:8090
13---
14
15import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
16import ParamsDetails from "@theme/ParamsDetails";
17import RequestSchema from "@theme/RequestSchema";
18import StatusCodes from "@theme/StatusCodes";
19import OperationTabs from "@theme/OperationTabs";
20import TabItem from "@theme/TabItem";
21import Heading from "@theme/Heading";
22
23<Heading
24 as={"h1"}
25 className={"openapi__heading"}
26 children={"Establish an MCP SSE Connection"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/mcp/sse"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40Initiates a Server-Sent Events (SSE) connection using the Model Context Protocol (MCP) to interact with Spice tools.
41
42
43 Once connected, clients can send messages via `POST /v1/mcp/sse` and receive responses through this SSE stream.
44
45<ParamsDetails
46 parameters={undefined}
47>
48
49</ParamsDetails>
50
51<RequestSchema
52 title={"Body"}
53 body={undefined}
54>
55
56</RequestSchema>
57
58<StatusCodes
59 id={undefined}
60 label={undefined}
61 responses={{}}
62>
63
64</StatusCodes>
65
66
67
1---
2id: operation-id
3title: "Establish an MCP SSE Connection"
4description: "Initiates a Server-Sent Events (SSE) connection using the Model Context Protocol (MCP) to interact with Spice tools."
5sidebar_label: "Establish an MCP SSE Connection"
6hide_title: true
7hide_table_of_contents: true
8api: eJzlk8Fu2zAMhl+F4KkFHKftafVtCIKhwIIGcHbqgkaR2ZiYLGkS7a0w/O4D3a3NukeYfbFFkT/189OIYk4ZqwfsbMR9gQ1lmzgKB48V3nkWNkIZDNSUBkqLmrzAeiAvGS7qen0JNnhPVjOgz+xPIC3BJjTkYBW80E+BbQoSbHBwsVltL0ECsBdKxgr8YGmhjmwJJASXy69eXzh/7r2lPzLUFGAdz/rWeMjkG+goZ3OiDAMbOGzv6x0sh+tlZ+MyZzqA8Q0kssQDQaIcg8+UQdoU+lML0nKGul5DlkSmK7HAECkZPdJdg9Xb3yM3WOBrBazGqcCOpA267USCBUYjLVZ4po8F5tk8NXrEPjmssBWJ1XLpgjWuDVmqD1e3V/h+AJ81DA0N5ELs1PqXSqVa+8SnPtGLg4fFQiseSpz2Kmf7xPI865nIj99Iv/caY/8UsBpRWBxhhan3wh39I71rCbLOpYG3LY4t+Uya702n6R+jsS0tbkptnhvywk9M6e/IVKAe/6XwdXlb3uhSDFk648+KrbOYo+PcgvGwWW3nqaxe+Xrf44hWAfPyP6Mqz1Gt0+aX0Rn2au3M2PibxQccrrGYb3iByuO+QEVOI+N4NJm+JDdNuvy9pzSTUuBgEpujIvKwP6f803qH0/QLjxxuVw==
9sidebar_class_name: "get api-method"
10info_path: docs/api/HTTP/runtime
11custom_edit_url: null
12proxy: http://localhost:8090
13---
14
15import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
16import ParamsDetails from "@theme/ParamsDetails";
17import RequestSchema from "@theme/RequestSchema";
18import StatusCodes from "@theme/StatusCodes";
19import OperationTabs from "@theme/OperationTabs";
20import TabItem from "@theme/TabItem";
21import Heading from "@theme/Heading";
22
23<Heading
24 as={"h1"}
25 className={"openapi__heading"}
26 children={"Establish an MCP SSE Connection"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/mcp/sse"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40Initiates a Server-Sent Events (SSE) connection using the Model Context Protocol (MCP) to interact with Spice tools.
41
42
43 Once connected, clients can send messages via `POST /v1/mcp/sse` and receive responses through this SSE stream.
44
45<ParamsDetails
46 parameters={undefined}
47>
48
49</ParamsDetails>
50
51<RequestSchema
52 title={"Body"}
53 body={undefined}
54>
55
56</RequestSchema>
57
58<StatusCodes
59 id={undefined}
60 label={undefined}
61 responses={{}}
62>
63
64</StatusCodes>
65
66
67