Skip to content

example client stuck at demo mode #142

@gophergogo

Description

@gophergogo
  • start server: './mcp_example_server'
  • run client:./mcp_example_client --demo

It will see the following errors from client.

mcp_example_client.cc

void demonstrateFeatures(McpClient& client, bool verbose) {


  // 2. List available resources
  {
    std::cerr << "\n[DEMO] Listing resources..." << std::endl;
    auto list_future = client.listResources();

Please help make calculator example inside demonstrateFeatures work.

PR

#143
#152: cross-compile and run on macOS, Linux and Windows.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions