-
Notifications
You must be signed in to change notification settings - Fork 630
Closed as duplicate of#400
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working