mcpserver

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BearerTokenVerifier added in v0.7.0

func BearerTokenVerifier(baseURL string) auth.TokenVerifier

func HostedTokenVerifier added in v1.7.1

func HostedTokenVerifier(apiBaseURL, userinfoEndpoint string) auth.TokenVerifier

HostedTokenVerifier accepts hosted OAuth access tokens and falls back to a Tripsy API token only when the OAuth issuer rejects the credential.

func NewWithClient

func NewWithClient(client *api.Client, store *config.Store, version string) *mcp.Server

func NewWithClientOptions added in v1.0.0

func NewWithClientOptions(client *api.Client, store *config.Store, opts Options) *mcp.Server

func NormalizeToolAnnotationsPayload added in v1.2.3

func NormalizeToolAnnotationsPayload(payload []byte) []byte

func OAuthBearerTokenVerifier added in v1.0.0

func OAuthBearerTokenVerifier(userinfoEndpoint string) auth.TokenVerifier

Types

type Options

type Options struct {
	APIBase           string
	Token             string
	ConfigDir         string
	Version           string
	DisableRawRequest bool
	RequestTokenOnly  bool
}

type RuntimeInfo

type RuntimeInfo struct {
	APIBase         string `json:"api_base"`
	AuthBackend     string `json:"auth_backend"`
	ConfigDir       string `json:"config_dir"`
	CredentialsPath string `json:"credentials_path"`
	HasToken        bool   `json:"has_token"`
}

func New

func New(opts Options) (*mcp.Server, RuntimeInfo, error)

Jump to

Keyboard shortcuts

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