- Add skills: bugbot-review, ffmpeg, media-creation, video-editing - Add mcp/servers.json with example remote MCP config - Add opencode/oh-my-opencode.json with example agent config - Update README to document new directories - Make workspace templates generic (remove personal email)
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"example-remote-mcp": {
|
|
"type": "remote",
|
|
"url": "https://example.com/mcp",
|
|
"headers": {},
|
|
"enabled": false
|
|
}
|
|
}
|