Skip to content
  • This project
    • Loading...
  • Sign in

Ean Schuessler / mo-mcp

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mo-mcp
  • opencode.json
  • Ean Schuessler's avatar
    WIP: MCP-2 state before error exposure changes · 731ee298 ...
    731ee298
    - Contains working servlet implementation with URL fallback behavior
    - Tests passing with current approach
    - Ready to implement error exposure improvements
    Ean Schuessler committed 2025-11-25 21:51:18 -0600
opencode.json 267 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "moqui_mcp": {
      "type": "remote", 
      "url": "http://localhost:8080/mcp",
      "enabled": false,
      "headers": {
        "Authorization": "Basic am9obi5zYWxlczptb3F1aQ=="
      }
    }
  }
}