StdioTransport implementation.
More...
#include <entropic/mcp/transport_stdio.h>
#include <entropic/types/logging.h>
#include <cerrno>
#include <cstring>
#include <chrono>
#include <fcntl.h>
#include <poll.h>
#include <signal.h>
#include <spawn.h>
#include <sys/wait.h>
#include <unistd.h>
Go to the source code of this file.
|
| namespace | entropic |
| | Activate model on GPU (WARM → ACTIVE).
|
| |
|
| static std::string | entropic::sanitize_display_name (const std::string &raw) |
| | Sanitize a display_name for use as a log-line bracket label.
|
| |
| static std::vector< char * > | entropic::build_argv (const std::string &command, const std::vector< std::string > &args) |
| | Build a NULL-terminated argv from command + args.
|
| |
| static std::vector< char * > | entropic::build_envp (const std::vector< std::string > &env_strs) |
| | Build a NULL-terminated envp from env strings.
|
| |
StdioTransport implementation.
- Version
- 1.8.7
Definition in file transport_stdio.cpp.
◆ logger