Skip to content

Commit 07e1d64

Browse files
committed
Sync open source content 🐝 (from cf6cbff7a385bcdadfc9857ea0fbe11b3beaeaa7)
1 parent 44f859a commit 07e1d64

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

docs/speakeasy-reference/cli/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

0 commit comments

Comments
 (0)