|
cMCP 0.4.1
Model Context Protocol library in pure C11
|
#include <cmcp_server.h>
Data Fields | |
| const char * | name |
| const char * | title |
| const char * | description |
| const char * | input_schema |
| const char * | output_schema |
| const char * | icons |
| cmcp_tool_handler_fn | handler |
| void * | userdata |
Definition at line 151 of file cmcp_server.h.
| const char* cmcp_tool_t::name |
Definition at line 152 of file cmcp_server.h.
| const char* cmcp_tool_t::title |
Definition at line 153 of file cmcp_server.h.
| const char* cmcp_tool_t::description |
Definition at line 154 of file cmcp_server.h.
| const char* cmcp_tool_t::input_schema |
Definition at line 157 of file cmcp_server.h.
| const char* cmcp_tool_t::output_schema |
Definition at line 164 of file cmcp_server.h.
| const char* cmcp_tool_t::icons |
Definition at line 169 of file cmcp_server.h.
| cmcp_tool_handler_fn cmcp_tool_t::handler |
Definition at line 170 of file cmcp_server.h.
| void* cmcp_tool_t::userdata |
Definition at line 171 of file cmcp_server.h.