internal

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package internal holds build-wide values shared across ado-mcp, such as the server version reported to MCP clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Version

func Version() string

Version returns the server version, resolved in order of precedence:

  1. the value injected at build time with -ldflags (release builds);
  2. the module version from the build info, e.g. when installed with `go install github.com/rangertaha/aws-mcp/cmd/ado@v1.2.3`;
  3. a "dev" value annotated with the VCS revision when building from source.

Types

This section is empty.

Directories

Path Synopsis
Package app assembles the fully-configured aws-mcp server from configuration.
Package app assembles the fully-configured aws-mcp server from configuration.
aws
Package aws holds the AWS SDK clients that the per-service tool packages (s3, …) share.
Package aws holds the AWS SDK clients that the per-service tool packages (s3, …) share.
s3
Package s3 exposes read-only Amazon S3 operations: listing buckets and the objects within a bucket.
Package s3 exposes read-only Amazon S3 operations: listing buckets and the objects within a bucket.
Package config loads and validates runtime configuration for the aws-mcp server from environment variables.
Package config loads and validates runtime configuration for the aws-mcp server from environment variables.
Package prompts registers MCP prompts: user-invoked, parameterized templates that clients surface as slash commands.
Package prompts registers MCP prompts: user-invoked, parameterized templates that clients surface as slash commands.
Package server wires the Model Context Protocol server together: it owns the underlying mcp.Server, enforces the read-only policy, and exposes typed helpers that the per-area tool packages use to register tools.
Package server wires the Model Context Protocol server together: it owns the underlying mcp.Server, enforces the read-only policy, and exposes typed helpers that the per-area tool packages use to register tools.

Jump to

Keyboard shortcuts

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