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): add emojis and standardize workflows (#29)
* docs(readme): add emojis to section headers and list items
* ci(workflows): standardize GitHub Actions workflows
- Build: always run on push to main (remove paths filter)
- Contributors: run at 1:00 AM EST, output HTML format
- PR Title Lint: standardize to only lint PR titles
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@
34
34
35
35
---
36
36
37
-
## What is this?
37
+
## 🤔 What is this?
38
38
39
39
**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!
40
40
41
-
## Features
41
+
## ✨ Features
42
42
43
-
### Solution Tools
43
+
### 📂 Solution Tools
44
44
45
45
| Tool | Description |
46
46
|------|-------------|
@@ -50,7 +50,7 @@
50
50
|`project_list`| List all projects in the solution |
51
51
|`project_info`| Get detailed project information |
52
52
53
-
### Document Tools
53
+
### 📝 Document Tools
54
54
55
55
| Tool | Description |
56
56
|------|-------------|
@@ -61,7 +61,7 @@
61
61
|`document_read`| Read document contents |
62
62
|`document_write`| Write to a document |
63
63
64
-
### Editor Tools
64
+
### ✏️ Editor Tools
65
65
66
66
| Tool | Description |
67
67
|------|-------------|
@@ -72,7 +72,7 @@
72
72
|`editor_goto_line`| Navigate to a specific line |
73
73
|`editor_find`| Search within documents |
74
74
75
-
### Build Tools
75
+
### 🔨 Build Tools
76
76
77
77
| Tool | Description |
78
78
|------|-------------|
@@ -82,7 +82,7 @@
82
82
|`build_cancel`| Cancel a running build |
83
83
|`build_status`| Get current build status |
84
84
85
-
## Installation
85
+
## 🛠️ Installation
86
86
87
87
### Visual Studio Marketplace
88
88
@@ -95,15 +95,15 @@
95
95
96
96
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-MCPServer/releases) page and double-click to install.
97
97
98
-
## Usage
98
+
## 🚀 Usage
99
99
100
-
### Starting the Server
100
+
### ▶️ Starting the Server
101
101
102
102
1. Open Visual Studio
103
103
2. Go to **Tools > MCP Server > Start Server** (or enable auto-start in settings)
104
104
3. The MCP server starts on `http://localhost:5050`
105
105
106
-
### Configuring Claude Desktop
106
+
### 🤖 Configuring Claude Desktop
107
107
108
108
Add this to your Claude Desktop MCP settings:
109
109
@@ -117,7 +117,7 @@ Add this to your Claude Desktop MCP settings:
117
117
}
118
118
```
119
119
120
-
### Settings
120
+
### ⚙️ Settings
121
121
122
122
Configure the extension at **Tools > Options > MCP Server**:
123
123
@@ -130,7 +130,7 @@ Configure the extension at **Tools > Options > MCP Server**:
130
130
| Log Level | Minimum log level for output |`Information`|
131
131
| Log Retention | Days to keep log files |`7`|
132
132
133
-
## Architecture
133
+
## 🏗️ Architecture
134
134
135
135
```
136
136
+------------------+ +----------------------+ named pipes +------------------+
@@ -139,25 +139,25 @@ Configure the extension at **Tools > Options > MCP Server**:
0 commit comments