client

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package client provides MCP protocol client implementation for communicating with backend servers.

This package implements the BackendClient interface defined in the vmcp package, using the mark3labs/mcp-go SDK for protocol communication.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHTTPBackendClient

func NewHTTPBackendClient(registry auth.OutgoingAuthRegistry) (vmcp.BackendClient, error)

NewHTTPBackendClient creates a new HTTP-based backend client. This client supports streamable-HTTP and SSE transports.

The registry parameter manages authentication strategies for outgoing requests to backend MCP servers. It must not be nil. To disable authentication, use a registry configured with the "unauthenticated" strategy.

Returns an error if registry is nil.

Types

This section is empty.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL