|
Entropic 2.3.8
Local-first agentic inference engine
|
WebServer implementation — web_fetch + web_search placeholders. More...
#include <entropic/mcp/servers/web.h>#include <entropic/mcp/tool_base.h>#include <entropic/mcp/server_base.h>#include <entropic/types/logging.h>#include <nlohmann/json.hpp>#include <algorithm>#include <string>
Go to the source code of this file.
Classes | |
| class | entropic::WebFetchTool |
| Tool for fetching web page content by URL. More... | |
| class | entropic::WebSearchTool |
| Tool for web search queries. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Variables | |
| static auto | logger = entropic::log::get("mcp.web") |
WebServer implementation — web_fetch + web_search placeholders.
HTTP client dependency (cpp-httplib) is deferred. Tools load and register so the server is structurally complete; execute() returns placeholder text.
Definition in file web.cpp.
|
static |