File tree Expand file tree Collapse file tree 3 files changed +80
-0
lines changed
docs/speakeasy-reference/cli Expand file tree Collapse file tree 3 files changed +80
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ speakeasy [flags]
5353* [speakeasy clean](/docs/speakeasy-reference/cli/clean) - Speakeasy clean can be used to clean up cache, stale temp folders, and old CLI binaries.
5454* [speakeasy configure](/docs/speakeasy-reference/cli/configure) - Configure your Speakeasy SDK Setup.
5555* [speakeasy lint](/docs/speakeasy-reference/cli/lint) - Lint/Validate OpenAPI documents and Speakeasy configuration files
56+ * [speakeasy mcp](/docs/speakeasy-reference/cli/mcp) - Commands for MCP server management
5657* [speakeasy merge](/docs/speakeasy-reference/cli/merge) - Merge multiple OpenAPI documents into a single document
5758* [speakeasy openapi](/docs/speakeasy-reference/cli/openapi) - Utilities for working with OpenAPI documents
5859* [speakeasy overlay](/docs/speakeasy-reference/cli/overlay) - Work with OpenAPI Overlays
Original file line number Diff line number Diff line change 1+ # deploy
2+ `speakeasy mcp deploy`
3+
4+
5+ [EXPERIMENTAL] Deploy an MCP server to Gram
6+
7+ ## Details
8+
9+ [EXPERIMENTAL] Deploy a generated MCP server to Gram for hosting. Requires the Gram CLI to be installed.
10+
11+ ## Usage
12+
13+ ```
14+ speakeasy mcp deploy [flags]
15+ ```
16+
17+ ### Options
18+
19+ ```
20+ -d, --directory string MCP server directory (overrides workflow.yaml output)
21+ -h, --help help for deploy
22+ -p, --project string Gram project name (overrides Gram default)
23+ -t, --target string Target name from workflow.yaml (optional if only one MCP target exists)
24+ ```
25+
26+ ### Options inherited from parent commands
27+
28+ ```
29+ --logLevel string the log level (available options: [info, warn, error]) (default "info")
30+ ```
31+
32+ ### Parent Command
33+
34+ * [speakeasy mcp](/docs/speakeasy-reference/cli/mcp) - Commands for MCP server management
Original file line number Diff line number Diff line change 1+ ---
2+ asIndexPage: true
3+ ---
4+
5+ # mcp
6+ `speakeasy mcp`
7+
8+
9+ Commands for MCP server management
10+
11+ ## Details
12+
13+ # MCP
14+ The `mcp` command provides utilities for managing MCP (Model Context Protocol) servers.
15+
16+ Commands:
17+ - `deploy` - Deploy an MCP server to Gram
18+
19+ Use these commands to deploy and manage your generated MCP servers.
20+
21+
22+ ## Usage
23+
24+ ```
25+ speakeasy mcp [flags]
26+ ```
27+
28+ ### Options
29+
30+ ```
31+ -h, --help help for mcp
32+ ```
33+
34+ ### Options inherited from parent commands
35+
36+ ```
37+ --logLevel string the log level (available options: [info, warn, error]) (default "info")
38+ ```
39+
40+ ### Parent Command
41+
42+ * [speakeasy](/docs/speakeasy-reference/cli/getting-started) - The Speakeasy CLI tool provides access to the Speakeasy.com platform
43+ ### Sub Commands
44+
45+ * [speakeasy mcp deploy](/docs/speakeasy-reference/cli/mcp/deploy) - [EXPERIMENTAL] Deploy an MCP server to Gram
You can’t perform that action at this time.
0 commit comments