|
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 * | arguments |
| const char * | icons |
| cmcp_prompt_handler_fn | handler |
| void * | userdata |
Definition at line 321 of file cmcp_server.h.
| const char* cmcp_prompt_t::name |
Definition at line 322 of file cmcp_server.h.
| const char* cmcp_prompt_t::title |
Definition at line 323 of file cmcp_server.h.
| const char* cmcp_prompt_t::description |
Definition at line 324 of file cmcp_server.h.
| const char* cmcp_prompt_t::arguments |
Definition at line 329 of file cmcp_server.h.
| const char* cmcp_prompt_t::icons |
Definition at line 332 of file cmcp_server.h.
| cmcp_prompt_handler_fn cmcp_prompt_t::handler |
Definition at line 333 of file cmcp_server.h.
| void* cmcp_prompt_t::userdata |
Definition at line 334 of file cmcp_server.h.