Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcp_server_http.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_MCP_SERVER_HTTP_H_
8#define ZEPHYR_INCLUDE_MCP_SERVER_HTTP_H_
9
15
16#include <zephyr/kernel.h>
18
26
34
35#endif /* ZEPHYR_INCLUDE_MCP_SERVER_HTTP_H_ */
void * mcp_server_ctx_t
Server context handle.
Definition mcp_server.h:68
Public kernel APIs.
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.