Skip to content

400 error when trying to publish #407

@simasch

Description

@simasch

I've successfully logged in using my domain.

But when trying to publish, I get

Error: publish failed: server returned status 400: {"title":"Bad Request","status":400,"detail":"Failed to publish server","errors":[{"message":"failed to check remote URL conflict: failed to query servers: failed to deallocate cached statement(s): conn busy"}]}

This is my server.json

{

  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "ch.martinelli/jooq-mcp",
  "description": "An MCP server that provides access to the jOOQ documentation",
  "status": "active",
  "repository": {
    "url": "https://github.com/martinellich/jooq-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "sse",
      "url": "https://jooq-mcp.martinelli.ch/sse"
    }
  ]
}

I don't understand the problem, and there is no information on what's wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions