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+F4KkFnKQZdth8G4JgKLCgAdyduqBRZCYmJkuaRHsrDL/7QGdts+4RZl9sUeRP/fw0oJhTxvIBWxtxV2BN2SaOwsFjibeehY1QBgMVpZ7SrCIvsO7JS4arqlpfgw3ek9UM6DL7E0hDsAk1OVgFL/RLYJuCBBscXG1W22uQAOyFkrECP1kaqCJbAgnB5fk3ry9cPnfe0rMM1QVYx5O+NR4y+RpaytmcKEPPBvbbu+oeFv1y0dq4yJn2YHwNiSxxT5Aox+AzZZAmhe7UgDScoarWkCWRaedYYIiUjB7ptsby9e+RayzwpQKWw1hgS9IE3XYiwQKjkQZLvNDHAvNknho9YJccltiIxHKxcMEa14Qs5Yebjzf4dgBfNAw19eRCbNX6c6W5WnvkU5fo7OB+NtOK+zmOO5WzXWJ5mvRM5MfvpN87jbE/BiwHFBZHWGLqvHBL/0jfNwRZ51LD6xbHlnwmzfem1fRP0diGZu/m2jzX5IWPTOnvyFigHv9ceDl/f16KIUtr/EWxdRZzcJwbMB42q+00ldULX297HNAqYF7+Z1TlKap12vwiOsNerZ0YG/6w+ID9EovphheoPO4KVOQ0MgwHk+lrcuOoyz86ShMpBfYmsTkoIg+7S8o/r+9xHH8DgstuUA==
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+F4KkFnKQZdth8G4JgKLCgAdyduqBRZCYmJkuaRHsrDL/7QGdts+4RZl9sUeRP/fw0oJhTxvIBWxtxV2BN2SaOwsFjibeehY1QBgMVpZ7SrCIvsO7JS4arqlpfgw3ek9UM6DL7E0hDsAk1OVgFL/RLYJuCBBscXG1W22uQAOyFkrECP1kaqCJbAgnB5fk3ry9cPnfe0rMM1QVYx5O+NR4y+RpaytmcKEPPBvbbu+oeFv1y0dq4yJn2YHwNiSxxT5Aox+AzZZAmhe7UgDScoarWkCWRaedYYIiUjB7ptsby9e+RayzwpQKWw1hgS9IE3XYiwQKjkQZLvNDHAvNknho9YJccltiIxHKxcMEa14Qs5Yebjzf4dgBfNAw19eRCbNX6c6W5WnvkU5fo7OB+NtOK+zmOO5WzXWJ5mvRM5MfvpN87jbE/BiwHFBZHWGLqvHBL/0jfNwRZ51LD6xbHlnwmzfem1fRP0diGZu/m2jzX5IWPTOnvyFigHv9ceDl/f16KIUtr/EWxdRZzcJwbMB42q+00ldULX297HNAqYF7+Z1TlKap12vwiOsNerZ0YG/6w+ID9EovphheoPO4KVOQ0MgwHk+lrcuOoyz86ShMpBfYmsTkoIg+7S8o/r+9xHH8DgstuUA==
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