Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
coinbase
command
Command coinbase runs the Coinbase Model Context Protocol server (`coinbase mcp`) and checks connectivity (`coinbase test`).
|
Command coinbase runs the Coinbase Model Context Protocol server (`coinbase mcp`) and checks connectivity (`coinbase 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 coinbase-mcp server from configuration.
|
Package app assembles the fully-configured coinbase-mcp server from configuration. |
|
client
Package client provides a small, dependency-free HTTP client for talking to JSON REST APIs.
|
Package client provides a small, dependency-free HTTP client for talking to JSON REST APIs. |
|
coinbase
Package coinbase holds the connection to the Coinbase Advanced Trade API that the per-area tool packages (products, …) share.
|
Package coinbase holds the connection to the Coinbase Advanced Trade API that the per-area tool packages (products, …) share. |
|
coinbase/products
Package products exposes Coinbase Advanced Trade public market data: the list of tradeable products and per-product details.
|
Package products exposes Coinbase Advanced Trade public market data: the list of tradeable products and per-product details. |
|
config
Package config loads and validates runtime configuration for the coinbase-mcp server from environment variables.
|
Package config loads and validates runtime configuration for the coinbase-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.