-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode.json
More file actions
239 lines (239 loc) · 8.42 KB
/
Copy pathopencode.json
File metadata and controls
239 lines (239 loc) · 8.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codegraph": {
"type": "local",
"command": ["codegraph", "serve", "--mcp"],
"enabled": true
},
"gitnexus": {
"enabled": false
},
"godoc": {
"type": "local",
"command": ["godoc-mcp"]
},
"goland": {
"type": "remote",
"url": "http://127.0.0.1:64342/sse"
},
"gopls": {
"type": "local",
"command": ["gopls", "mcp"],
"enabled": true
},
"github-lucy": {
"headers": { "Authorization": "Bearer {env:LUCY_GITHUB_TOKEN}" },
"type": "remote",
"url": "https://api.githubcopilot.com/mcp"
}
},
"references": {
"apt": {
"description": "Use APT as a design reference. This repo is indexed via codegraph",
"path": "../apt"
},
"arclight": {
"description": "Bukkit server implementation with Fabric/Forge/NeoForge support",
"repository": "IzzelAliz/Arclight"
},
"brew": {
"description": "Use Homebrew as a design reference. This repo is indexed via codegraph",
"path": "../brew"
},
"bukkit": {
"description": "Minecraft plugin API",
"repository": "https://hub.spigotmc.org/stash/scm/spigot/bukkit.git"
},
"bungeecord": {
"description": "Minecraft server proxy",
"repository": "SpigotMC/BungeeCord"
},
"cargo": {
"description": "Use Cargo as a design reference. This repo is indexed via codegraph",
"path": "../cargo"
},
"catserver": {
"description": "high performance and compatibility Forge+Bukkit+Spigot server on 1.12.2/1.16.5/1.18.2",
"repository": "Luohuayu/CatServer"
},
"charm-bubbles": {
"description": "Bubbles, the component library for Bubble Tea",
"repository": "charmbracelet/bubbles"
},
"charm-bubbletea": {
"description": "Bubble Tea, the Charm TUI ecosystem's core framework",
"repository": "charmbracelet/bubbletea"
},
"charm-colorprofile": {
"description": "Terminal color profile handling library",
"repository": "charmbracelet/colorprofile"
},
"charm-glamour": {
"description": "CLI Makrdown rendering library in the charm ecosystem",
"repository": "charmbracelet/glamour"
},
"charm-huh": {
"description": "CLI form library in the charm ecosystem",
"repository": "charmbracelet/huh"
},
"charm-lipgloss": {
"description": "Charm TUI ecosystem's style and layout toolkit",
"repository": "charmbracelet/lipgloss"
},
"charm-log": {
"description": "Logging library in the charm ecosystem",
"repository": "charmbracelet/log"
},
"craftbukkit": {
"description": "An implementation of the Bukkit plugin API for Minecraft servers",
"repository": "https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git"
},
"fabric-api": {
"description": "Essential hooks for Fabric modding",
"repository": "FabricMC/fabric-api"
},
"fabric-docs": {
"description": "Official documentation for Fabric",
"repository": "FabricMC/fabric-docs"
},
"fabric-loader": {
"description": "The core of the Fabric ecosystem. Loads fabric mods and provides useful abstractions",
"repository": "FabricMC/fabric-loader"
},
"folia": {
"branch": "ver/26.1.x",
"description": "Fork of Paper which adds regionised multithreading to the dedicated server",
"repository": "PaperMC/Folia"
},
"forge": {
"branch": "26.1.2",
"description": "Minecraft modding framework. Note that the branch is on 26.1.2. For other versions, switch branches",
"repository": "MinecraftForge/MinecraftForge"
},
"geyser": {
"description": "Protocol bridge between a Java Edition Minecraft server and Bedrock Edition clients. Docs: https://geysermc.org/wiki/geyser",
"repository": "GeyserMC/Geyser"
},
"HMCL": {
"description": "HMCL is a popular Minecraft launcher in China. Might provide useful Minecraft domain knowledge. This repo is indexed via codegraph",
"path": "../HMCL"
},
"leaf": {
"description": "A Paper fork focused on finding the balance between performance, vanilla mechanics, and stability. Docs: https://www.leafmc.one",
"repository": "Winds-Studio/Leaf"
},
"leaves": {
"description": "Fork of Paper aims at repairing broken vanilla properties",
"repository": "LeavesMC/Leaves"
},
"lophine": {
"description": "A fork of Luminol with better support for technical Minecraft servers",
"repository": "LuminolMC/Lophine"
},
"luminol": {
"description": "A fork of Folia with optimizations, bug fixes, and configurable vanilla features",
"repository": "LuminolMC/Luminol"
},
"mcdr": {
"branch": "master",
"description": "Non-intrusive Minecraft plugin framework",
"repository": "MCDReforged/MCDReforged"
},
"mcdr-plugin-catalog": {
"branch": "meta",
"description": "Catalog of MCDReforged plugins",
"repository": "MCDReforged/PluginCatalogue"
},
"modrinth": {
"branch": "main",
"description": "Use this while working on Modrinth integration",
"repository": "modrinth/code"
},
"mohist": {
"description": "Tenet, formerly known as Mohist. Forge Hybrid server implementing Spigot/Bukkit API. Docs: https://mohistmc.cn/docs/mohist",
"repository": "Teneted/Tenet"
},
"neoforge": {
"branch": "26.2.x",
"description": "Community fork of Forge. Note that the branch is on 26.2.x. For older versions, you should switch branches",
"repository": "neoforged/NeoForge"
},
"nix": {
"description": "Nix might be insightful at specific cases where we want to introduce functional programming hacks. This repo is indexed via codegraph",
"path": "../nix"
},
"pacman": {
"description": "Use Pacman as a design reference. This repo is indexed via codegraph",
"path": "../pacman"
},
"paper": {
"branch": "main",
"description": "High performance Minecraft server that aims to fix gameplay and mechanics inconsistencies",
"repository": "PaperMC/Paper"
},
"paper-docs": {
"branch": "main",
"description": "Documentation for all PaperMC projects",
"repository": "PaperMC/docs"
},
"PCL": {
"description": "A popular Minecraft launcher in China. Might provide useful Minecraft domain knowledge",
"path": "../PCL"
},
"pnpm": {
"description": "Use pnpm as a design reference. This repo is indexed via codegraph",
"path": "../pnpm"
},
"pumpkin": {
"description": "Minecraft server written in Rust. Docs: https://docs.pumpkinmc.org",
"repository": "Pumpkin-MC/Pumpkin"
},
"purpur": {
"description": "Replacement of Paper with additional features",
"repository": "PurpurMC/Purpur"
},
"silkard": {
"description": "Fabric hybrid server implementing Spigot API",
"repository": "MohistMC/Silkard"
},
"sinytra-connector": {
"description": "Sinytra Connector is a Forge/NeoForge mod that serves as a bridge to Fabric mods. It serves as a special node in lucy's topology model",
"repository": "Sinytra/Connector"
},
"spigot": {
"description": "High performance Minecraft server implementation",
"repository": "https://hub.spigotmc.org/stash/scm/spigot/spigot.git"
},
"sponge": {
"description": "Implementation of the Sponge API on vanilla, Forge, or NeoForge.",
"repository": "SpongePowered/Sponge"
},
"sponge-api": {
"description": "The sponge plugin API.",
"repository": "SpongePowered/SpongeAPI"
},
"sponge-docs": {
"description": "Documentations for the Sponge API.",
"repository": "SpongePowered/SpongeDocs"
},
"velocity": {
"branch": "dev/3.0.0",
"description": "The modern, next-generation Minecraft server proxy",
"repository": "VelocityPowered/Velocity"
},
"waterfall": {
"branch": "master",
"description": "BungeeCord fork that aims to improve performance and stability",
"repository": "PaperMC/Waterfall"
},
"yarn": {
"description": "Use yarn v4 as a design reference. This repo is indexed via codegraph",
"path": "../yarn"
},
"youer": {
"description": "NeoForge Hybrid server implementing Paper/Purpur. Docs: https://mohistmc.cn/docs/youer",
"repository": "MohistMC/Youer"
}
}
}