MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Mcp Namespace Reference

Namespaces

namespace  Schema
 This is used to build json schemas.

Classes

class  Server
 Owns a HTTP MCP server (using the SSE protocol). More...

Functions

MRMCP_API ServergetDefaultServer ()
 The global instance of the MCP server.
uint64_t idOf (const Object *obj)
 Pointer -> id (as a JSON number). Matches the ##<id> suffix in ImGui labels for the same object.
Expected< std::shared_ptr< Object > > resolveId (uint64_t id)

Function Documentation

◆ getDefaultServer()

MRMCP_API Server & MR::Mcp::getDefaultServer ( )
nodiscard

The global instance of the MCP server.