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): format README to match template standards
- Add emoji prefix to tagline
- Add emoji prefixes to all section headers
- Add emoji prefixes to feature list items
- Add emoji prefixes to commands, security, and requirements lists
- Add 🎉 to installation and development setup completion steps
Copy file name to clipboardExpand all lines: README.md
+31-31Lines changed: 31 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<h1align="center">VSC as MCP</h1>
6
6
7
7
<palign="center">
8
-
<strong>Supercharge your AI coding assistants with VS Code's powerful language intelligence!</strong>
8
+
<strong>🚀 Supercharge your AI coding assistants with VS Code's powerful language intelligence!</strong>
9
9
</p>
10
10
11
11
<palign="center">
@@ -36,15 +36,15 @@
36
36
37
37
A Visual Studio Code extension that exposes an MCP (Model Context Protocol) server, giving AI tools like Claude, Cursor, and others direct access to VS Code's semantic code understanding capabilities - go-to-definition, find references, completions, diagnostics, and so much more!
38
38
39
-
## Features
39
+
## ✨ Features
40
40
41
-
-**Full Language Intelligence** - Access VS Code's language server features via MCP tools
42
-
-**Workspace Aware** - Works on individual files or full project contexts
43
-
-**URI Protocol Handler** - Launch VS Code via `vscode://codingwithcalvin.mcp/...`
44
-
-**Auto-start** - MCP server starts automatically when VS Code launches
45
-
-**Secure by Default** - Binds only to localhost, no external access
41
+
-🧠 **Full Language Intelligence** - Access VS Code's language server features via MCP tools
42
+
-📁 **Workspace Aware** - Works on individual files or full project contexts
43
+
-🔗 **URI Protocol Handler** - Launch VS Code via `vscode://codingwithcalvin.mcp/...`
44
+
-⚡ **Auto-start** - MCP server starts automatically when VS Code launches
45
+
-🔒 **Secure by Default** - Binds only to localhost, no external access
46
46
47
-
## Available Tools
47
+
## 🛠️ Available Tools
48
48
49
49
| Tool | Description |
50
50
|------|-------------|
@@ -68,14 +68,14 @@ A Visual Studio Code extension that exposes an MCP (Model Context Protocol) serv
68
68
|`vscode_workspace_file_search`| Search for files by pattern |
69
69
|`vscode_workspace_text_search`| Search for text across files |
70
70
71
-
## Installation
71
+
## 📦 Installation
72
72
73
73
### VS Code Marketplace
74
74
75
75
1. Open VS Code
76
76
2. Go to **Extensions** (Ctrl+Shift+X)
77
77
3. Search for "VSC as MCP"
78
-
4. Click **Install**
78
+
4. Click **Install** 🎉
79
79
80
80
### Manual Installation
81
81
@@ -85,11 +85,11 @@ Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCal
0 commit comments