Skip to content

Commit a24da4a

Browse files
add beta partial to mcp docs (#1069)
This PR adds the beta partial to the Terraform MCP server docs and renders it on the index page.
2 parents a2bf34a + de23fe7 commit a24da4a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/terraform-mcp-server/v0.3.x/docs/mcp-server/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: Learn about the Terraform model context protocol (MCP) server and h
77

88
The Terraform Model Context Protocol (MCP) server enhances AI models with real-time access to current Terraform provider documentation, modules, and policies from the [Terraform registry](https://registry.terraform.io). This ensures AI-generated Terraform configurations use accurate, up-to-date information rather than potentially outdated training data.
99

10+
@include 'beta.mdx'
11+
1012
## What is the Terraform MCP server?
1113

1214
The Model Context Protocol (MCP) is an open standard that enables AI models to securely connect with external tools, applications, and data sources. MCP allows AI models to access information beyond their training data, providing more current and accurate responses.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- Use this partial for general beta callouts -->
2+
<Note>
3+
4+
This feature is currently in beta. Do not use beta functionality in production environments.
5+
6+
</Note>

0 commit comments

Comments
 (0)