|
1 | 1 | { |
2 | | - "name": "vsc-et", |
3 | | - "displayName": "Extension Template", |
4 | | - "description": "Helping users who want to get Y done, by provding X.", |
| 2 | + "name": "calva-mcp-server", |
| 3 | + "displayName": "Calva MCP Server", |
| 4 | + "description": "Model Context Protocol server extension for Calva", |
5 | 5 | "version": "0.0.1", |
6 | 6 | "publisher": "betterthantomorrow", |
7 | 7 | "author": { |
|
11 | 11 | "icon": "assets/extension-icon-128x128.png", |
12 | 12 | "repository": { |
13 | 13 | "type": "git", |
14 | | - "url": "https://github.com/PEZ/vsc-et.git" |
| 14 | + "url": "https://github.com/BetterThanTomorrow/calva-mcp-server.git" |
15 | 15 | }, |
16 | 16 | "engines": { |
17 | 17 | "vscode": ">=1.75.0", |
|
20 | 20 | "enabledApiProposals": [ |
21 | 21 | "extensionRuntime" |
22 | 22 | ], |
23 | | - "categories": [], |
24 | | - "keywords": [], |
| 23 | + "categories": ["Programming Languages", "Formatters", "Linters", "Other"], |
| 24 | + "keywords": ["clojure", "clojurescript", "mcp", "model-context-protocol", "ai"], |
25 | 25 | "activationEvents": [], |
26 | 26 | "main": "out/extension.js", |
27 | 27 | "contributes": { |
28 | 28 | "commands": [ |
29 | 29 | { |
30 | | - "command": "vsc-et.hello", |
31 | | - "category": "Extension Template", |
| 30 | + "command": "calva-mcp-server.hello", |
| 31 | + "category": "Calva MCP Server", |
32 | 32 | "title": "Say Hello!" |
33 | 33 | }, |
34 | 34 | { |
35 | | - "command": "vsc-et.newHelloDocument", |
36 | | - "category": "Extension Template", |
37 | | - "enablement": ":vsc-et/active?", |
| 35 | + "command": "calva-mcp-server.newHelloDocument", |
| 36 | + "category": "Calva MCP Server", |
| 37 | + "enablement": ":calva-mcp-server/active?", |
38 | 38 | "title": "Open a new Hello document" |
39 | 39 | } |
40 | 40 | ], |
41 | 41 | "keybindings": [ |
42 | 42 | { |
43 | | - "command": "vsc-et.hello", |
| 43 | + "command": "calva-mcp-server.hello", |
44 | 44 | "key": "ctrl+alt+h h" |
45 | 45 | }, |
46 | 46 | { |
47 | | - "command": "vsc-et.newHelloDocument", |
48 | | - "when": ":vsc-et/active?", |
| 47 | + "command": "calva-mcp-server.newHelloDocument", |
| 48 | + "when": ":calva-mcp-server/active?", |
49 | 49 | "key": "ctrl+alt+h d" |
50 | 50 | } |
51 | 51 | ] |
|
0 commit comments