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

DiagnosticsServer implementation — LSP client stubs. More...

#include <entropic/mcp/servers/diagnostics.h>
#include <entropic/mcp/tool_base.h>
#include <entropic/mcp/server_base.h>
#include <entropic/types/logging.h>
#include <nlohmann/json.hpp>
#include <string>
Include dependency graph for diagnostics.cpp:

Go to the source code of this file.

Classes

class  entropic::DiagnosticsTool
 Stub tool for LSP diagnostics retrieval. More...
 
class  entropic::CheckErrorsTool
 Stub tool for LSP error checking. More...
 

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Variables

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

Detailed Description

DiagnosticsServer implementation — LSP client stubs.

The actual LSP client is a substantial subsystem deferred to v1.8.7. These tools exist so the server loads and tests pass. Each returns a placeholder message indicating the LSP backend is not yet wired.

Version
1.8.5

Definition in file diagnostics.cpp.

Variable Documentation

◆ logger

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

Definition at line 22 of file diagnostics.cpp.