|
cxxmcp 1.1.6
C++ MCP SDK
|
Client or server implementation identity. More...
#include <initialize.hpp>
Public Attributes | |
| std::string | name |
| Human-readable implementation name. | |
| std::optional< std::string > | title |
| Optional display title. | |
| std::string | version |
| Human-readable implementation version. | |
| std::optional< std::string > | description |
| Optional display description. | |
| std::vector< Icon > | icons |
| Optional icon descriptors. | |
| std::optional< std::string > | website_url |
| Optional project or documentation website URL. | |
| std::optional< Json > | meta |
Optional _meta extension object preserved on the wire. | |
| Json | extensions = Json::object() |
| Unknown JSON members preserved for forward-compatible round trips. | |
Client or server implementation identity.