7#ifndef ZEPHYR_INCLUDE_NET_MCP_MCP_SERVER_HTTP_H_
8#define ZEPHYR_INCLUDE_NET_MCP_MCP_SERVER_HTTP_H_
void * mcp_server_ctx_t
Server context handle.
Definition mcp_server.h:68
Model Context Protocol (MCP) Server API.
int mcp_server_http_init(mcp_server_ctx_t server_ctx)
Initialize the HTTP Server.
int mcp_server_http_start(mcp_server_ctx_t server_ctx)
Start the HTTP Server.