You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): standardize format to match template (#28)
- Centered header with logo, title, and tagline
- Two rows of badges (License/Build, then Marketplace)
- Consistent section structure with horizontal rules
- Contributors section with markers
- Centered footer with attribution
**VS MCP Server** exposes Visual Studio features through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), enabling AI assistants like Claude to interact with your IDE programmatically. Open files, read code, build projects, and more - all through natural conversation!
16
40
17
-
## ✨ Features
41
+
## Features
18
42
19
-
### 📂 Solution Tools
43
+
### Solution Tools
20
44
21
45
| Tool | Description |
22
46
|------|-------------|
@@ -26,7 +50,7 @@
26
50
|`project_list`| List all projects in the solution |
27
51
|`project_info`| Get detailed project information |
28
52
29
-
### 📝 Document Tools
53
+
### Document Tools
30
54
31
55
| Tool | Description |
32
56
|------|-------------|
@@ -37,7 +61,7 @@
37
61
|`document_read`| Read document contents |
38
62
|`document_write`| Write to a document |
39
63
40
-
### ✏️ Editor Tools
64
+
### Editor Tools
41
65
42
66
| Tool | Description |
43
67
|------|-------------|
@@ -48,7 +72,7 @@
48
72
|`editor_goto_line`| Navigate to a specific line |
49
73
|`editor_find`| Search within documents |
50
74
51
-
### 🔨 Build Tools
75
+
### Build Tools
52
76
53
77
| Tool | Description |
54
78
|------|-------------|
@@ -58,7 +82,7 @@
58
82
|`build_cancel`| Cancel a running build |
59
83
|`build_status`| Get current build status |
60
84
61
-
## 🛠️ Installation
85
+
## Installation
62
86
63
87
### Visual Studio Marketplace
64
88
@@ -71,7 +95,7 @@
71
95
72
96
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-MCPServer/releases) page and double-click to install.
73
97
74
-
## 🚀 Usage
98
+
## Usage
75
99
76
100
### Starting the Server
77
101
@@ -106,7 +130,7 @@ Configure the extension at **Tools > Options > MCP Server**:
106
130
| Log Level | Minimum log level for output |`Information`|
107
131
| Log Retention | Days to keep log files |`7`|
108
132
109
-
## 🏗️ Architecture
133
+
## Architecture
110
134
111
135
```
112
136
+------------------+ +----------------------+ named pipes +------------------+
@@ -115,7 +139,7 @@ Configure the extension at **Tools > Options > MCP Server**:
0 commit comments