Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
aws
command
Command aws runs the AWS Model Context Protocol server (`aws mcp`) and checks connectivity (`aws test`).
|
Command aws runs the AWS Model Context Protocol server (`aws mcp`) and checks connectivity (`aws test`). |
|
Package internal holds build-wide values shared across ado-mcp, such as the server version reported to MCP clients.
|
Package internal holds build-wide values shared across ado-mcp, such as the server version reported to MCP clients. |
|
app
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. |
|
aws/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. |
|
config
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. |
|
prompts
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. |
|
server
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. |
Click to show internal directories.
Click to hide internal directories.