#include <MRMcp/MRMcp.h>
|
| std::string | address = "127.0.0.1" |
| | You don't need to change this, unless you want to accept connections from the outside world.
|
| int | port = 7887 |
| std::string | name |
| | A default string is set in the constructor.
|
| std::string | version |
| | A default string is set in the constructor.
|
◆ Params()
| MRMCP_API MR::Mcp::Server::Params::Params |
( |
| ) |
|
◆ operator==
◆ address
| std::string MR::Mcp::Server::Params::address = "127.0.0.1" |
You don't need to change this, unless you want to accept connections from the outside world.
◆ name
| std::string MR::Mcp::Server::Params::name |
A default string is set in the constructor.
◆ port
| int MR::Mcp::Server::Params::port = 7887 |
◆ version
| std::string MR::Mcp::Server::Params::version |
A default string is set in the constructor.
The documentation for this struct was generated from the following file: