Skip to content

Commit 0c2fd83

Browse files
change formatting for example prompts (#485)
This PR updates the formatting for the example prompts in the MCP server documentation.
2 parents efc84a0 + d3abfa1 commit 0c2fd83

File tree

1 file changed

+9
-4
lines changed
  • content/terraform-docs-common/docs/docs/tools/mcp-server

1 file changed

+9
-4
lines changed

content/terraform-docs-common/docs/docs/tools/mcp-server/prompt.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ You can use the following set of prompts as a guide to help you write your own c
3434

3535
The following prompt runs the [`resolveProviderDocID`](/terraform/docs/tools/mcp-server#resolveproviderdocid) tool, which obtains a list of related provider document IDs so that you can decide which resources to create:
3636

37-
> "I need help understanding what resources are available in the Google provider that are for AI"
38-
37+
```
38+
I need help understanding what resources are available in the Google provider that are for AI
39+
```
3940

4041
#### Response
4142

@@ -104,7 +105,9 @@ The client prints the following response using the context acquired from the MCP
104105

105106
The following prompt runs the [`resolveProviderDocID`](/terraform/docs/tools/mcp-server#resolveproviderdocid) tool, which gets a list of provider documentation IDs. Next, the [`getProviderDocs`](/terraform/docs/tools/mcp-server#getproviderdocs) tool calls the appropriate documentation for the use case:
106107

107-
> "I need help setting up storage buckets in the azure provider"
108+
```
109+
I need help setting up storage buckets in the azure provider
110+
```
108111

109112
#### Response
110113

@@ -306,7 +309,9 @@ The client prints the following response using the context acquired from the MCP
306309
307310
The following prompt runs the [`searchModules`](/terraform/docs/tools/mcp-server#searchmodules) tool, which gets a list of modules:
308311
309-
> "Is there a module to help with setting up an IBM VM?"
312+
```
313+
Is there a module to help with setting up an IBM VM?
314+
```
310315
311316
#### Response
312317

0 commit comments

Comments
 (0)