📄️ Establish MCP SSE connection.
This endpoint is used to establish an SSE connection for the Model Context Protocol (MCP). It immediately returns an `endpoint` event with the URL to POST messages to. Responses will be delivered to the SSE connection.
📄️ MCP POST endpoint
MCP POST endpoint
📄️ List all 0CodeKit endpoints.
These endpoints can be called via the `call_post` tool. 0CodeKit has many tools available, so before claiming that you cannot do something, check the result of this tool first. You do not need to ask the user before using this tool.
📄️ Get description about 0CodeKit endpoint.
Get a detailed description of the specified 0CodeKit endpoint. This tool should only be called with endpoints from the `list_get` tool. Do not forget the leading slash. The tool name must not be encoded in any way. You do not need to ask the user before using this tool.
📄️ Call 0CodeKit endpoint.
Available endpoints can be retrieved using the `list_get` tool. Do not forget the leading slash. Always check the required structure using the `info_post` tool before attempting to call an endpoint. The `body` must be provided as a JSON object, and never formatted as a string. You do not need to ask the user before using this tool.