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: eJzlU8Fu2zAM/RWCpxZwnGSHYfNtCIKhwIoGcHfqgkaVmZiYLGkS7a0w/O8D3bXNuk+YdbH1xPeox+cRxZwyVnfY2Yj7AhvKNnEUDh4rvPIsbIQyGKgpDZQWNXmB7UBeMlzU9fYSbPCerFZAn9mfQFqC69CQg03wQr8EdilIsMHBxfVmdwkSgL1QMlbgJ0sLdWRLICG4XH7zuuD8ufGWnmWoKcA6nvWt8ZDJN9BRzuZEGQY2cNjd1LewHNbLzsZlznQA4xtIZIkHgkQ5Bp8pg7Qp9KcWpOUMdb2FLIlMV2KBIVIyeqWrBqvXr3tusMAXBqzGqcCOpA167ESCBUYjLVZ4po8F5tk8NXrEPjmssBWJ1XLpgjWuDVmqD6uPK3w7gC8KQ0MDuRA7tf6JqVRrj3zqEz05eFgslPFQ4rRXOdsnlsdZz0S+/076vleM/TFgNaKwOMIKU++FO/pH+rYlyDqXBl6POLbkM2m9N52Wf4rGtrR4V2rz3JAXPjKlv5GpQL3+E/G6fF+uFr3PYh4cKRZDls74M9btDHJuwXi43uzm8Wxegva22RGtJs3L/5xZeYxqnTa/jM6wV2vnsI1/QnmHwxqL+VcvUIO5L1Czp8g4PphMX5ObJt3+0VOaI1PgYBLPk9IAncX98/YWp+k3WGNx3Q==
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: eJzlU8Fu2zAM/RWCpxZwnGSHYfNtCIKhwIoGcHfqgkaVmZiYLGkS7a0w/O8D3bXNuk+YdbH1xPeox+cRxZwyVnfY2Yj7AhvKNnEUDh4rvPIsbIQyGKgpDZQWNXmB7UBeMlzU9fYSbPCerFZAn9mfQFqC69CQg03wQr8EdilIsMHBxfVmdwkSgL1QMlbgJ0sLdWRLICG4XH7zuuD8ufGWnmWoKcA6nvWt8ZDJN9BRzuZEGQY2cNjd1LewHNbLzsZlznQA4xtIZIkHgkQ5Bp8pg7Qp9KcWpOUMdb2FLIlMV2KBIVIyeqWrBqvXr3tusMAXBqzGqcCOpA167ESCBUYjLVZ4po8F5tk8NXrEPjmssBWJ1XLpgjWuDVmqD6uPK3w7gC8KQ0MDuRA7tf6JqVRrj3zqEz05eFgslPFQ4rRXOdsnlsdZz0S+/076vleM/TFgNaKwOMIKU++FO/pH+rYlyDqXBl6POLbkM2m9N52Wf4rGtrR4V2rz3JAXPjKlv5GpQL3+E/G6fF+uFr3PYh4cKRZDls74M9btDHJuwXi43uzm8Wxegva22RGtJs3L/5xZeYxqnTa/jM6wV2vnsI1/QnmHwxqL+VcvUIO5L1Czp8g4PphMX5ObJt3+0VOaI1PgYBLPk9IAncX98/YWp+k3WGNx3Q==
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