assistantkb

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

README

Secure MCP Tunnel client docs

This folder contains customer-facing operator docs and contributor docs for tunnel-client, the customer-run agent behind Secure MCP Tunnel.

Find The Right Guide

If you need to... Read...
Connect a local or private MCP server to ChatGPT or Codex onboarding.md
Explain the outbound-only network model or trust boundary architecture.md
Implement a tunnel client in another language protocol.md and openapi.json
Provision tunnel roles, groups, IDs, or API keys permissions.md
Choose Docker, Kubernetes, or VM deployment deployment/overview.md
Debug readiness, connector discovery, OAuth, or support bundles troubleshooting.md

Start Here

Operator docs

Maintainer / contributor docs

  • Guide theme and visual manifest: pdf/
  • Guide HTML archive command: make end-user-guide-html
  • Guide slide deck command: make end-user-guide-slides
  • Guide screenshot refresh command: make end-user-guide-screenshots
  • Development & testing: development.md
  • Wire protocol and OpenAPI contract: protocol.md, openapi.json
  • Roadmap / design notes: roadmap.md

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BinaryAcquisitionGuidanceForOS

func BinaryAcquisitionGuidanceForOS(goos string) (buildCommand string, wrapperCommand string, binaryFlag string)

func BuildPromptContext

func BuildPromptContext(prompt string) string

func FormatPromptContext

func FormatPromptContext(intro []string, matchPrefix string, matches []Match) string

Types

type Match

type Match struct {
	Path    string
	Heading string
	Excerpt string
	Score   int
}
func Search(prompt string, limit int) []Match

func SearchFS

func SearchFS(prompt string, fsys fs.ReadFileFS, paths []string, sourcePrefix string, limit int, maxExcerptChars int) []Match

Jump to

Keyboard shortcuts

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