|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
MCP (Model Context Protocol) client for connecting to remote tool servers. More...
#include <neograph/api.h>#include <neograph/tool.h>#include <asio/awaitable.hpp>#include <memory>#include <mutex>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | neograph::mcp::MCPClient |
| Client for connecting to MCP (Model Context Protocol) servers. More... | |
| class | neograph::mcp::MCPTool |
| Wraps a remote MCP server tool as a local Tool. More... | |
MCP (Model Context Protocol) client for connecting to remote tool servers.
Provides MCPClient for discovering and calling tools on MCP servers, and MCPTool for wrapping remote tools as local Tool objects.
Two transports are supported:
Definition in file client.h.