Files
open-agent-library/mcp/servers.json
Thomas Marchand 98c58169e9 Sync generic content from production library
- 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)
2026-01-15 20:34:44 +00:00

9 lines
134 B
JSON

{
"example-remote-mcp": {
"type": "remote",
"url": "https://example.com/mcp",
"headers": {},
"enabled": false
}
}