This is the complete list of members for entropic::ServerManager, including all inherited members.
| add_permission(const std::string &pattern, bool allow) | entropic::ServerManager | |
| connect_external_server(const ExternalServerConfig &spec) | entropic::ServerManager | |
| connect_external_server(const std::string &name, const std::string &command="", const std::vector< std::string > &args={}, const std::string &url="") | entropic::ServerManager | |
| disconnect_external_server(const std::string &name) | entropic::ServerManager | |
| execute(const std::string &tool_name, const std::string &args_json) | entropic::ServerManager | |
| get_permission_pattern(const std::string &tool_name, const std::string &args_json) const | entropic::ServerManager | |
| get_required_access_level(const std::string &tool_name) const | entropic::ServerManager | |
| get_server(const std::string &name) const | entropic::ServerManager | |
| get_tool_schema(const std::string &tool_name) const | entropic::ServerManager | |
| init_builtins(const MCPConfig &mcp_config, const std::vector< std::string > &tier_names, const std::string &data_dir) | entropic::ServerManager | |
| initialize() | entropic::ServerManager | |
| interrupt_external_tools() | entropic::ServerManager | |
| is_explicitly_allowed(const std::string &tool_name, const std::string &args_json) const | entropic::ServerManager | |
| list_server_info() const | entropic::ServerManager | |
| list_tools() const | entropic::ServerManager | |
| process_health_events() | entropic::ServerManager | |
| project_dir() const | entropic::ServerManager | inline |
| register_server(std::unique_ptr< MCPServerBase > server) | entropic::ServerManager | |
| server_names() const | entropic::ServerManager | |
| ServerManager(const PermissionsConfig &permissions, const std::filesystem::path &project_dir) | entropic::ServerManager | |
| set_mcp_config(const MCPConfig &config) | entropic::ServerManager | |
| shutdown() | entropic::ServerManager | |
| skip_duplicate_check(const std::string &tool_name) const | entropic::ServerManager | |