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 Server & | getDefaultServer () |
| 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) |
|
nodiscard |
The global instance of the MCP server.