Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
web.cpp File Reference

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>
Include dependency graph for web.cpp:

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")
 

Detailed Description

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.

Version
1.8.5

Definition in file web.cpp.

Variable Documentation

◆ logger

auto logger = entropic::log::get("mcp.web")
static

Definition at line 22 of file web.cpp.