Skip to content

Commit a84df10

Browse files
committed
Fix indentation
1 parent d75be10 commit a84df10

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/ide/mcp-servers.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ With the latest servicing release of 17.14, Visual Studio now supports direct in
8989
<summary><strong title="To add a one-click install button for any MCP server in Visual Studio:">Add one-click install button for MCP server</strong></summary>
9090

9191
1. Write your MCP server config in JSON.
92-
- **HTTP/SSE server example**
92+
- **HTTP/SSE server example**
9393

94-
```json
95-
{"name":"My Server","type":"http","url":"https://example.com/mcp/"}
96-
```
94+
```json
95+
{"name":"My Server","type":"http","url":"https://example.com/mcp/"}
96+
```
9797

98-
- **stdio server example**
98+
- **stdio server example**
9999

100-
```json
101-
{"name":"My Server","type":"stdio","command":"python","args":["-m","my_mcp.server"]}
102-
```
100+
```json
101+
{"name":"My Server","type":"stdio","command":"python","args":["-m","my_mcp.server"]}
102+
```
103103

104104
Required fields:
105105

@@ -129,11 +129,11 @@ With the latest servicing release of 17.14, Visual Studio now supports direct in
129129

130130
4. Add the markdown badge to your GitHub repo/docs.
131131

132-
Example:
132+
Example:
133133

134-
```markdown
135-
[![Install MCP Server in Visual Studio](https://img.shields.io/badge/Install%20in%20Visual%20Studio-blue?logo=visualstudio)](vsweb+mcp:/install?<ENCODED_JSON>)
136-
```
134+
```markdown
135+
[![Install MCP Server in Visual Studio](https://img.shields.io/badge/Install%20in%20Visual%20Studio-blue?logo=visualstudio)](vsweb+mcp:/install?<ENCODED_JSON>)
136+
```
137137

138138
When a user clicks the badge, Visual Studio will launch (or prompt to open), and the MCP install dialog will appear, pre-filled with your server details.
139139

0 commit comments

Comments
 (0)