curl -X POST "https://api.gocobalt.io/api/v2/public/mcp-servers" \ -H "Authorization: Bearer YOUR_SESSION_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "Production MCP Server", "description": "MCP server for production customer integration workflows" }'
{ "_id": "686e23c7397a76e76449bc14", "name": "MCP Server Dhananjay", "description": "This is a Dummy MCP Server" }
Bearer YOUR_SESSION_TOKEN