Files
petere 2b85a78c22 chore: move to public gitea instance and drop project-local gitea MCP
- Remove the project-local gitea MCP (opencode.json) and gitea-mcp-server
  from the dev shell — the gitea MCP is now installed globally and points
  at https://gitea.edley.me
- Update README/project.md links and the flake package homepage to the
  new public instance
- The GITEA_ACCESS_TOKEN for the old homeserver is removed from
  .secrets.env (gitignored); the global token from /run/secrets is used
2026-09-19 14:31:08 +01:00

29 lines
802 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"references": {
"obs-teleport": {
"repository": "fzwoch/obs-teleport",
"description": "Reference implementation of the Teleport protocol used by the OBS receiver. Consult for packet layouts (JPEG/WAVE headers), multicast discovery (AnnouncePayload), and sender behavior when implementing teleportfling."
}
},
"mcp": {
"obs": {
"type": "local",
"command": ["npx", "-y", "obs-mcp"],
"environment": {
"OBS_WEBSOCKET_URL": "ws://localhost:4455",
"OBS_WEBSOCKET_PASSWORD": "{env:OBS_WEBSOCKET_PASSWORD}"
}
}
},
"lsp": {
"gopls": {
"command": ["gopls"],
"extensions": [".go"]
},
"nixd": {
"command": ["nixd"],
"extensions": [".nix"]
}
}
}